Files
drivers_peripheral/input/bundle.json
T
guowen666 a39b337dc3 Component-based rectification
Signed-off-by: guowen666 <guowen31@huawei.com>
2023-05-05 18:36:31 +08:00

57 lines
1.4 KiB
JSON

{
"name": "@ohos/drivers_peripheral_input",
"description": "input device driver",
"version": "4.0",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "drivers/peripheral/input"
},
"dirs": {},
"scripts": {},
"component": {
"name": "drivers_peripheral_input",
"subsystem": "hdf",
"features": [
"drivers_peripheral_input_feature_model",
"drivers_peripheral_input_feature_udriver",
"drivers_peripheral_input_feature_passthrough",
"drivers_peripheral_input_feature_lite_support_test"
],
"adapted_system_type": ["standard", "small"],
"rom": "630KB",
"ram": "7600KB",
"deps": {
"components": [
"ipc",
"c_utils",
"hdf_core",
"hiviewdfx_hilog_native",
"drivers_interface_input"
]
},
"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"
}
}
]
}
}
}