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 "adapted_system_type": [ 17 "mini" 18 ], 19 "features": [ 20 "hiview_lite_output_option", 21 "hiview_lite_hilog_lite_level", 22 "hiview_lite_hilog_lite_level_release", 23 "hiview_lite_hilog_lite_log_switch", 24 "hiview_lite_dump_lite_dump_switch", 25 "hiview_lite_hievent_lite_event_switch", 26 "hiview_lite_output_module", 27 "hiview_lite_dir", 28 "hiview_lite_stack_size", 29 "hiview_lite_stack_prio", 30 "hiview_lite_customize_implementation", 31 "hiview_lite_disable_core_init" 32 ], 33 "rom": "10KB", 34 "ram": "~10KB", 35 "deps": { 36 "components": [ 37 "liteos_m" 38 ], 39 "third_party": [ 40 "bounds_checking_function" 41 ] 42 }, 43 "build": { 44 "sub_component": [ 45 "//base/hiviewdfx/hiview_lite:hiview_lite" 46 ] 47 } 48 } 49} 50