• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/toolchain",
3    "version": "3.1",
4    "description": "arkcompiler toolchain",
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/toolchain"
12    },
13    "component": {
14        "name": "toolchain",
15        "subsystem": "arkcompiler",
16        "syscap": [],
17        "features": [],
18        "adapted_system_type": [
19            "standard"
20        ],
21        "rom": "",
22        "ram": "",
23        "deps": {
24            "components": [
25                "ets_runtime",
26                "runtime_core",
27                "faultloggerd",
28                "hitrace",
29                "hilog"
30            ],
31            "third_party": [
32                "bounds_checking_function",
33                "cJSON",
34                "libuv",
35                "openssl"
36            ]
37        },
38        "build": {
39            "sub_component": [
40                "//arkcompiler/toolchain:ark_toolchain_packages"
41            ],
42            "inner_kits": [],
43            "test": [
44                "//arkcompiler/toolchain:ark_toolchain_unittest"
45            ]
46        }
47    }
48}
49