mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-25 13:19:36 -04:00
42b90dd509
This reverts commit fd3202650b.
Signed-off-by: sufeng6 <sufeng6@huawei.com>
50 lines
1.1 KiB
JSON
Executable File
50 lines
1.1 KiB
JSON
Executable File
{
|
|
"name": "drivers_peripheral_input",
|
|
"description": "input device driver",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"component": {
|
|
"name": "drivers_peripheral_input",
|
|
"subsystem": "hdf",
|
|
"syscap": [ "" ],
|
|
"adapter_system_type": ["standard", "small"],
|
|
"rom": "630KB",
|
|
"ram": "7600KB",
|
|
"deps": {
|
|
"components": [
|
|
"ipc",
|
|
"hdf_core",
|
|
"hiviewdfx_hilog_native",
|
|
"graphic_standard",
|
|
"utils_base"
|
|
],
|
|
"third_part": [
|
|
"bounds_checking_function",
|
|
"googletest"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/input:input_entry"
|
|
],
|
|
"test": [
|
|
"//drivers/peripheral/input/test:hdf_test_input"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//drivers/peripheral/input/hal:hdi_input",
|
|
"header": {
|
|
"header_files": [
|
|
"input_controller.h",
|
|
"input_manager.h",
|
|
"input_reporter.h",
|
|
"input_type.h"
|
|
],
|
|
"header_base": "//drivers/peripheral/input/interfaces/include"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|