xref: /DragonOS/user/dadk/config/test_mount_1_0_0.dadk (revision f049d1af01da7b92f312245ed411b22475b76065)
1{
2  "name": "test_mount",
3  "version": "1.0.0",
4  "description": "to test user mode mount",
5  "task_type": {
6    "BuildFromSource": {
7      "Local": {
8        "path": "apps/test-mount"
9      }
10    }
11  },
12  "depends": [],
13  "build": {
14    "build_command": "make install"
15  },
16  "install": {
17    "in_dragonos_path": "/"
18  },
19  "clean": {
20    "clean_command": "make clean"
21  }
22}
23