arkcompiler_toolchain/bundle.json
buzhuyu 915ff1f8a4 migrate debugger to arkcompiler toolchain
descrption:migrate debugger to arkcompiler toolchain
issue:https://gitee.com/openharmony/arkcompiler_toolchain/issues/I5NLUF

Signed-off-by: buzhuyu <buzhuyu@huawei.com>
2022-09-02 14:57:07 +08:00

36 lines
852 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": "toolchain",
"subsystem": "ark",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//arkcompiler/toolchain/inspector:ark_debugger"
],
"inner_kits": [],
"test": []
}
}
}