mirror of
https://gitee.com/openharmony/arkcompiler_toolchain
synced 2024-11-23 23:49:50 +00:00
ffe11ba0ad
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
49 lines
1.2 KiB
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|