arkcompiler_toolchain/bundle.json
openharmony_ci b16f690398
!625 Add ext dep hisysevent
Merge pull request !625 from jinjiawei/master
2024-04-02 03:12:34 +00:00

64 lines
1.7 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",
"libuv"
],
"third_party": [
"cJSON",
"openssl"
]
},
"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"
]
}
}
}