xref: /DragonOS/user/dadk/config/test_gettimeofday-0.1.0.dadk (revision 45626c859f95054b76d8b59afcbd24c6b235026f)
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    {
14      "name": "relibc",
15      "version": "0.1.0"
16    }
17  ],
18  "build": {
19    "build_command": "make"
20  },
21  "install": {
22    "in_dragonos_path": "/bin"
23  },
24  "clean": {
25    "clean_command": "make clean"
26  },
27  "envs": []
28}
29