xref: /DragonOS/user/dadk/config/test_shm-0.1.0.dadk (revision 15b94df01adc7e8931961b9b9a89db4e7c014b64)
1{
2  "name": "test_shm",
3  "version": "0.1.0",
4  "description": "测试共享内存",
5  "task_type": {
6    "BuildFromSource": {
7      "Local": {
8        "path": "apps/test_shm"
9      }
10    }
11  },
12  "depends": [ ],
13  "build": {
14    "build_command": "make install -j $(nproc)"
15  },
16  "install": {
17    "in_dragonos_path": "/bin"
18  },
19  "clean": {
20    "clean_command": "make clean"
21  },
22  "envs": []
23}