arkcompiler_ets_runtime/bundle.json
lukai 277d5e5732 add bundle.json for componentize
Signed-off-by: lukai <lukai25@huawei.com>
2022-01-24 18:29:28 +08:00

38 lines
968 B
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/ark_js_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": "ark/js_runtime"
},
"component": {
"name": "ark_js_runtime",
"subsystem": "ark",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//ark/js_runtime:ark_js_packages"
],
"inner_kits": [],
"test": [
"//ark/js_runtime:ark_js_unittest"
]
}
}
}