mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-30 13:40:51 +00:00
0b947ac7d0
Details: 部件化整改 ark -> arkcompiler Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5VJMH Signed-off-by: wengchangcheng <wengchangcheng@huawei.com> Change-Id: I01c72bafc95a7d469c9bb31cfcbac79b310dfac1
38 lines
1009 B
JSON
38 lines
1009 B
JSON
{
|
||
"name": "@ohos/arkcompiler_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": "",
|
||
"ram": "",
|
||
"deps": {
|
||
"components": [],
|
||
"third_party": []
|
||
},
|
||
"build": {
|
||
"sub_component": [
|
||
"//arkcompiler/ets_runtime:ark_js_packages"
|
||
],
|
||
"inner_kits": [],
|
||
"test": [
|
||
"//arkcompiler/ets_runtime:ark_js_unittest"
|
||
]
|
||
}
|
||
}
|
||
}
|