arkcompiler_toolchain/bundle.json
Zhoucong f0f8f05430 Modify deps
Signed-off-by: Zhoucong <zhoucong40@huawei.com>
2023-07-11 10:54:23 +08:00

49 lines
1.2 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": [
"ets_runtime",
"runtime_core",
"faultloggerd",
"hitrace",
"hilog"
],
"third_party": [
"bounds_checking_function",
"cJSON",
"libuv",
"openssl"
]
},
"build": {
"sub_component": [
"//arkcompiler/toolchain:ark_toolchain_packages"
],
"inner_kits": [],
"test": [
"//arkcompiler/toolchain:ark_toolchain_unittest"
]
}
}
}