xref: /DragonOS/user/dadk/config/test_dup3_0_1_0.dadk (revision 40348dd8d5a008ecc9eb3aab931933e4eba0e6da)
1{
2  "name": "test_dup3",
3  "version": "0.1.0",
4  "description": "测试dup3",
5  "task_type": {
6    "BuildFromSource": {
7      "Local": {
8        "path": "apps/test_dup3"
9      }
10    }
11  },
12  "depends": [],
13  "build": {
14    "build_command": "make install"
15  },
16  "install": {
17    "in_dragonos_path": "/bin"
18  },
19  "clean": {
20    "clean_command": "make clean"
21  }
22}
23