mirror of
https://gitee.com/openharmony/arkcompiler_runtime_core
synced 2024-11-23 14:50:51 +00:00
c7dbe79f10
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>
38 lines
931 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|