1 Star 0 Fork 672

yangcheng / arkcompiler_ets_runtime_0324

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 2.45 KB
一键复制 编辑 原始数据 按行查看 历史
liujiahua 提交于 2024-03-19 14:59 . ets_runtime component fix
{
"name": "@ohos/ets_runtime",
"version": "",
"description": "支持应用TS/JS语言代码的运行,行为符合ArkUI框架需要的Strict模式的ES2015标准",
"homePage": "https://gitee.com/openharmony",
"license": "Apache Liscense 2.0",
"publishAs": "code-segment",
"scripts": {},
"dirs": [],
"segment": {
"destPath": "arkcompiler/ets_runtime"
},
"component": {
"name": "ets_runtime",
"subsystem": "arkcompiler",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "20MB",
"ram": "~8000KB",
"deps": {
"components": [
"faultloggerd",
"init",
"hitrace",
"hilog",
"qos_manager",
"runtime_core",
"c_utils",
"code_signature",
"libuv",
"zlib",
"bounds_checking_function",
"icu"
],
"third_party": [
"bounds_checking_function",
"icu"
]
},
"build": {
"sub_component": [
"//arkcompiler/ets_runtime:app_aot_enable_list",
"//arkcompiler/ets_runtime:app_aot_disable_list",
"//arkcompiler/ets_runtime:ark_js_packages",
"//arkcompiler/ets_runtime/etc:arkcompiler.para.dac"
],
"inner_kits": [
{
"name": "//arkcompiler/ets_runtime:libark_jsruntime",
"header": {
"header_files": [
"jsnapi.h",
"jsnapi_expo.h",
"dfx_jsnapi.h"
],
"header_base": "//arkcompiler/ets_runtime/ecmascript/napi/include"
}
},
{
"name": "//arkcompiler/ets_runtime:libark_jsruntime_static",
"header": {
"header_files": [
"jsnapi.h",
"jsnapi_expo.h",
"dfx_jsnapi.h"
],
"header_base": "//arkcompiler/ets_runtime/ecmascript/napi/include"
}
}
],
"test": [
"//arkcompiler/ets_runtime:ark_js_unittest"
]
}
}
}
1
https://gitee.com/janschan/arkcompiler_ets_runtime_0324.git
git@gitee.com:janschan/arkcompiler_ets_runtime_0324.git
janschan
arkcompiler_ets_runtime_0324
arkcompiler_ets_runtime_0324
master

搜索帮助