arkcompiler_toolchain/bundle.json
wengchangcheng 33a6c46864 Modify part name to toolchain
modify arkcompiler_toolchain to toolchain

Issue: https://gitee.com/openharmony/arkcompiler_toolchain/issues/I7F7HF

Signed-off-by: wengchangcheng <wengchangcheng@huawei.com>
Change-Id: Ia60f04a0e96d1230443dfa4621461f36f8e2d4cc
2023-06-21 14:20:20 +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",
"libuv"
],
"third_party": [
"bounds_checking_function",
"cjson",
"openssl"
]
},
"build": {
"sub_component": [
"//arkcompiler/toolchain:ark_toolchain_packages"
],
"inner_kits": [],
"test": [
"//arkcompiler/toolchain:ark_toolchain_unittest"
]
}
}
}