• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/eventhandler",
3    "description": "事件处理服务",
4    "version": "3.1",
5    "license": "Apache 2.0",
6    "segment": {
7        "destPath": "foundation/appexecfwk/standard/libs/libeventhandler"
8    },
9    "component": {
10        "name": "eventhandler",
11        "subsystem": "appexecfwk",
12        "syscap": [
13            "SystemCapability.Notification.Emitter"
14        ],
15        "features": [],
16        "adapted_system_type": [
17            "standard"
18        ],
19        "rom": "500KB",
20        "ram": "1000KB",
21        "deps": {
22            "components": [
23                "hitrace_native",
24                "hiviewdfx_hilog_native",
25                "hichecker_native"
26            ],
27            "third_party": []
28        },
29        "build": {
30            "sub_component": [
31                "//foundation/appexecfwk/standard/interfaces/innerkits:innerkits_target",
32                "//foundation/appexecfwk/standard/interfaces/innerkits/napi:napi_packages"
33            ],
34            "inner_kits": [
35                {
36                    "header": {
37                        "header_base": "//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler/include",
38                        "header_files": [
39                            "event_handler_errors.h",
40                            "event_handler.h",
41                            "event_queue.h",
42                            "event_runner.h",
43                            "inner_event.h",
44                            "file_descriptor_listener.h",
45                            "native_implement_eventhandler.h"
46                        ]
47                    },
48                    "name": "//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler:libeventhandler"
49                },
50                {
51                    "header": {
52                        "header_base": "//foundation/appexecfwk/standard/interfaces/innerkits/eventhandler_native/eventhandler",
53                        "header_files": [
54                            "native_interface_eventhandler.h"
55                        ]
56                    },
57                    "name": "//foundation/appexecfwk/standard/interfaces/innerkits/eventhandler_native:eventhandler_native"
58                }
59            ],
60            "test": [
61                "//foundation/appexecfwk/standard/libs/libeventhandler/test:unittest",
62                "//foundation/appexecfwk/standard/libs/test:moduletest",
63                "//foundation/appexecfwk/standard/test/systemtest/common/ems:systemtest_ems"
64            ]
65        }
66    }
67}
68