1{ 2 "name": "@ohos/jsvm", 3 "description": "jsvm is a Javascript virtual machine in ohos", 4 "version": "1.0", 5 "license": "Apache 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "arkcompiler/jsvm" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "jsvm", 14 "subsystem": "arkcompiler", 15 "syscap": [ 16 "SystemCapability.ArkCompiler.JSVM" 17 ], 18 "features": [], 19 "adapted_system_type": [ 20 "standard" 21 ], 22 "rom": "5120KB", 23 "ram": "10240KB", 24 "deps": { 25 "components": [ 26 "bounds_checking_function", 27 "hilog", 28 "hisysevent", 29 "hitrace", 30 "hiview", 31 "icu", 32 "init", 33 "libuv", 34 "nghttp2", 35 "openssl", 36 "resource_schedule_service", 37 "zlib" 38 ] 39 }, 40 "build": { 41 "sub_component": [ 42 "//arkcompiler/jsvm:jsvm_packages" 43 ], 44 "inner_kits": [ 45 { 46 "header": { 47 "header_base": "//arkcompiler/jsvm/interface/kits", 48 "header_files": [ 49 "jsvm_types.h", 50 "jsvm.h" 51 ] 52 }, 53 "name": "//arkcompiler/jsvm:libjsvm" 54 } 55 ], 56 "test": [ 57 "//arkcompiler/jsvm/test/unittest:jsvm_unittest" 58 ] 59 } 60 } 61} 62