1{ 2 "name": "@ohos/drivers_peripheral_intelligent_voice", 3 "description": "intelligent_voice device driver", 4 "version": "4.0", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/intelligent_voice" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_intelligent_voice", 14 "subsystem": "hdf", 15 "features": ["drivers_peripheral_intelligent_voice_feature_community"], 16 "adapted_system_type": ["standard"], 17 "rom": "675KB", 18 "ram": "2048KB", 19 "deps": { 20 "components": [ 21 "c_utils", 22 "drivers_interface_intelligent_voice", 23 "hdf_core", 24 "hilog", 25 "ipc" 26 ], 27 "third_part": [ 28 "bounds_checking_function", 29 "googletest" 30 ] 31 }, 32 "build": { 33 "sub_component": [ 34 "//drivers/peripheral/intelligent_voice:intell_voice_engine_entry", 35 "//drivers/peripheral/intelligent_voice:intell_voice_trigger_entry" 36 ], 37 "test": [] 38 } 39 } 40} 41