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