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 "drivers_peripheral_vibrator_feature_tv_flag" 20 ], 21 "syscap": [], 22 "adapted_system_type": ["standard", "small"], 23 "rom": "675KB", 24 "ram": "7400KB", 25 "deps": { 26 "components": [ 27 "ipc", 28 "hdf_core", 29 "hilog", 30 "c_utils", 31 "hitrace", 32 "drivers_interface_vibrator", 33 "hilog_lite" 34 ], 35 "third_party": [ 36 "bounds_checking_function" 37 ] 38 }, 39 "build": { 40 "sub_component": [ 41 "//drivers/peripheral/vibrator:vibrator_entry" 42 ], 43 "test": [ 44 "//drivers/peripheral/vibrator/test:hdf_test_vibrator" 45 ], 46 "inner_kits": [ 47 { 48 "name": "//drivers/peripheral/vibrator/hal:hdi_vibrator", 49 "header": { 50 "header_files": [ 51 "vibrator_if.h", 52 "vibrator_type.h" 53 ], 54 "header_base": "//drivers/peripheral/vibrator/interfaces/include" 55 } 56 }, 57 { 58 "name": "//drivers/peripheral/vibrator/hdi_service_2.0:libvibrator_vdi_config" 59 } 60 ] 61 } 62 } 63} 64