arkcompiler_ets_runtime/bundle.json
gongyuhang 9295c0a348 Supplyment for componentization
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I7F592
Test: ./build.sh --product-name rk3568 --build-target ark_js_host_unittest --gn-arg is_debug=true
Signed-off-by: gongyuhang <gongyuhang7@huawei.com>
2023-06-21 14:11:41 +08:00

80 lines
2.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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",
"hitrace",
"hilog",
"runtime_core",
"c_utils",
"code_signature"
],
"third_party": [
"bounds_checking_function",
"icu",
"zlib"
]
},
"build": {
"sub_component": [
"//arkcompiler/ets_runtime:ark_js_packages"
],
"inner_kits": [
{
"name": "//arkcompiler/ets_runtime:libark_jsruntime",
"header": {
"header_files": [
"jsnapi.h",
"dfx_jsnapi.h"
],
"header_base": "//arkcompiler/ets_runtime/ecmascript/napi/include"
}
},
{
"name": "//arkcompiler/ets_runtime:libark_jsruntime_static",
"header": {
"header_files": [
"jsnapi.h",
"dfx_jsnapi.h"
],
"header_base": "//arkcompiler/ets_runtime/ecmascript/napi/include"
}
},
{
"name": "//arkcompiler/ets_runtime:libark_jsruntime_test",
"header": {
"header_files": [
"jsnapi.h",
"dfx_jsnapi.h"
],
"header_base": "//arkcompiler/ets_runtime/ecmascript/napi/include"
}
}
],
"test": [
"//arkcompiler/ets_runtime:ark_js_unittest"
]
}
}
}