1{ 2 "name": "@ohos/hievent_lite", 3 "description": "event log 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/hievent_lite" 10 }, 11 "dirs": {}, 12 "scripts": {}, 13 "component": { 14 "name": "hievent_lite", 15 "subsystem": "hiviewdfx", 16 "adapted_system_type": [ 17 "mini" 18 ], 19 "rom": "26KB", 20 "ram": "~10KB", 21 "deps": { 22 "components": [ 23 "hiview_lite", 24 "samgr_lite" 25 ], 26 "third_party": [] 27 }, 28 "build": { 29 "sub_component": [ 30 "//base/hiviewdfx/hievent_lite:hievent_lite" 31 ] 32 } 33 } 34} 35