xref: /DragonOS/user/dadk/config/test_gettimeofday-0.1.0.dadk (revision 23ef2b33d1e3cfd2506eb7449a33df4ec42f11d3)
1{
2  "name": "test_gettimeofday",
3  "version": "0.1.0",
4  "description": "一个用来测试gettimeofday能够正常运行的app",
5  "task_type": {
6    "BuildFromSource": {
7      "Local": {
8        "path": "apps/test_gettimeofday"
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  "envs": []
23}
24