arkcompiler_runtime_core/bundle.json
shawn_hu_ls c7dbe79f10 Switch path name from ark to arkcompiler
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/I5GE38

Description: Switch path name from ark to arkcompiler

Test: NA

Signed-off-by: shawn_hu_ls <huxiaowei3@huawei.com>
2022-07-11 19:53:42 +08:00

38 lines
931 B
JSON

{
"name": "@ohos/arkcompiler_runtime_core",
"version": "",
"description": "方舟运行时的公共组件",
"homePage": "https://gitee.com/openharmony",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"scripts": {},
"dirs": [],
"segment": {
"destPath": "arkcompiler/runtime_core"
},
"component": {
"name": "ark",
"subsystem": "ark",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//arkcompiler/runtime_core:ark_packages"
],
"inner_kits": [],
"test": [
"//arkcompiler/runtime_core/tests/fuzztest:fuzztest"
]
}
}
}