1{
2  "name": "@ohos/drivers_peripheral_input",
3  "description": "input device driver",
4  "version": "4.0",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "drivers/peripheral/input"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "drivers_peripheral_input",
14    "subsystem": "hdf",
15    "features": [
16      "drivers_peripheral_input_feature_model",
17      "drivers_peripheral_input_feature_udriver",
18      "drivers_peripheral_input_feature_lite_support_test",
19      "drivers_peripheral_input_feature_support_ddk"
20    ],
21    "adapted_system_type": ["standard", "small"],
22    "rom": "630KB",
23    "ram": "7600KB",
24    "deps": {
25      "components": [
26        "ipc",
27        "c_utils",
28        "hdf_core",
29        "hilog",
30        "hilog_lite",
31        "drivers_interface_input",
32        "access_token"
33      ],
34      "third_party": [
35        "bounds_checking_function"
36      ]
37    },
38    "build": {
39      "sub_component": [
40        "//drivers/peripheral/input:input_entry"
41      ],
42      "test": [
43        "//drivers/peripheral/input/test:hdf_test_input"
44      ],
45      "inner_kits": [
46        {
47          "name": "//drivers/peripheral/input/hal:hdi_input",
48          "header": {
49            "header_files": [
50              "input_controller.h",
51              "input_manager.h",
52              "input_reporter.h",
53              "input_type.h"
54            ],
55            "header_base": "//drivers/peripheral/input/interfaces/include"
56          }
57        },
58        {
59          "name": "//drivers/peripheral/input/udriver:hdi_input_udriver",
60          "header": {
61            "header_files": [
62              "input_device_manager.h"
63            ],
64            "header_base": "//drivers/peripheral/input/udriver/include"
65          }
66        }
67      ]
68    }
69  }
70}
71