arkcompiler_toolchain/bundle.json
fangting 10062a8b32 unreasonable reliance
unreasonable reliance

Issue:#IAELL5
Signed-off-by: fangting <fangting12@huawei.com>
2024-07-22 19:50:34 +08:00

65 lines
1.8 KiB
JSON

{
"name": "@ohos/toolchain",
"version": "3.1",
"description": "arkcompiler toolchain",
"homePage": "https://gitee.com/openharmony",
"license": "Apache Liscense 2.0",
"publishAs": "code-segment",
"scripts": {},
"dirs": [],
"segment": {
"destPath": "arkcompiler/toolchain"
},
"component": {
"name": "toolchain",
"subsystem": "arkcompiler",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"bounds_checking_function",
"ets_runtime",
"runtime_core",
"faultloggerd",
"init",
"hitrace",
"hilog",
"hisysevent",
"json",
"libuv",
"cJSON",
"openssl",
"ffrt"
],
"third_party": []
},
"build": {
"sub_component": [
"//arkcompiler/toolchain:ark_toolchain_packages"
],
"inner_kits": [
{
"name": "//arkcompiler/toolchain/websocket:libwebsocket_server",
"header": {
"header_files": [
"http.h",
"server/websocket_server.h",
"web_socket_frame.h",
"websocket_base.h"
],
"header_base": "//arkcompiler/toolchain/websocket"
}
}
],
"test": [
"//arkcompiler/toolchain:ark_toolchain_unittest"
]
}
}
}