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": [ 16 "drivers_peripheral_intelligent_voice_feature_community", 17 "drivers_peripheral_intelligent_voice_engine_enable", 18 "drivers_peripheral_intelligent_voice_trigger_enable", 19 "drivers_peripheral_intelligent_voice_only_second_stage" 20 ], 21 "adapted_system_type": ["standard"], 22 "rom": "675KB", 23 "ram": "2048KB", 24 "deps": { 25 "components": [ 26 "c_utils", 27 "drivers_interface_intelligent_voice", 28 "hdf_core", 29 "hilog", 30 "ipc" 31 ], 32 "third_party": [ 33 ] 34 }, 35 "build": { 36 "sub_component": [ 37 "//drivers/peripheral/intelligent_voice:intell_voice_engine_entry", 38 "//drivers/peripheral/intelligent_voice:intell_voice_trigger_entry" 39 ], 40 "test": [] 41 } 42 } 43} 44