mirror of
https://gitee.com/openharmony/arkcompiler_toolchain
synced 2024-11-23 15:40:03 +00:00
7865c81955
Signed-off-by: xiongluo <xiongluo@huawei.com> Change-Id: I981514296fca903e5593709d3a82da101b499272
50 lines
1.2 KiB
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|