1 Star 0 Fork 54

xuweig93 / hiviewdfx_hiappevent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
wjf 提交于 2024-04-17 14:27 . eventhandler接入ffrt
{
"name": "@ohos/hiappevent",
"description": "Event logging provided for application",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "base/hiviewdfx/hiappevent"
},
"dirs": {},
"scripts": {},
"component": {
"name": "hiappevent",
"subsystem": "hiviewdfx",
"syscap": [
"SystemCapability.HiviewDFX.HiAppEvent"
],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"ability_runtime",
"bundle_framework",
"c_utils",
"eventhandler",
"ffrt",
"hitrace",
"hilog",
"ipc",
"napi",
"relational_store",
"storage_service"
],
"third_party": ["jsoncpp"]
},
"build": {
"sub_component": [
"//base/hiviewdfx/hiappevent/frameworks/native/libhiappevent:libhiappevent_base",
"//base/hiviewdfx/hiappevent/frameworks/native/ndk:hiappevent_ndk",
"//base/hiviewdfx/hiappevent/frameworks/js/napi:hiappevent",
"//base/hiviewdfx/hiappevent/frameworks/js/napi:hiappevent_v9",
"//base/hiviewdfx/hiappevent/interfaces/native/inner_api:hiappevent_innerapi"
],
"inner_kits": [
{
"name": "//base/hiviewdfx/hiappevent/interfaces/native/inner_api:hiappevent_innerapi",
"header": {
"header_base": "//base/hiviewdfx/hiappevent/interfaces/native/inner_api/include",
"header_files": [
"app_event.h",
"app_event_processor.h",
"app_event_processor_mgr.h"
]
}
}
],
"test": [ "//base/hiviewdfx/hiappevent/test:unittest" ]
}
}
}
1
https://gitee.com/xuweig93/hiviewdfx_hiappevent.git
git@gitee.com:xuweig93/hiviewdfx_hiappevent.git
xuweig93
hiviewdfx_hiappevent
hiviewdfx_hiappevent
master

搜索帮助