• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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        "features": [],
17        "adapted_system_type": [
18            "standard"
19        ],
20        "rom": "5120KB",
21        "ram": "10240KB",
22        "deps": {
23            "components": [
24                "bounds_checking_function",
25                "hilog",
26                "hisysevent",
27                "hitrace",
28                "hiview",
29                "icu",
30                "init",
31                "libuv",
32                "nghttp2",
33                "openssl",
34                "resource_schedule_service",
35                "zlib"
36            ]
37        },
38        "build": {
39            "sub_component": [
40                "//arkcompiler/jsvm:jsvm_packages"
41            ],
42            "inner_kits": [
43                {
44                    "header": {
45                        "header_base": "//arkcompiler/jsvm/interface/kits",
46                        "header_files": [
47                            "jsvm_types.h",
48                            "jsvm.h"
49                        ]
50                    },
51                    "name": "//arkcompiler/jsvm:libjsvm"
52                }
53            ],
54            "test": []
55        }
56    }
57}
58