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