arkcompiler_toolchain/bundle.json
Gymee bf4f8accc8 modify bundle.json
Signed-off-by: Gymee <yumeijie@huawei.com>
2022-08-18 22:38:32 +08:00

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": []
}
}
}