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                "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            ],
39            "third_party": []
40        },
41        "build": {
42            "sub_component": [
43                "//arkcompiler/toolchain:ark_toolchain_packages"
44            ],
45            "inner_kits": [
46                {
47                    "name": "//arkcompiler/toolchain/websocket:libwebsocket_server",
48                    "header": {
49                        "header_files": [
50                            "http.h",
51                            "server/websocket_server.h",
52                            "web_socket_frame.h",
53                            "websocket_base.h"
54                        ],
55                        "header_base": "//arkcompiler/toolchain/websocket"
56                    }
57                }
58            ],
59            "test": [
60                "//arkcompiler/toolchain:ark_toolchain_unittest"
61            ]
62        }
63    }
64}
65