• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_native",
59                "hisysevent_native",
60                "hitrace_native",
61                "ipc",
62                "access_token",
63                "safwk",
64                "ability_base",
65                "ability_runtime",
66                "eventhandler",
67                "hiviewdfx_hilog_native",
68                "napi",
69                "samgr",
70                "os_account"
71            ],
72            "third_party": [
73                "libuv"
74            ]
75        },
76        "build": {
77            "group_type": {
78                "base_group": [
79
80                ],
81                "fwk_group": [
82                    "//base/notification/common_event_service/frameworks/common:libevent_common",
83                    "//base/notification/common_event_service/frameworks/core:cesfwk_core",
84                    "//base/notification/common_event_service/frameworks/native:cesfwk_innerkits",
85                    "//base/notification/common_event_service/interfaces/kits/napi:napi_packages"
86                ],
87                "service_group": [
88                    "//base/notification/common_event_service/sa_profile:event_sa_profile",
89                    "//base/notification/common_event_service/services:cesfwk_services",
90                    "//base/notification/common_event_service/tools:tools_target"
91                ]
92            },
93            "inner_kits": [
94            {
95                "header": {
96                    "header_base" : "//base/notification/common_event_service/frameworks/core/include",
97                    "header_files": [
98                      "common_event_constant.h",
99                      "common_event_death_recipient.h",
100                      "common_event_listener.h",
101                      "common_event_proxy.h",
102                      "common_event_stub.h",
103                      "common_event.h",
104                      "event_receive_proxy.h",
105                      "event_receive_stub.h",
106                      "icommon_event.h",
107                      "ievent_receive.h"
108                    ]
109                  },
110                  "name":"//base/notification/common_event_service/frameworks/core:cesfwk_core"
111                },
112                {
113                  "header": {
114                    "header_base" : "//base/notification/common_event_service/interfaces/inner_api",
115                    "header_files": [
116                      "async_common_event_result.h",
117                      "common_event_data.h",
118                      "common_event_manager.h",
119                      "common_event_publish_info.h",
120                      "common_event_subscribe_info.h",
121                      "common_event_subscriber.h",
122                      "common_event_support.h",
123                      "matching_skills.h"
124                    ]
125                  },
126                  "name":"//base/notification/common_event_service/frameworks/native:cesfwk_innerkits"
127                },
128                {
129                  "header": {
130                    "header_base" : "//base/notification/common_event_service/services/include",
131                    "header_files": [
132                      "common_event_control_manager.h",
133                      "common_event_manager_service.h",
134                      "common_event_sticky_manager.h",
135                      "common_event_subscriber_manager.h",
136                      "inner_common_event_manager.h"
137                    ]
138                  },
139                  "name":"//base/notification/common_event_service/services:cesfwk_services"
140                }
141            ],
142            "test": [
143                "//base/notification/common_event_service/frameworks/common/test:unittest",
144                "//base/notification/common_event_service/frameworks/core/test/unittest:unittest",
145                "//base/notification/common_event_service/frameworks/native/test/unittest:unittest",
146                "//base/notification/common_event_service/services/test/moduletest:moduletest",
147                "//base/notification/common_event_service/services/test/unittest:unittest",
148                "//base/notification/common_event_service/test/fuzztest:fuzztest",
149                "//base/notification/common_event_service/test/systemtest:systemtest",
150                "//base/notification/common_event_service/tools:moduletest",
151                "//base/notification/common_event_service/tools:systemtest",
152                "//base/notification/common_event_service/tools:unittest",
153                "//base/notification/common_event_service/test/benchmarktest:benchmarktest"
154            ]
155        }
156    }
157}
158