• 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                "libuv",
79                "ace_engine",
80                "node",
81                "cJSON",
82                "selinux_adapter",
83                "runtime_core"
84            ],
85            "third_party": []
86        },
87        "build": {
88            "group_type": {
89                "base_group": [
90
91                ],
92                "fwk_group": [
93                    "//base/notification/common_event_service/frameworks/core:cesfwk_core",
94                    "//base/notification/common_event_service/frameworks/native:cesfwk_innerkits",
95                    "//base/notification/common_event_service/frameworks/extension:cesfwk_extension",
96                    "//base/notification/common_event_service/interfaces/kits/napi:napi_packages",
97                    "//base/notification/common_event_service/interfaces/kits/ani:ani_common_event_packages",
98                    "//base/notification/common_event_service/interfaces/kits/cj:cj_common_event_manager_ffi",
99                    "//base/notification/common_event_service/interfaces/kits/ndk:ohcommonevent"
100                ],
101                "service_group": [
102                    "//base/notification/common_event_service/sa_profile:event_sa_profile",
103                    "//base/notification/common_event_service/services:cesfwk_services",
104                    "//base/notification/common_event_service/tools:tools_target"
105                ]
106            },
107            "inner_kits": [
108            {
109                "header": {
110                    "header_base" : "//base/notification/common_event_service/frameworks/core/include",
111                    "header_files": [
112                      "common_event_constant.h",
113                      "common_event_death_recipient.h",
114                      "common_event_listener.h",
115                      "common_event.h"
116                    ]
117                  },
118                  "name":"//base/notification/common_event_service/frameworks/core:cesfwk_core"
119                },
120                {
121                  "header": {
122                    "header_base" : "//base/notification/common_event_service/interfaces/inner_api",
123                    "header_files": [
124                      "async_common_event_result.h",
125                      "common_event_data.h",
126                      "common_event_manager.h",
127                      "common_event_publish_info.h",
128                      "common_event_subscribe_info.h",
129                      "common_event_subscriber.h",
130                      "common_event_support.h",
131                      "matching_skills.h"
132                    ]
133                  },
134                  "name":"//base/notification/common_event_service/frameworks/native:cesfwk_innerkits"
135                },
136                {
137                    "header": {
138                      "header_base" : "//base/notification/common_event_service/interfaces/kits/cj/src",
139                      "header_files": []
140                    },
141                    "name":"//base/notification/common_event_service/interfaces/kits/cj:cj_common_event_manager_ffi"
142                }
143            ],
144            "test": [
145                "//base/notification/common_event_service/frameworks/core/test/unittest:unittest",
146                "//base/notification/common_event_service/frameworks/extension/test:unittest",
147                "//base/notification/common_event_service/frameworks/native/test/unittest:unittest",
148                "//base/notification/common_event_service/services/test/moduletest:moduletest",
149                "//base/notification/common_event_service/services/test/unittest:unittest",
150                "//base/notification/common_event_service/test/fuzztest:fuzztest",
151                "//base/notification/common_event_service/test/systemtest:systemtest",
152                "//base/notification/common_event_service/tools:moduletest",
153                "//base/notification/common_event_service/tools:systemtest",
154                "//base/notification/common_event_service/tools:unittest",
155                "//base/notification/common_event_service/test/benchmarktest:benchmarktest"
156            ]
157        }
158    }
159}
160