加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
Luming 提交于 2024-11-15 17:11 . Add innerapi
{
"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"
},
{
"name": "//commonlibrary/rust/ylong_runtime/ylong_runtime_macros:ylong_runtime_macros"
},
{
"name": "//commonlibrary/rust/ylong_runtime/ylong_signal:ylong_signal"
},
{
"name": "//commonlibrary/rust/ylong_runtime/ylong_io:ylong_io"
}
],
"test": [
"//commonlibrary/rust/ylong_runtime/test:unittest",
"//commonlibrary/rust/ylong_runtime/test:sdvtest"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化