mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-30 05:31:10 +00:00
5d9530a787
This reverts commit 3073f99ffe
.
Signed-off-by: Zhenyu Pan <panzhenyu1@huawei.com>
Change-Id: I2fe8ad24f3ba52cb565b3a6ad9e1640bd40f2cdb
69 lines
2.2 KiB
JSON
69 lines
2.2 KiB
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": "20MB",
|
||
"ram": "~8000KB",
|
||
"deps": {
|
||
"components": [],
|
||
"third_party": []
|
||
},
|
||
"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"
|
||
]
|
||
}
|
||
}
|
||
}
|