mirror of
https://gitee.com/openharmony/ohos_bundles
synced 2024-11-23 12:50:08 +00:00
23 lines
585 B
JSON
23 lines
585 B
JSON
{
|
||
"name": "@ohos/hiview",
|
||
"version": "1.8.0",
|
||
"publishAs": "code-segment",
|
||
"description": "提供DFX子系统整体的初始化功能,控制各组件按需启动",
|
||
"scripts": {
|
||
"install": "DEST_PATH=${DEP_BUNDLE_BASE}/base/hiviewdfx/services/hiview_lite&&mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
|
||
},
|
||
"keywords": [
|
||
"hiview"
|
||
],
|
||
"license": "Apache V2",
|
||
"repository": "",
|
||
"homepage": "",
|
||
"tags": [
|
||
"base"
|
||
],
|
||
"ohos": {
|
||
"os": "1.0.0",
|
||
"kernel": "liteos-m",
|
||
"board": "hi3861"
|
||
}
|
||
} |