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