mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 18:26:48 +00:00
* 添加chown系统调用 --------- Co-authored-by: sparkzky <sparkhhhhhhhhh@outlook.com> Co-authored-by: longjin <longjin@DragonOS.org>
29 lines
518 B
Plaintext
29 lines
518 B
Plaintext
{
|
|
"name": "test-chown",
|
|
"version": "0.1.0",
|
|
"description": "chown系列系统调用",
|
|
"rust_target": "x86_64-unknown-dragonos",
|
|
"task_type": {
|
|
"BuildFromSource": {
|
|
"Local": {
|
|
"path": "apps/test-chown"
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
} |