{ "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" } } ] } } }