os/mm/mmlibs/mmfw/tsrc/mmfunittest/DevSoundTest/CIPlugins/src/devsoundciutestdevices.cpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
//
sl@0
    15
sl@0
    16
#include <ecom/implementationproxy.h>
sl@0
    17
#include <ecom/ecom.h>
sl@0
    18
#include "devsoundciutestdevices.hrh"
sl@0
    19
#include "aacdecoderconfigtestdevice.h"
sl@0
    20
#include "g729encoderconfigtestdevice.h"
sl@0
    21
#include "g729decoderconfigtestdevice.h"
sl@0
    22
#include "audiovibracontroltestdevice.h"
sl@0
    23
#include "audiobufferprefilltestdevice.h"
sl@0
    24
#include "audiodspcontroltestdevice.h"
sl@0
    25
#include "speechencoderconfigtestdevice.h"
sl@0
    26
#include "g711decoderconfigtestdevice.h"
sl@0
    27
#include "g711encoderconfigtestdevice.h"
sl@0
    28
#include "ilbcdecoderconfigtestdevice.h"
sl@0
    29
#include "ilbcencoderconfigtestdevice.h"
sl@0
    30
#include "errorconcealmenttestdevice.h"
sl@0
    31
#include "gsmconfigtestdevice.h"
sl@0
    32
#include "underflowautostopcontroltestdevice.h"
sl@0
    33
#include "playbackstatustestdevice.h"
sl@0
    34
#include "sbcencodertestdevice.h"
sl@0
    35
#include "eaacplusdecodertestdevice.h"
sl@0
    36
#include "setdrmprotectedtestdevice.h"
sl@0
    37
#include "advancedaacencodesettingstestdevice.h"
sl@0
    38
#include "bufferframesconfigtestdevice.h"
sl@0
    39
#include "gettimestampstestdevice.h"
sl@0
    40
#include "playbackstatustestdevice.h"
sl@0
    41
#include "sbcencodertestdevice.h"
sl@0
    42
#include "eaacplusdecodertestdevice.h"
sl@0
    43
#include "setdrmprotectedtestdevice.h"
sl@0
    44
#include "advancedaacencodesettingstestdevice.h"
sl@0
    45
#include "bufferframesconfigtestdevice.h"
sl@0
    46
#include "gettimestampstestdevice.h"
sl@0
    47
#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
sl@0
    48
#include "MMFDevSoundCIMuxDeMuxPluginImp.h"
sl@0
    49
#endif
sl@0
    50
sl@0
    51
