DragonOS/user/dadk/config/test_statx_0_1_0.dadk
TTaq b4eb05a17f
Statx (#632)
* 实现statx及测试的应用程序
2024-03-21 19:59:10 +08:00

25 lines
425 B
Plaintext

{
"name": "test_statx",
"version": "0.1.0",
"description": "statx测试",
"task_type": {
"BuildFromSource": {
"Local": {
"path": "apps/test_statx"
}
}
},
"depends": [],
"build": {
"build_command": "make install"
},
"install": {
"in_dragonos_path": "/"
},
"clean": {
"clean_command": "make clean"
},
"envs": [],
"build_once": false,
"install_once": false
}