mirror of
https://github.com/openharmony/ark_runtime_core.git
synced 2026-07-18 18:24:30 -04:00
26a4abd93a
Signed-off-by: Ilya Trubachev <trubachev.ilya@huawei.com>
36 lines
825 B
JSON
36 lines
825 B
JSON
{
|
|
"name": "@ohos/ark_runtime_core",
|
|
"version": "",
|
|
"description": "方舟运行时的公共组件",
|
|
"homePage": "https://gitee.com/openharmony",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"scripts": {},
|
|
"dirs": [],
|
|
"segment": {
|
|
"destPath": "ark/runtime_core"
|
|
},
|
|
"component": {
|
|
"name": "ark",
|
|
"subsystem": "ark",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//ark/runtime_core:ark_packages"
|
|
],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|