23 Star 22 Fork 224

OpenHarmony / notification_common_event_service

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 5.50 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@ohos/common_event_service",
"version": "",
"description": "为应用程序提供订阅、发布、退订公共事件的能力",
"homePage": "https://gitee.com/openharmony",
"license": "Apache V2",
"repository": "https://gitee.com/openharmony/notification_ces_standard",
"domain": "os",
"language": "",
"publishAs": "code-segment",
"private": false,
"scripts": {},
"tags": [
"base"
],
"keywords": [
"notification",
"ces"
],
"envs": [],
"dirs": [],
"author": {
"name": "",
"email": "",
"url": ""
},
"contributors": [
{
"name": "",
"email": "",
"url": ""
}
],
"segment": {
"destPath": "base/notification/common_event_service"
},
"component": {
"name": "common_event_service",
"subsystem": "notification",
"syscap": [
"SystemCapability.Notification.CommonEvent"
],
"features": [
"common_event_service_with_graphics",
"common_event_service_tool_cem_enable"
],
"hisysevent_config": [
"//base/notification/common_event_service/hisysevent.yaml"
],
"adapted_system_type": [
"standard"
],
"rom": "2000KB",
"ram": "3000KB",
"deps": {
"components": [
"bundle_framework",
"hicollie",
"hisysevent",
"hitrace",
"init",
"ipc",
"access_token",
"safwk",
"ability_base",
"ability_runtime",
"eventhandler",
"hilog",
"napi",
"samgr",
"os_account",
"c_utils",
"ffrt",
"kv_store"
],
"third_party": [
"libuv"
]
},
"build": {
"group_type": {
"base_group": [
],
"fwk_group": [
"//base/notification/common_event_service/frameworks/core:cesfwk_core",
"//base/notification/common_event_service/frameworks/native:cesfwk_innerkits",
"//base/notification/common_event_service/frameworks/extension:cesfwk_extension",
"//base/notification/common_event_service/interfaces/kits/napi:napi_packages",
"//base/notification/common_event_service/interfaces/kits/cj:cj_common_event_manager_ffi"
],
"service_group": [
"//base/notification/common_event_service/sa_profile:event_sa_profile",
"//base/notification/common_event_service/services:cesfwk_services",
"//base/notification/common_event_service/tools:tools_target"
]
},
"inner_kits": [
{
"header": {
"header_base" : "//base/notification/common_event_service/frameworks/core/include",
"header_files": [
"common_event_constant.h",
"common_event_death_recipient.h",
"common_event_listener.h",
"common_event_proxy.h",
"common_event_stub.h",
"common_event.h",
"event_receive_proxy.h",
"event_receive_stub.h",
"icommon_event.h",
"ievent_receive.h"
]
},
"name":"//base/notification/common_event_service/frameworks/core:cesfwk_core"
},
{
"header": {
"header_base" : "//base/notification/common_event_service/interfaces/inner_api",
"header_files": [
"async_common_event_result.h",
"common_event_data.h",
"common_event_manager.h",
"common_event_publish_info.h",
"common_event_subscribe_info.h",
"common_event_subscriber.h",
"common_event_support.h",
"matching_skills.h"
]
},
"name":"//base/notification/common_event_service/frameworks/native:cesfwk_innerkits"
}
],
"test": [
"//base/notification/common_event_service/frameworks/core/test/unittest:unittest",
"//base/notification/common_event_service/frameworks/extension/test:unittest",
"//base/notification/common_event_service/frameworks/native/test/unittest:unittest",
"//base/notification/common_event_service/services/test/moduletest:moduletest",
"//base/notification/common_event_service/services/test/unittest:unittest",
"//base/notification/common_event_service/test/fuzztest:fuzztest",
"//base/notification/common_event_service/test/systemtest:systemtest",
"//base/notification/common_event_service/tools:moduletest",
"//base/notification/common_event_service/tools:systemtest",
"//base/notification/common_event_service/tools:unittest",
"//base/notification/common_event_service/test/benchmarktest:benchmarktest"
]
}
}
}
1
https://gitee.com/openharmony/notification_common_event_service.git
git@gitee.com:openharmony/notification_common_event_service.git
openharmony
notification_common_event_service
notification_common_event_service
master

搜索帮助