* 实现statx及测试的应用程序
This commit is contained in:
TTaq
2024-03-21 19:59:10 +08:00
committed by GitHub
parent 8cb2e9b344
commit b4eb05a17f
7 changed files with 450 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"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
}