• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@arkcompiler/runtime_core",
3    "version": "",
4    "description": "方舟运行时的公共组件",
5    "homePage": "https://gitee.com/openharmony",
6    "license": "Apache License 2.0",
7    "publishAs": "code-segment",
8    "scripts": {},
9    "dirs": [],
10    "segment": {
11        "destPath": "arkcompiler/runtime_core"
12    },
13    "component": {
14        "name": "runtime_core",
15        "subsystem": "arkcompiler",
16        "syscap": [],
17        "features": [],
18        "adapted_system_type": [
19            "standard"
20        ],
21        "rom": "",
22        "ram": "",
23        "deps": {
24            "components": [
25                "hilog"
26            ],
27            "third_party": [
28                "bounds_checking_function"
29            ]
30        },
31        "build": {
32            "sub_component": [
33                "//arkcompiler/runtime_core:arkcompiler_params"
34            ],
35            "inner_kits": [
36                {
37                    "name": "//arkcompiler/runtime_core/libpandafile:arkfile_header_deps",
38                    "header": {
39                        "header_files": [],
40                        "header_base": "//arkcompiler/runtime_core/libpandafile"
41                    }
42                },
43                {
44                    "name": "//arkcompiler/runtime_core/libpandafile:libarkfile_static",
45                    "header": {
46                        "header_files": [],
47                        "header_base": "//arkcompiler/runtime_core/libpandafile"
48                    }
49                },
50                {
51                    "name": "//arkcompiler/runtime_core/libpandabase:libarkbase_static",
52                    "header": {
53                        "header_files": [],
54                        "header_base": "//arkcompiler/runtime_core/libpandabase"
55                    }
56                },
57                {
58                    "name": "//arkcompiler/runtime_core/assembler:libarkassembler_frontend_static",
59                    "header": {
60                        "header_files": [],
61                        "header_base": "//arkcompiler/runtime_core/assembler"
62                    }
63                },
64                {
65                    "name": "//arkcompiler/runtime_core/libpandabase:libarkbase_frontend_static",
66                    "header": {
67                        "header_files": [],
68                        "header_base": "//arkcompiler/runtime_core/libpandabase"
69                    }
70                },
71                {
72                    "name": "//arkcompiler/runtime_core/libpandafile:libarkfile_frontend_static",
73                    "header": {
74                        "header_files": [],
75                        "header_base": "//arkcompiler/runtime_core/libpandafile"
76                    }
77                },
78                {
79                    "name": "//arkcompiler/runtime_core/libziparchive:libarkziparchive_frontend_static",
80                    "header": {
81                        "header_files": [],
82                        "header_base": "//arkcompiler/runtime_core/libziparchive"
83                    }
84                },
85                {
86                    "name": "//arkcompiler/runtime_core/bytecode_optimizer:libarkbytecodeopt_frontend_static",
87                    "header": {
88                        "header_files": [],
89                        "header_base": "//arkcompiler/runtime_core/bytecode_optimizer"
90                    }
91                },
92                {
93                    "name": "//arkcompiler/runtime_core/compiler:libarkcompiler_frontend_static",
94                    "header": {
95                        "header_files": [],
96                        "header_base": "//arkcompiler/runtime_core/compiler"
97                    }
98                }
99            ],
100            "test": [
101                "//arkcompiler/runtime_core/tests/fuzztest:fuzztest",
102                "//arkcompiler/runtime_core:runtime_core_unittest",
103                "//arkcompiler/runtime_core:runtime_core_host_unittest"
104            ]
105        }
106    }
107}
108