• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "input_device_driver",
3  "description": "input device driver",
4  "version": "3.1",
5  "license": "Apache License 2.0",
6  "component": {
7    "name": "input_device_driver",
8    "subsystem": "hdf",
9    "syscap": [ "" ],
10    "adapter_system_type": ["standard", "small"],
11    "rom": "630KB",
12    "ram": "7600KB",
13    "deps": {
14      "components": [
15        "ipc",
16        "device_driver_framework",
17        "hiviewdfx_hilog_native",
18        "graphic_standard",
19        "utils_base"
20      ],
21      "third_part": [
22        "bounds_checking_function",
23        "googletest"
24      ]
25    },
26    "build": {
27      "sub_component": [
28        "//drivers/peripheral/input:input_entry"
29      ],
30      "test": [
31        "//drivers/peripheral/input/test:hdf_test_input"
32      ],
33      "inner_kits": [
34        {
35          "name":  "//drivers/peripheral/input/hal:hdi_input",
36          "header": {
37            "header_files": [
38              "input_controller.h",
39              "input_manager.h",
40              "input_reporter.h",
41              "input_type.h"
42            ],
43            "header_base": "//drivers/peripheral/input/interfaces/include"
44          }
45        }
46      ]
47    }
48  }
49}
50