1{ 2 "name": "@ohos/hilog", 3 "description": "Native log interface provided for system", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "base/hiviewdfx/hilog" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "hilog", 14 "subsystem": "hiviewdfx", 15 "syscap": [ 16 "SystemCapability.HiviewDFX.HiLog" 17 ], 18 "adapted_system_type": [ 19 "standard" 20 ], 21 "rom": "648KB", 22 "ram": "16336KB", 23 "deps": { 24 "components": [ 25 "bounds_checking_function", 26 "c_utils", 27 "ffrt", 28 "init", 29 "napi", 30 "node", 31 "zlib" 32 ] 33 }, 34 "features": [ 35 "hilog_native_feature_ohcore" 36 ], 37 "build": { 38 "sub_component": [ 39 "//base/hiviewdfx/hilog/services/hilogtool:hilog", 40 "//base/hiviewdfx/hilog/services/hilogd:hilogd", 41 "//base/hiviewdfx/hilog/interfaces/js:hilog_napi", 42 "//base/hiviewdfx/hilog/frameworks/hilog_ndk:hilog_ndk", 43 "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_base", 44 "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog", 45 "//base/hiviewdfx/hilog/interfaces/rust:hilog_rust" 46 ], 47 "inner_kits": [ 48 { 49 "name": "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog", 50 "header": { 51 "header_files": [ 52 "hilog/log.h", 53 "hilog/log_c.h", 54 "hilog/log_cpp.h", 55 "hilog_trace.h" 56 ], 57 "header_base": "//base/hiviewdfx/hilog/interfaces/native/innerkits/include" 58 } 59 }, 60 { 61 "name": "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_base", 62 "header": { 63 "header_files": [ 64 "hilog_base/log_base.h" 65 ], 66 "header_base": "//base/hiviewdfx/hilog/interfaces/native/innerkits/include" 67 } 68 }, 69 { 70 "name": "//base/hiviewdfx/hilog/interfaces/rust:hilog_rust", 71 "header": { 72 "header_files": [], 73 "header_base": [] 74 } 75 }, 76 { 77 "name": "//base/hiviewdfx/hilog/frameworks/hilog_ndk:hilog_ndk", 78 "header": { 79 "header_files": [], 80 "header_base": [] 81 } 82 } 83 ], 84 "test": [ 85 "//base/hiviewdfx/hilog/test:hilog_unittest", 86 "//base/hiviewdfx/hilog/test:hilog_moduletest", 87 "//base/hiviewdfx/hilog/test:fuzztest" 88 ] 89 } 90 } 91}