xref: /DragonOS/user/dadk/config/test_socket-0.1.0.dadk (revision 182b778a3ca8c633b605ae7dd90a5e9f1131cc6d)
16046f775S裕依{
26046f775S裕依  "name": "test_socket",
36046f775S裕依  "version": "0.1.0",
46046f775S裕依  "description": "测试socket",
56046f775S裕依  "task_type": {
66046f775S裕依    "BuildFromSource": {
76046f775S裕依      "Local": {
86046f775S裕依        "path": "apps/test_socket"
96046f775S裕依      }
106046f775S裕依    }
116046f775S裕依  },
126046f775S裕依  "depends": [],
136046f775S裕依  "build": {
146046f775S裕依    "build_command": "make install"
156046f775S裕依  },
166046f775S裕依  "clean": {
176046f775S裕依    "clean_command": "make clean"
186046f775S裕依  },
196046f775S裕依  "install": {
206046f775S裕依    "in_dragonos_path": "/"
21*182b778aSLoGin  },
22*182b778aSLoGin  "target_arch": ["x86_64"]
236046f775S裕依}
24