os/mm/mmlibs/mmfw/tsrc/mmfunittest/DevSoundTest/CIPlugins/mmpfiles/devsoundciutestdevices.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 #include "../src/devsoundciutestdevices.hrh"
    17 
    18 TARGET devsoundciutestdevices.dll
    19 CAPABILITY ALL -TCB
    20 TARGETTYPE plugin
    21 
    22 
    23 // ECom Dll recognition UID followed by the unique UID for this dll
    24 UID 0x10009D8D KUidDevsoundCIUTestDevicesDll
    25 
    26 VENDORID 0x70000001
    27 
    28 SOURCEPATH	../src
    29 
    30 SOURCE	playbackstatustestdevice.cpp
    31 SOURCE	devsoundciutestdevices.cpp
    32 SOURCE	aacdecoderconfigtestdevice.cpp
    33 SOURCE	g729decoderconfigtestdevice.cpp
    34 SOURCE	g729encoderconfigtestdevice.cpp
    35 SOURCE	audiobufferprefilltestdevice.cpp
    36 SOURCE	audiovibracontroltestdevice.cpp
    37 SOURCE	audiodspcontroltestdevice.cpp
    38 SOURCE	speechencoderconfigtestdevice.cpp
    39 SOURCE	g711decoderconfigtestdevice.cpp
    40 SOURCE	g711encoderconfigtestdevice.cpp
    41 SOURCE	ilbcdecoderconfigtestdevice.cpp
    42 SOURCE	ilbcencoderconfigtestdevice.cpp
    43 SOURCE	errorconcealmenttestdevice.cpp
    44 SOURCE	gsmconfigtestdevice.cpp
    45 SOURCE	underflowautostopcontroltestdevice.cpp
    46 SOURCE	eaacplusdecodertestdevice.cpp
    47 SOURCE	sbcencodertestdevice.cpp
    48 SOURCE	setdrmprotectedtestdevice.cpp
    49 SOURCE	advancedaacencodesettingstestdevice.cpp
    50 SOURCE	bufferframesconfigtestdevice.cpp
    51 SOURCE	gettimestampstestdevice.cpp
    52 
    53 #ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    54 SOURCE	MMFDevSoundCIMuxDeMuxPluginImp.cpp
    55 #endif
    56 
    57 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    58 
    59 #ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    60 START RESOURCE devsoundciutestdevices_a3f.rss
    61 TARGET devsoundciutestdevices.rsc
    62 END
    63 #else
    64 START RESOURCE devsoundciutestdevices.rss
    65 TARGET devsoundciutestdevices.rsc
    66 END
    67 #endif
    68 
    69 LIBRARY		euser.lib
    70 LIBRARY		ecom.lib
    71 LIBRARY		efsrv.lib
    72 LIBRARY		mmfswcodecwrapper.lib
    73 
    74 
    75 
    76 SMPSAFE