1{ 2 "name": "@ohos/common_event_service", 3 "version": "", 4 "description": "为应用程序提供订阅、发布、退订公共事件的能力", 5 "homePage": "https://gitee.com/openharmony", 6 "license": "Apache V2", 7 "repository": "https://gitee.com/openharmony/notification_ces_standard", 8 "domain": "os", 9 "language": "", 10 "publishAs": "code-segment", 11 "private": false, 12 "scripts": {}, 13 "tags": [ 14 "base" 15 ], 16 "keywords": [ 17 "notification", 18 "ces" 19 ], 20 "envs": [], 21 "dirs": [], 22 "author": { 23 "name": "", 24 "email": "", 25 "url": "" 26 }, 27 "contributors": [ 28 { 29 "name": "", 30 "email": "", 31 "url": "" 32 } 33 ], 34 "segment": { 35 "destPath": "base/notification/common_event_service" 36 }, 37 "component": { 38 "name": "common_event_service", 39 "subsystem": "notification", 40 "syscap": [ 41 "SystemCapability.Notification.CommonEvent" 42 ], 43 "features": [ 44 "common_event_service_with_graphics", 45 "common_event_service_tool_cem_enable" 46 ], 47 "hisysevent_config": [ 48 "//base/notification/common_event_service/hisysevent.yaml" 49 ], 50 "adapted_system_type": [ 51 "standard" 52 ], 53 "rom": "2000KB", 54 "ram": "3000KB", 55 "deps": { 56 "components": [ 57 "bundle_framework", 58 "hicollie", 59 "hisysevent", 60 "hitrace", 61 "ipc", 62 "access_token", 63 "safwk", 64 "ability_base", 65 "ability_runtime", 66 "eventhandler", 67 "hilog", 68 "napi", 69 "samgr", 70 "os_account", 71 "c_utils", 72 "ffrt", 73 "kv_store" 74 ], 75 "third_party": [ 76 "libuv" 77 ] 78 }, 79 "build": { 80 "group_type": { 81 "base_group": [ 82 83 ], 84 "fwk_group": [ 85 "//base/notification/common_event_service/frameworks/common:libevent_common", 86 "//base/notification/common_event_service/frameworks/core:cesfwk_core", 87 "//base/notification/common_event_service/frameworks/native:cesfwk_innerkits", 88 "//base/notification/common_event_service/frameworks/extension:cesfwk_extension", 89 "//base/notification/common_event_service/interfaces/kits/napi:napi_packages" 90 ], 91 "service_group": [ 92 "//base/notification/common_event_service/sa_profile:event_sa_profile", 93 "//base/notification/common_event_service/services:cesfwk_services", 94 "//base/notification/common_event_service/tools:tools_target" 95 ] 96 }, 97 "inner_kits": [ 98 { 99 "header": { 100 "header_base" : "//base/notification/common_event_service/frameworks/core/include", 101 "header_files": [ 102 "common_event_constant.h", 103 "common_event_death_recipient.h", 104 "common_event_listener.h", 105 "common_event_proxy.h", 106 "common_event_stub.h", 107 "common_event.h", 108 "event_receive_proxy.h", 109 "event_receive_stub.h", 110 "icommon_event.h", 111 "ievent_receive.h" 112 ] 113 }, 114 "name":"//base/notification/common_event_service/frameworks/core:cesfwk_core" 115 }, 116 { 117 "header": { 118 "header_base" : "//base/notification/common_event_service/interfaces/inner_api", 119 "header_files": [ 120 "async_common_event_result.h", 121 "common_event_data.h", 122 "common_event_manager.h", 123 "common_event_publish_info.h", 124 "common_event_subscribe_info.h", 125 "common_event_subscriber.h", 126 "common_event_support.h", 127 "matching_skills.h" 128 ] 129 }, 130 "name":"//base/notification/common_event_service/frameworks/native:cesfwk_innerkits" 131 } 132 ], 133 "test": [ 134 "//base/notification/common_event_service/frameworks/common/test:unittest", 135 "//base/notification/common_event_service/frameworks/core/test/unittest:unittest", 136 "//base/notification/common_event_service/frameworks/extension/test:unittest", 137 "//base/notification/common_event_service/frameworks/native/test/unittest:unittest", 138 "//base/notification/common_event_service/services/test/moduletest:moduletest", 139 "//base/notification/common_event_service/services/test/unittest:unittest", 140 "//base/notification/common_event_service/test/fuzztest:fuzztest", 141 "//base/notification/common_event_service/test/systemtest:systemtest", 142 "//base/notification/common_event_service/tools:moduletest", 143 "//base/notification/common_event_service/tools:systemtest", 144 "//base/notification/common_event_service/tools:unittest", 145 "//base/notification/common_event_service/test/benchmarktest:benchmarktest" 146 ] 147 } 148 } 149} 150