1{ 2 "name": "@ohos/hidumper_lite", 3 "description": "System information dump service for liteos-a kernel and liteos-m kernel.", 4 "optional": "false", 5 "version": "4.0.2", 6 "license": "Apache License 2.0", 7 "publishAs": "code-segment", 8 "homePage": "https://gitee.com/openharmony", 9 "repository": "https://gitee.com/openharmony/hiviewdfx_hidumper_lite", 10 "supplier": "Organization: OpenHarmony", 11 "segment": { 12 "destPath": "base/hiviewdfx/hidumper_lite" 13 }, 14 "dirs": {}, 15 "scripts": {}, 16 "component": { 17 "name": "hidumper_lite", 18 "subsystem": "hiviewdfx", 19 "adapted_system_type": [ 20 "mini" 21 ], 22 "rom": "26KB", 23 "ram": "~10KB", 24 "deps": { 25 "components": [ 26 "liteos_m", 27 "utils_lite" 28 ], 29 "third_party": [ "bounds_checking_function" ] 30 }, 31 "build": { 32 "sub_component": [ 33 "//base/hiviewdfx/hidumper_lite:hidumper" 34 ] 35 } 36 } 37} 38