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