1{ 2 "name": "@ohos/hiview_lite", 3 "description": "DFX services for liteos-m kernel.", 4 "optional": "false", 5 "version": "3.1", 6 "license": "Apache License 2.0", 7 "publishAs": "code-segment", 8 "segment": { 9 "destPath": "base/hiviewdfx/hiview_lite" 10 }, 11 "dirs": {}, 12 "scripts": {}, 13 "component": { 14 "name": "hiview_lite", 15 "subsystem": "hiviewdfx", 16 "syscap": [ 17 "SystemCapability.HiviewDFX.HiviewLite" 18 ], 19 "adapted_system_type": [ 20 "mini" 21 ], 22 "rom": "10KB", 23 "ram": "~10KB", 24 "deps": { 25 "components": [ 26 "liteos_m" 27 ], 28 "third_party": [ 29 "cjson", 30 "bounds_checking_function" 31 ] 32 }, 33 "build": { 34 "sub_component": [ 35 "//base/hiviewdfx/hiview_lite:hiview_lite" 36 ] 37 } 38 } 39} 40