mirror of
https://github.com/openharmony/hiviewdfx_hidumper_lite.git
synced 2026-06-30 22:17:58 -04:00
+10
-4
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user