const TImplementationProxy ImplementationTable[] =
sl@0
    52
	{
sl@0
    53
	IMPLEMENTATION_PROXY_ENTRY(KUidAacDecoderConfigTestDevice,	CAacDecoderConfigTestDevice::NewL),
sl@0
    54
	IMPLEMENTATION_PROXY_ENTRY(KUidG729EncoderConfigTestDevice,	CG729EncoderConfigTestDevice::NewL),
sl@0
    55
	IMPLEMENTATION_PROXY_ENTRY(KUidG729DecoderConfigTestDevice,	CG729DecoderConfigTestDevice::NewL),
sl@0
    56
	IMPLEMENTATION_PROXY_ENTRY(KUidAudioVibraControlTestDevice,	CAudioVibraControlTestDevice::NewL),
sl@0
    57
	IMPLEMENTATION_PROXY_ENTRY(KUidSampleBufferingTestDevice,	CSampleBufferingTestDevice::NewL),
sl@0
    58
	IMPLEMENTATION_PROXY_ENTRY(KUidAudioDspControlTestDevice,	CAudioDspControlTestDevice::NewL),
sl@0
    59
	IMPLEMENTATION_PROXY_ENTRY(KUidSpeechEncoderConfigTestDevice,	CSpeechEncoderConfigTestDevice::NewL),
sl@0
    60
	IMPLEMENTATION_PROXY_ENTRY(KUidG711DecoderConfigTestDevice,		CG711DecoderConfigTestDevice::NewL),
sl@0
    61
	IMPLEMENTATION_PROXY_ENTRY(KUidG711EncoderConfigTestDevice,		CG711EncoderConfigTestDevice::NewL),
sl@0
    62
	IMPLEMENTATION_PROXY_ENTRY(KUidIlbcDecoderIntfcTestDevice,		CIlbcDecoderConfigTestDevice::NewL),
sl@0
    63
	IMPLEMENTATION_PROXY_ENTRY(KUidIlbcEncoderIntfcTestDevice,		CIlbcEncoderConfigTestDevice::NewL),
sl@0
    64
	IMPLEMENTATION_PROXY_ENTRY(KUidErrorConcealmentIntfcTestDevice,	CErrorConcealmentTestDevice::NewL),
sl@0
    65
	IMPLEMENTATION_PROXY_ENTRY(KUidGsmConfigTestDevice,				CGsmConfigTestDevice::NewL),
sl@0
    66
	IMPLEMENTATION_PROXY_ENTRY(KUidUnderflowAutoStopControlTestDevice,	CUnderflowAutoStopControlTestDevice::NewL),
sl@0
    67
	IMPLEMENTATION_PROXY_ENTRY(KUidPlayBackStatusTestDevice, CPlaybackStatusTestDevice::NewL),
sl@0
    68
	IMPLEMENTATION_PROXY_ENTRY(KUidSbcEncoderTestDevice, CSbcEncoderTestDevice::NewL),
sl@0
    69
	IMPLEMENTATION_PROXY_ENTRY(KUidEAacPlusDecoderTestDevice, CEAacPlusDecoderTestDevice::NewL),
sl@0
    70
	IMPLEMENTATION_PROXY_ENTRY(KUidSetDrmProtectedTestDevice, CSetDRMProtectedTestDevice::NewL),
sl@0
    71
	IMPLEMENTATION_PROXY_ENTRY(KUidAdvancedAacEncodeSettingsTestDevice, CAdvancedAacEncodeSettingsTestDevice::NewL),
sl@0
    72
	IMPLEMENTATION_PROXY_ENTRY(KUidBufferFramesConfigTestDevice, CBufferFramesConfigTestDevice::NewL),
sl@0
    73
	IMPLEMENTATION_PROXY_ENTRY(KUidGetTimestampsTestDevice, CGetTimestampsTestDevice::NewL),
sl@0
    74
	IMPLEMENTATION_PROXY_ENTRY(KUidPlayBackStatusTestDevice, CPlaybackStatusTestDevice::NewL),
sl@0
    75
	IMPLEMENTATION_PROXY_ENTRY(KUidSbcEncoderTestDevice, CSbcEncoderTestDevice::NewL),
sl@0
    76
	IMPLEMENTATION_PROXY_ENTRY(KUidEAacPlusDecoderTestDevice, CEAacPlusDecoderTestDevice::NewL),
sl@0
    77
	IMPLEMENTATION_PROXY_ENTRY(KUidSetDrmProtectedTestDevice, CSetDRMProtectedTestDevice::NewL),
sl@0
    78
	IMPLEMENTATION_PROXY_ENTRY(KUidAdvancedAacEncodeSettingsTestDevice, CAdvancedAacEncodeSettingsTestDevice::NewL),
sl@0
    79
	IMPLEMENTATION_PROXY_ENTRY(KUidBufferFramesConfigTestDevice, CBufferFramesConfigTestDevice::NewL),
sl@0
    80
	IMPLEMENTATION_PROXY_ENTRY(KUidGetTimestampsTestDevice, CGetTimestampsTestDevice::NewL),
sl@0
    81
#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
sl@0
    82
	IMPLEMENTATION_PROXY_ENTRY(KUidMmfDevSoundCustomInterfaceMuxPlugin,	CMMFDevSoundCIMuxPluginImp::NewL),
sl@0
    83
	IMPLEMENTATION_PROXY_ENTRY(KUidMmfDevSoundCustomInterfaceDeMuxPlugin,	CMMFDevSoundCIDemuxPluginImp::NewL)
sl@0
    84
#endif	
sl@0
    85
	};
sl@0
    86
sl@0
    87
//
sl@0
    88
// ImplementationGroupProxy
sl@0
    89
//
sl@0
    90
EXPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount)
sl@0
    91
	{
sl@0
    92
	aTableCount = sizeof(ImplementationTable) / sizeof(TImplementationProxy);
sl@0
    93
sl@0
    94
	return ImplementationTable;
sl@0
    95
	}
sl@0
    96
sl@0
    97
#ifndef EKA2
sl@0
    98
/** DLL Entry point */
sl@0
    99
GLDEF_C TInt E32Dll(TDllReason /*aReason*/)
sl@0
   100
	{
sl@0
   101
	return(KErrNone);
sl@0
   102
	}
sl@0
   103
#endif