1 Star 0 Fork 397

fotograf / arkcompiler_runtime_core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 4.22 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@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": [
"hilog",
"napi"
],
"third_party": [
"bounds_checking_function",
"icu",
"musl",
"zlib"
]
},
"build": {
"sub_component": [
"//arkcompiler/runtime_core:arkcompiler_params",
"//arkcompiler/runtime_core/arkplatform:arkplatform_packages",
"//arkcompiler/runtime_core/static_core:ark_packages",
"//arkcompiler/runtime_core:ark_device_tools"
],
"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"
}
},
{
"name": "//arkcompiler/runtime_core/assembler:libarkassembler_frontend_static",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/assembler"
}
},
{
"name": "//arkcompiler/runtime_core/libpandabase:libarkbase_frontend_static",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/libpandabase"
}
},
{
"name": "//arkcompiler/runtime_core/libpandafile:libarkfile_frontend_static",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/libpandafile"
}
},
{
"name": "//arkcompiler/runtime_core/libziparchive:libarkziparchive_frontend_static",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/libziparchive"
}
},
{
"name": "//arkcompiler/runtime_core/bytecode_optimizer:libarkbytecodeopt_frontend_static",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/bytecode_optimizer"
}
},
{
"name": "//arkcompiler/runtime_core/compiler:libarkcompiler_frontend_static",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/compiler"
}
}
],
"test": [
"//arkcompiler/runtime_core/tests/fuzztest:fuzztest",
"//arkcompiler/runtime_core:runtime_core_unittest",
"//arkcompiler/runtime_core:runtime_core_host_unittest"
]
}
}
}
1
https://gitee.com/fotograf/arkcompiler_runtime_core.git
git@gitee.com:fotograf/arkcompiler_runtime_core.git
fotograf
arkcompiler_runtime_core
arkcompiler_runtime_core
master

搜索帮助