feat: alarm系统调用实现 (#710)

* alarm系统调用实现
This commit is contained in:
SMALLC
2024-04-16 21:34:36 +08:00
committed by GitHub
parent d623e90231
commit fbd63a301c
14 changed files with 398 additions and 2 deletions

View File

@ -0,0 +1,26 @@
{
"name": "test_alarm",
"version": "0.1.0",
"description": "test for alarm",
"rust_target": null,
"task_type": {
"BuildFromSource": {
"Local": {
"path": "apps/test_alarm"
}
}
},
"depends": [],
"build": {
"build_command": "make install"
},
"install": {
"in_dragonos_path": "/"
},
"clean": {
"clean_command": "make clean"
},
"envs": [],
"build_once": false,
"install_once": false
}