1{ 2 "name": "@ohos/hilog_lite", 3 "description": "Log services for liteos-m and liteos-a kernel.", 4 "optional": "false", 5 "version": "4.0.2", 6 "license": "Apache License 2.0", 7 "publishAs": "code-segment", 8 "homePage": "https://gitee.com/openharmony", 9 "repository": "https://gitee.com/openharmony/hiviewdfx_hilog_lite", 10 "supplier": "Organization: OpenHarmony", 11 "segment": { 12 "destPath": "base/hiviewdfx/hilog_lite" 13 }, 14 "dirs": {}, 15 "scripts": {}, 16 "component": { 17 "name": "hilog_lite", 18 "subsystem": "hiviewdfx", 19 "syscap": [], 20 "adapted_system_type": [ 21 "mini", 22 "small" 23 ], 24 "rom": "500KB", 25 "ram": "~500KB", 26 "deps": { 27 "components": [ 28 "ace_engine_lite", 29 "battery_lite", 30 "hiview_lite", 31 "samgr_lite", 32 "utils_lite" 33 ], 34 "third_party": [ 35 "bounds_checking_function" 36 ] 37 }, 38 "build": { 39 "sub_component": [ 40 "//base/hiviewdfx/hilog_lite/frameworks/mini:hilog_lite", 41 "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_static", 42 "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared", 43 "//base/hiviewdfx/hilog_lite/services/apphilogcat:apphilogcat", 44 "//base/hiviewdfx/hilog_lite/frameworks/js:ace_hilog_kits", 45 "//base/hiviewdfx/hilog_lite/test:hilog_lite_test" 46 ], 47 "inner_kits": [ 48 { 49 "name": "//base/hiviewdfx/hilog_lite/frameworks/mini:hilog_lite", 50 "header": { 51 "header_files": [ 52 "hiview_log.h", 53 "log.h" 54 ], 55 "header_base": "//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite" 56 } 57 }, 58 { 59 "name": "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared", 60 "header": { 61 "header_files": [ 62 "hilog_cp.h", 63 "hilog_trace.h", 64 "hiview_log.h", 65 "log.h" 66 ], 67 "header_base": "//base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog" 68 } 69 } 70 ] 71 } 72 } 73} 74