123456789101112131415161718192021222324 |
- {
- "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": [],
- "target_arch": ["x86_64"]
- }
|