xref: /DragonOS/user/dadk/config/test_statx_0_1_0.dadk (revision 13b057cc0fda0cf9630c98d246937b85fa01a7c9)
1{
2  "name": "test_statx",
3  "version": "0.1.0",
4  "description": "statx测试",
5  "task_type": {
6    "BuildFromSource": {
7      "Local": {
8        "path": "apps/test_statx"
9      }
10    }
11  },
12  "depends": [],
13  "build": {
14    "build_command": "make install"
15  },
16  "install": {
17    "in_dragonos_path": "/"
18  },
19  "clean": {
20    "clean_command": "make clean"
21  },
22  "envs": [],
23  "build_once": false,
24  "install_once": false,
25  "target_arch": ["x86_64"]
26}