1 Star 0 Fork 119

陈一阁 / arkcompiler_toolchain

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 1.79 KB
一键复制 编辑 原始数据 按行查看 历史
{
"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",
"zlib"
],
"third_party": [
"cJSON",
"openssl",
"zlib"
]
},
"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"
]
}
}
}
C++
1
https://gitee.com/eager1/arkcompiler_toolchain.git
git@gitee.com:eager1/arkcompiler_toolchain.git
eager1
arkcompiler_toolchain
arkcompiler_toolchain
master

搜索帮助