Files
drivers_peripheral/vibrator/bundle.json
T
2022-07-15 09:56:22 +08:00

46 lines
1.1 KiB
JSON

{
"name": "drivers_peripheral_vibrator",
"description": "vibrator device driver",
"version": "3.1",
"license": "Apache License 2.0",
"component": {
"name": "drivers_peripheral_vibrator",
"subsystem": "hdf",
"syscap": [""],
"adapter_system_type": ["standard"],
"rom": "675KB",
"ram": "7400KB",
"deps": {
"components": [
"ipc",
"hdf_core",
"hiviewdfx_hilog_native",
"utils_base"
],
"third_part": [
"bounds_checking_function"
]
},
"build": {
"sub_component": [
"//drivers/peripheral/vibrator:vibrator_entry"
],
"test": [
"//drivers/peripheral/vibrator/test:hdf_test_vibrator"
],
"inner_kits": [
{
"name": "//drivers/peripheral/vibrator/hal:hdi_vibrator",
"header": {
"header_files": [
"vibrator_if.h",
"vibrator_type.h"
],
"header_base": "//drivers/peripheral/vibrator/interfaces/include"
}
}
]
}
}
}