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 "features": [ 20 "hievent_lite_customize_implementation" 21 ], 22 "rom": "26KB", 23 "ram": "~10KB", 24 "deps": { 25 "components": [ 26 "hiview_lite", 27 "samgr_lite" 28 ], 29 "third_party": [] 30 }, 31 "build": { 32 "sub_component": [ 33 "//base/hiviewdfx/hievent_lite:hievent_lite" 34 ] 35 } 36 } 37} 38