{ "name": "@ohos/hilog", "description": "Native log interface provided for system", "version": "3.1", "license": "Apache License 2.0", "publishAs": "code-segment", "segment": { "destPath": "base/hiviewdfx/hilog" }, "dirs": {}, "scripts": {}, "component": { "name": "hilog", "subsystem": "hiviewdfx", "syscap": [ "SystemCapability.HiviewDFX.HiLog" ], "adapted_system_type": [ "standard" ], "rom": "648KB", "ram": "16336KB", "deps": { "components": [ "ffrt", "init", "napi", "c_utils" ], "third_party": [ "bounds_checking_function", "zlib" ] }, "features": [ "hilog_native_feature_ohcore" ], "build": { "sub_component": [ "//base/hiviewdfx/hilog/services/hilogtool:hilog", "//base/hiviewdfx/hilog/services/hilogd:hilogd", "//base/hiviewdfx/hilog/interfaces/js:hilog_napi", "//base/hiviewdfx/hilog/frameworks/hilog_ndk:hilog_ndk", "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_base", "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog", "//base/hiviewdfx/hilog/interfaces/rust:hilog_rust" ], "inner_kits": [ { "name": "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog", "header": { "header_files": [ "hilog/log.h", "hilog/log_c.h", "hilog/log_cpp.h", "hilog_trace.h" ], "header_base": "//base/hiviewdfx/hilog/interfaces/native/innerkits/include" } }, { "name": "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_base", "header": { "header_files": [ "hilog_base/log_base.h" ], "header_base": "//base/hiviewdfx/hilog/interfaces/native/innerkits/include" } }, { "name": "//base/hiviewdfx/hilog/interfaces/rust:hilog_rust", "header": { "header_files": [], "header_base": [] } }, { "name": "//base/hiviewdfx/hilog/frameworks/hilog_ndk:hilog_ndk", "header": { "header_files": [], "header_base": [] } } ], "test": [ "//base/hiviewdfx/hilog/test:hilog_unittest", "//base/hiviewdfx/hilog/test:hilog_moduletest", "//base/hiviewdfx/hilog/test:fuzztest" ] } } }