mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-17 02:26:48 +00:00
uevent should be format Enum of smoltcp socket should be optimized. need to add interface for routing subsys actix is still not abled to run. clean some casual added code to other places
29 lines
522 B
Plaintext
29 lines
522 B
Plaintext
{
|
|
"name": "test_stream_socket",
|
|
"version": "0.1.0",
|
|
"description": "test for unix stream socket",
|
|
"rust_target": null,
|
|
"task_type": {
|
|
"BuildFromSource": {
|
|
"Local": {
|
|
"path": "apps/test_unix_stream_socket"
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
} |