arkcompiler_toolchain/bundle.json
gongyuhang ffe11ba0ad Rectify bundle.json and treat with external_deps
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I78UW4
Test: ark_toolchain_host_unittest
Signed-off-by: gongyuhang <gongyuhang7@huawei.com>
Change-Id: I01e315dce6b194cdf918a7c2b8c14a2f4e45af01
2023-05-29 16:21:44 +08:00

49 lines
1.2 KiB
JSON

{
"name": "@ohos/arkcompiler_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_native",
"hiviewdfx_hilog_native",
"libuv"
],
"third_party": [
"bounds_checking_function",
"cjson",
"openssl"
]
},
"build": {
"sub_component": [
"//arkcompiler/toolchain:ark_toolchain_packages"
],
"inner_kits": [],
"test": [
"//arkcompiler/toolchain:ark_toolchain_unittest"
]
}
}
}