mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-25 13:19:36 -04:00
f8371a5f87
Signed-off-by: sunxuejiao <sunxuejiao5@huawei.com>
46 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|