mirror of
https://gitee.com/openharmony/arkcompiler_toolchain
synced 2024-11-23 15:40:03 +00:00
bf4f8accc8
Signed-off-by: Gymee <yumeijie@huawei.com>
34 lines
786 B
JSON
34 lines
786 B
JSON
{
|
|
"name": "@ohos/arkcompiler_toolchain",
|
|
"version": "3.1",
|
|
"description": "ark compiler toolchain",
|
|
"homePage": "https://gitee.com/openharmony",
|
|
"license": "Apache Liscense 2.0",
|
|
"publishAs": "code-segment",
|
|
"scripts": {},
|
|
"dirs": [],
|
|
"segment": {
|
|
"destPath": "arkcompiler/toolchain"
|
|
},
|
|
"component": {
|
|
"name": "arkcompiler_toolchain",
|
|
"subsystem": "ark",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|