remove uevent test

This commit is contained in:
val213
2024-10-16 12:33:40 +08:00
parent b9f04fc3a4
commit 886504ff9b
7 changed files with 0 additions and 272 deletions

View File

@ -1,29 +0,0 @@
{
"name": "test-uevent",
"version": "0.1.0",
"description": "",
"rust_target": null,
"task_type": {
"BuildFromSource": {
"Local": {
"path": "apps/test-uevent"
}
}
},
"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"
]
}