Files
drivers_peripheral/vibrator/bundle.json
T
2022-09-02 19:56:24 +08:00

55 lines
1.3 KiB
JSON

{
"name": "@ohos/drivers_peripheral_vibrator",
"description": "vibrator device driver",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "drivers/peripheral/vibrator"
},
"dirs": {},
"scripts": {},
"component": {
"name": "drivers_peripheral_vibrator",
"subsystem": "hdf",
"features": [
"drivers_peripheral_vibrator_feature_model"
],
"syscap": [""],
"adapter_system_type": ["standard"],
"rom": "675KB",
"ram": "7400KB",
"deps": {
"components": [
"ipc",
"hdf_core",
"hiviewdfx_hilog_native",
"utils_base"
],
"third_party": [
"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"
}
}
]
}
}
}