sl@0: // Copyright (c) 2007-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: // sl@0: sl@0: #include sl@0: #include sl@0: #include "devsoundciutestdevices.hrh" sl@0: #include "aacdecoderconfigtestdevice.h" sl@0: #include "g729encoderconfigtestdevice.h" sl@0: #include "g729decoderconfigtestdevice.h" sl@0: #include "audiovibracontroltestdevice.h" sl@0: #include "audiobufferprefilltestdevice.h" sl@0: #include "audiodspcontroltestdevice.h" sl@0: #include "speechencoderconfigtestdevice.h" sl@0: #include "g711decoderconfigtestdevice.h" sl@0: #include "g711encoderconfigtestdevice.h" sl@0: #include "ilbcdecoderconfigtestdevice.h" sl@0: #include "ilbcencoderconfigtestdevice.h" sl@0: #include "errorconcealmenttestdevice.h" sl@0: #include "gsmconfigtestdevice.h" sl@0: #include "underflowautostopcontroltestdevice.h" sl@0: #include "playbackstatustestdevice.h" sl@0: #include "sbcencodertestdevice.h" sl@0: #include "eaacplusdecodertestdevice.h" sl@0: #include "setdrmprotectedtestdevice.h" sl@0: #include "advancedaacencodesettingstestdevice.h" sl@0: #include "bufferframesconfigtestdevice.h" sl@0: #include "gettimestampstestdevice.h" sl@0: #include "playbackstatustestdevice.h" sl@0: #include "sbcencodertestdevice.h" sl@0: #include "eaacplusdecodertestdevice.h" sl@0: #include "setdrmprotectedtestdevice.h" sl@0: #include "advancedaacencodesettingstestdevice.h" sl@0: #include "bufferframesconfigtestdevice.h" sl@0: #include "gettimestampstestdevice.h" sl@0: #ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND sl@0: #include "MMFDevSoundCIMuxDeMuxPluginImp.h" sl@0: #endif sl@0: sl@0: const TImplementationProxy ImplementationTable[] = sl@0: { sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidAacDecoderConfigTestDevice, CAacDecoderConfigTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidG729EncoderConfigTestDevice, CG729EncoderConfigTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidG729DecoderConfigTestDevice, CG729DecoderConfigTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidAudioVibraControlTestDevice, CAudioVibraControlTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidSampleBufferingTestDevice, CSampleBufferingTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidAudioDspControlTestDevice, CAudioDspControlTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidSpeechEncoderConfigTestDevice, CSpeechEncoderConfigTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidG711DecoderConfigTestDevice, CG711DecoderConfigTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidG711EncoderConfigTestDevice, CG711EncoderConfigTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidIlbcDecoderIntfcTestDevice, CIlbcDecoderConfigTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidIlbcEncoderIntfcTestDevice, CIlbcEncoderConfigTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidErrorConcealmentIntfcTestDevice, CErrorConcealmentTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidGsmConfigTestDevice, CGsmConfigTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidUnderflowAutoStopControlTestDevice, CUnderflowAutoStopControlTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidPlayBackStatusTestDevice, CPlaybackStatusTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidSbcEncoderTestDevice, CSbcEncoderTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidEAacPlusDecoderTestDevice, CEAacPlusDecoderTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidSetDrmProtectedTestDevice, CSetDRMProtectedTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidAdvancedAacEncodeSettingsTestDevice, CAdvancedAacEncodeSettingsTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidBufferFramesConfigTestDevice, CBufferFramesConfigTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidGetTimestampsTestDevice, CGetTimestampsTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidPlayBackStatusTestDevice, CPlaybackStatusTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidSbcEncoderTestDevice, CSbcEncoderTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidEAacPlusDecoderTestDevice, CEAacPlusDecoderTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidSetDrmProtectedTestDevice, CSetDRMProtectedTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidAdvancedAacEncodeSettingsTestDevice, CAdvancedAacEncodeSettingsTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidBufferFramesConfigTestDevice, CBufferFramesConfigTestDevice::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidGetTimestampsTestDevice, CGetTimestampsTestDevice::NewL), sl@0: #ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidMmfDevSoundCustomInterfaceMuxPlugin, CMMFDevSoundCIMuxPluginImp::NewL), sl@0: IMPLEMENTATION_PROXY_ENTRY(KUidMmfDevSoundCustomInterfaceDeMuxPlugin, CMMFDevSoundCIDemuxPluginImp::NewL) sl@0: #endif sl@0: }; sl@0: sl@0: // sl@0: // ImplementationGroupProxy sl@0: // sl@0: EXPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount) sl@0: { sl@0: aTableCount = sizeof(ImplementationTable) / sizeof(TImplementationProxy); sl@0: sl@0: return ImplementationTable; sl@0: } sl@0: sl@0: #ifndef EKA2 sl@0: /** DLL Entry point */ sl@0: GLDEF_C TInt E32Dll(TDllReason /*aReason*/) sl@0: { sl@0: return(KErrNone); sl@0: } sl@0: #endif