mirror of
https://github.com/openharmony/commonlibrary_rust_ylong_runtime.git
synced 2026-07-21 10:25:37 -04:00
b1e1291b14
Signed-off-by: kun chen <chenyuankui@huawei.com>
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "@ohos/ylong_runtime",
|
|
"version": "4.0",
|
|
"description": "Rust runtime implementation",
|
|
"publishAs": "code-segment",
|
|
"homePage": "https://gitee.com/openharmony",
|
|
"repository": "https://gitee.com/openharmony/commonlibrary_rust_ylong_runtime",
|
|
"license": "Apache License 2.0",
|
|
"language": "Rust",
|
|
"segment": {
|
|
"destPath": "commonlibrary/rust/ylong_runtime"
|
|
},
|
|
"licensePath": "COPYING",
|
|
"readmePath": {
|
|
"en": "README.md",
|
|
"zh": "README_zh.md"
|
|
},
|
|
"component": {
|
|
"name": "ylong_runtime",
|
|
"subsystem": "commonlibrary",
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "100KB",
|
|
"ram": "~200KB",
|
|
"deps": {
|
|
"components": [
|
|
"ffrt"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//commonlibrary/rust/ylong_runtime/ylong_io:ylong_io",
|
|
"//commonlibrary/rust/ylong_runtime/ylong_signal:ylong_signal"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//commonlibrary/rust/ylong_runtime/ylong_runtime:ylong_runtime",
|
|
"header": {
|
|
"header_base": [],
|
|
"header_files": []
|
|
}
|
|
},
|
|
{
|
|
"name": "//commonlibrary/rust/ylong_runtime/ylong_runtime:ylong_runtime_static"
|
|
}
|
|
],
|
|
"test": [
|
|
"//commonlibrary/rust/ylong_runtime/test:unittest",
|
|
"//commonlibrary/rust/ylong_runtime/test:sdvtest"
|
|
]
|
|
}
|
|
}
|
|
}
|