1 Star 0 Fork 487

wuwanqi/arkcompiler_runtime_core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 1.91 KB
一键复制 编辑 原始数据 按行查看 历史
wuwanqi 提交于 2023-05-27 21:56 . Add inner_kits in bundle.json
{
"name": "@ohos/arkcompiler_runtime_core",
"version": "",
"description": "方舟运行时的公共组件",
"homePage": "https://gitee.com/openharmony",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"scripts": {},
"dirs": [],
"segment": {
"destPath": "arkcompiler/runtime_core"
},
"component": {
"name": "runtime_core",
"subsystem": "arkcompiler",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//arkcompiler/runtime_core:arkcompiler_params"
],
"inner_kits": [
{
"name": "//arkcompiler/runtime_core/libpandafile:arkfile_header_deps",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/libpandafile"
}
},
{
"name": "//arkcompiler/runtime_core/libpandafile:libarkfile_static",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/libpandafile"
}
},
{
"name": "//arkcompiler/runtime_core/libpandabase:libarkbase_static",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/libpandabase"
}
}
],
"test": [
"//arkcompiler/runtime_core/tests/fuzztest:fuzztest",
"//arkcompiler/runtime_core:runtime_core_unittest"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wuwanqi6/arkcompiler_runtime_core.git
git@gitee.com:wuwanqi6/arkcompiler_runtime_core.git
wuwanqi6
arkcompiler_runtime_core
arkcompiler_runtime_core
master

搜索帮助