xref: /DragonOS/user/dadk/config/riscv_init-0.1.0.dadk (revision 352ee04918f4585ad4f8a896ca6e18b1ef7d7934)
1{
2  "name": "riscv_init",
3  "version": "0.1.0",
4  "description": "临时的riscv下的初始化程序",
5  "rust_target": null,
6  "task_type": {
7    "BuildFromSource": {
8      "Local": {
9        "path": "apps/riscv_init"
10      }
11    }
12  },
13  "depends": [],
14  "build": {
15    "build_command": "make install"
16  },
17  "install": {
18    "in_dragonos_path": "/bin"
19  },
20  "clean": {
21    "clean_command": "make clean"
22  },
23  "envs": [],
24  "build_once": false,
25  "install_once": false,
26  "target_arch": ["riscv64"]
27}