!30 修改bundle.json中的数据错误

Merge pull request !30 from yisi/master
This commit is contained in:
openharmony_ci
2023-10-11 06:37:54 +00:00
committed by Gitee
+10 -4
View File
@@ -2,9 +2,12 @@
"name": "@ohos/hidumper_lite",
"description": "System information dump service for liteos-a kernel and liteos-m kernel.",
"optional": "false",
"version": "3.1",
"license": "Apache License 4.0",
"version": "4.0.2",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"homePage": "https://gitee.com/openharmony",
"repository": "https://gitee.com/openharmony/hiviewdfx_hidumper_lite",
"supplier": "Organization: OpenHarmony",
"segment": {
"destPath": "base/hiviewdfx/hidumper_lite"
},
@@ -14,12 +17,15 @@
"name": "hidumper_lite",
"subsystem": "hiviewdfx",
"adapted_system_type": [
"small"
"mini"
],
"rom": "26KB",
"ram": "~10KB",
"deps": {
"components": [],
"components": [
"liteos_m",
"utils_lite"
],
"third_party": [ "bounds_checking_function" ]
},
"build": {