arkcompiler_toolchain/bundle.json
xiongluo 7865c81955 dump before oom
Signed-off-by: xiongluo <xiongluo@huawei.com>
Change-Id: I981514296fca903e5593709d3a82da101b499272
2023-11-30 15:53:01 +08:00

50 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",
"init",
"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"
]
}
}
}