sl@0: // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // mmfSoundDev.iby sl@0: // sl@0: // sl@0: sl@0: #ifndef DEVSOUND_REFPLUGIN_IBY sl@0: #define DEVSOUND_REFPLUGIN_IBY sl@0: sl@0: // Use these components if building existing DevSound. sl@0: #ifndef SYMBIAN_MULTIMEDIA_A3FDEVSOUND sl@0: sl@0: // The reference plugin, which is a facade for everything below sl@0: ECOM_PLUGIN(MMFDevSoundRefPlugin.dll,101FFA53.rsc) sl@0: sl@0: // media server server dll sl@0: file=ABI_DIR\BUILD_DIR\MmfAudioPolicy.dll System\Libs\MmfAudioPolicy.dll sl@0: file=ABI_DIR\BUILD_DIR\MmfAudioPolicyProxy.dll System\Libs\MmfAudioPolicyProxy.dll sl@0: sl@0: file=ABI_DIR\BUILD_DIR\MmfAudioServer.exe System\Libs\MmfAudioServer.exe sl@0: file=ABI_DIR\BUILD_DIR\MmfDevSoundServer.dll System\Libs\MmfDevSoundServer.dll sl@0: file=ABI_DIR\BUILD_DIR\MmfAudioServerProxy.dll System\Libs\MmfAudioServerProxy.dll sl@0: file=ABI_DIR\BUILD_DIR\MmfDevSoundProxy.dll System\Libs\MmfDevSoundProxy.dll sl@0: sl@0: // tone controller fixed sequence resource sl@0: data=ZRESOURCE\DevSound\FixedSequence.rsc Resource\DevSound\FixedSequence.rsc sl@0: sl@0: #endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND sl@0: sl@0: //sw codec wrapper dll sl@0: file=ABI_DIR\BUILD_DIR\MMFSwCodecWrapper.dll System\Libs\MMFSwCodecWrapper.dll sl@0: file=ABI_DIR\BUILD_DIR\mmfswaudiodevice.dll System\Libs\mmfswaudiodevice.dll sl@0: sl@0: //'software codec' CMMFHwDevice plugins sl@0: ECOM_PLUGIN(mmfaudiohwdevices.dll,101fd9ef.rsc) sl@0: ECOM_PLUGIN(gsm610hwdev.dll,101fd9f0.rsc) sl@0: sl@0: // The Bitrate Custom Interface implemented on the PCM16 H/W device sl@0: ECOM_PLUGIN(MMFDevSoundCustomInterfaceBitRate.dll, 102070B4.rsc) sl@0: ECOM_PLUGIN(MMFDevSoundCIFileBlockLength.dll, 102737FD.rsc) sl@0: sl@0: #endif // DEVSOUND_REFPLUGIN_IBY