• 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 License 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                "bounds_checking_function",
26                "ets_runtime",
27                "runtime_core",
28                "faultloggerd",
29                "init",
30                "hitrace",
31                "hilog",
32                "hisysevent",
33                "json",
34                "libuv",
35                "cJSON",
36                "openssl",
37                "ffrt",
38                "icu"
39            ],
40            "third_party": []
41        },
42        "build": {
43            "sub_component": [
44                "//arkcompiler/toolchain:ark_toolchain_packages"
45            ],
46            "inner_kits": [
47                {
48                    "name": "//arkcompiler/toolchain/websocket:libwebsocket_server",
49                    "header": {
50                        "header_files": [
51                            "http.h",
52                            "server/websocket_server.h",
53                            "web_socket_frame.h",
54                            "websocket_base.h"
55                        ],
56                        "header_base": "//arkcompiler/toolchain/websocket"
57                    }
58                }
59            ],
60            "test": [
61                "//arkcompiler/toolchain:ark_toolchain_unittest"
62            ]
63        }
64    }
65}
66