mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 17:26:31 +00:00
feat(fs): add eventfd syscall support (#858)
* feat(fs): add eventfd syscall support
This commit is contained in:
23
user/dadk/config/test_eventfd_0_1_0.dadk
Normal file
23
user/dadk/config/test_eventfd_0_1_0.dadk
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "test_eventfd",
|
||||
"version": "0.1.0",
|
||||
"description": "test_eventfd",
|
||||
"task_type": {
|
||||
"BuildFromSource": {
|
||||
"Local": {
|
||||
"path": "apps/test_eventfd"
|
||||
}
|
||||
}
|
||||
},
|
||||
"depends": [],
|
||||
"build": {
|
||||
"build_command": "make install"
|
||||
},
|
||||
"install": {
|
||||
"in_dragonos_path": "/bin"
|
||||
},
|
||||
"clean": {
|
||||
"clean_command": "make clean"
|
||||
},
|
||||
"target_arch": ["x86_64"]
|
||||
}
|
Reference in New Issue
Block a user