mirror of
https://gitee.com/openharmony/arkcompiler_toolchain
synced 2024-11-27 09:40:40 +00:00
915ff1f8a4
descrption:migrate debugger to arkcompiler toolchain issue:https://gitee.com/openharmony/arkcompiler_toolchain/issues/I5NLUF Signed-off-by: buzhuyu <buzhuyu@huawei.com>
36 lines
852 B
JSON
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": []
|
|
}
|
|
}
|
|
}
|