1 Star 0 Fork 163

Amosov Alexey/arkcompiler_runtime_core_old

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.66 KB
一键复制 编辑 原始数据 按行查看 历史
udav 提交于 2023-09-11 13:07 . Fix GN files for OHOS build
{
"name": "@ohos/ark_runtime_core",
"version": "",
"description": "common module of ARK runtime",
"homePage": "https://gitee.com/openharmony",
"license": "Apache Liscense 2.0",
"publishAs": "code-segment",
"scripts": {},
"dirs": [],
"segment": {
"destPath": "ark/runtime_core"
},
"component": {
"name": "ark",
"subsystem": "ark",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"hilog",
"arkplatform",
"napi"
],
"third_party": [
"bounds_checking_function",
"icu",
"musl",
"vixl",
"zlib"
]
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//ark/runtime_core/runtime:libarkruntime",
"header": {
"header_files": [],
"header_base": "//ark/runtime_core/runtime/include"
}
},
{
"name": "//ark/runtime_core/plugins/ets/runtime/interop_js:ets_interop_js_napi",
"header": {
"header_files": [],
"header_base": "//ark/runtime_core/plugins/ets/runtime/interop_js"
}
}
],
"test": [
"//ark/runtime_core/tests/fuzztest:fuzztest"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/amosovalexey/arkcompiler_runtime_core_old.git
git@gitee.com:amosovalexey/arkcompiler_runtime_core_old.git
amosovalexey
arkcompiler_runtime_core_old
arkcompiler_runtime_core_old
master

搜索帮助