1{ 2 "name": "@ohos/ets_runtime", 3 "version": "", 4 "description": "支持应用TS/JS语言代码的运行,行为符合ArkUI框架需要的Strict模式的ES2015标准", 5 "homePage": "https://gitee.com/openharmony", 6 "license": "Apache Liscense 2.0", 7 "publishAs": "code-segment", 8 "scripts": {}, 9 "dirs": [], 10 "segment": { 11 "destPath": "arkcompiler/ets_runtime" 12 }, 13 "component": { 14 "name": "ets_runtime", 15 "subsystem": "arkcompiler", 16 "syscap": [], 17 "features": [], 18 "adapted_system_type": [ 19 "standard" 20 ], 21 "rom": "20MB", 22 "ram": "~8000KB", 23 "deps": { 24 "components": [ 25 "faultloggerd", 26 "hitrace", 27 "hilog", 28 "runtime_core", 29 "c_utils", 30 "code_signature" 31 ], 32 "third_party": [ 33 "bounds_checking_function", 34 "icu", 35 "zlib" 36 ] 37 }, 38 "build": { 39 "sub_component": [ 40 "//arkcompiler/ets_runtime:ark_js_packages" 41 ], 42 "inner_kits": [ 43 { 44 "name": "//arkcompiler/ets_runtime:libark_jsruntime", 45 "header": { 46 "header_files": [ 47 "jsnapi.h", 48 "dfx_jsnapi.h" 49 ], 50 "header_base": "//arkcompiler/ets_runtime/ecmascript/napi/include" 51 } 52 }, 53 { 54 "name": "//arkcompiler/ets_runtime:libark_jsruntime_static", 55 "header": { 56 "header_files": [ 57 "jsnapi.h", 58 "dfx_jsnapi.h" 59 ], 60 "header_base": "//arkcompiler/ets_runtime/ecmascript/napi/include" 61 } 62 }, 63 { 64 "name": "//arkcompiler/ets_runtime:libark_jsruntime_test", 65 "header": { 66 "header_files": [ 67 "jsnapi.h", 68 "dfx_jsnapi.h" 69 ], 70 "header_base": "//arkcompiler/ets_runtime/ecmascript/napi/include" 71 } 72 } 73 ], 74 "test": [ 75 "//arkcompiler/ets_runtime:ark_js_unittest" 76 ] 77 } 78 } 79} 80