mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-20 05:56:32 +00:00
27
user/dadk/config/test_lo_0_1_0.dadk
Normal file
27
user/dadk/config/test_lo_0_1_0.dadk
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "test_lo",
|
||||
"version": "0.1.0",
|
||||
"description": "test for lo interface",
|
||||
"rust_target": null,
|
||||
"task_type": {
|
||||
"BuildFromSource": {
|
||||
"Local": {
|
||||
"path": "apps/test_lo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"depends": [],
|
||||
"build": {
|
||||
"build_command": "make install"
|
||||
},
|
||||
"install": {
|
||||
"in_dragonos_path": "/"
|
||||
},
|
||||
"clean": {
|
||||
"clean_command": "make clean"
|
||||
},
|
||||
"envs": [],
|
||||
"build_once": false,
|
||||
"install_once": false,
|
||||
"target_arch": ["x86_64"]
|
||||
}
|
Reference in New Issue
Block a user