DragonOS/user/dadk/config/test_shm-0.1.0.dadk
Jomo 6fc066ac11
实现SystemV共享内存 (#690)
* 实现SystemV共享内存

* 测试shm

* 添加测试程序

* 完善细节

* 修正shm的时间数据错误的问题

* fix: devfs的metadata权限为0x777的错误

---------

Co-authored-by: longjin <longjin@DragonOS.org>
2024-04-07 14:04:19 +08:00

23 lines
396 B
Plaintext

{
"name": "test_shm",
"version": "0.1.0",
"description": "测试共享内存",
"task_type": {
"BuildFromSource": {
"Local": {
"path": "apps/test_shm"
}
}
},
"depends": [ ],
"build": {
"build_command": "make install -j $(nproc)"
},
"install": {
"in_dragonos_path": "/bin"
},
"clean": {
"clean_command": "make clean"
},
"envs": []
}