1{ 2 "name": "@ohos/drivers_peripheral_vibrator", 3 "description": "vibrator device driver", 4 "version": "4.0", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/vibrator" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_vibrator", 14 "subsystem": "hdf", 15 "features": [ 16 "drivers_peripheral_vibrator_feature_model", 17 "drivers_peripheral_vibrator_feature_community", 18 "drivers_peripheral_vibrator_feature_lite_support_test" 19 ], 20 "syscap": [], 21 "adapted_system_type": ["standard"], 22 "rom": "675KB", 23 "ram": "7400KB", 24 "deps": { 25 "components": [ 26 "ipc", 27 "hdf_core", 28 "hilog", 29 "c_utils", 30 "hitrace", 31 "drivers_interface_vibrator" 32 ] 33 }, 34 "build": { 35 "sub_component": [ 36 "//drivers/peripheral/vibrator:vibrator_entry" 37 ], 38 "test": [ 39 "//drivers/peripheral/vibrator/test:hdf_test_vibrator" 40 ], 41 "inner_kits": [ 42 { 43 "name": "//drivers/peripheral/vibrator/hal:hdi_vibrator", 44 "header": { 45 "header_files": [ 46 "vibrator_if.h", 47 "vibrator_type.h" 48 ], 49 "header_base": "//drivers/peripheral/vibrator/interfaces/include" 50 } 51 } 52 ] 53 } 54 } 55} 56