22 Star 31 Fork 136

OpenHarmony / hiviewdfx_hilog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 2.57 KB
一键复制 编辑 原始数据 按行查看 历史
liuyifei 提交于 2024-03-23 14:01 . 部件整改
{
"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": [
"bounds_checking_function",
"c_utils",
"ffrt",
"init",
"napi",
"node",
"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"
]
}
}
}
1
https://gitee.com/openharmony/hiviewdfx_hilog.git
git@gitee.com:openharmony/hiviewdfx_hilog.git
openharmony
hiviewdfx_hilog
hiviewdfx_hilog
master

搜索帮助