os/mm/mmlibs/mmfw/tsrc/mmfunittest/DevSoundTest/CIPlugins/mmpfiles/devsoundciutestdevices.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmlibs/mmfw/tsrc/mmfunittest/DevSoundTest/CIPlugins/mmpfiles/devsoundciutestdevices.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,76 @@
     1.4 +// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +#include "../src/devsoundciutestdevices.hrh"
    1.20 +
    1.21 +TARGET devsoundciutestdevices.dll
    1.22 +CAPABILITY ALL -TCB
    1.23 +TARGETTYPE plugin
    1.24 +
    1.25 +
    1.26 +// ECom Dll recognition UID followed by the unique UID for this dll
    1.27 +UID 0x10009D8D KUidDevsoundCIUTestDevicesDll
    1.28 +
    1.29 +VENDORID 0x70000001
    1.30 +
    1.31 +SOURCEPATH	../src
    1.32 +
    1.33 +SOURCE	playbackstatustestdevice.cpp
    1.34 +SOURCE	devsoundciutestdevices.cpp
    1.35 +SOURCE	aacdecoderconfigtestdevice.cpp
    1.36 +SOURCE	g729decoderconfigtestdevice.cpp
    1.37 +SOURCE	g729encoderconfigtestdevice.cpp
    1.38 +SOURCE	audiobufferprefilltestdevice.cpp
    1.39 +SOURCE	audiovibracontroltestdevice.cpp
    1.40 +SOURCE	audiodspcontroltestdevice.cpp
    1.41 +SOURCE	speechencoderconfigtestdevice.cpp
    1.42 +SOURCE	g711decoderconfigtestdevice.cpp
    1.43 +SOURCE	g711encoderconfigtestdevice.cpp
    1.44 +SOURCE	ilbcdecoderconfigtestdevice.cpp
    1.45 +SOURCE	ilbcencoderconfigtestdevice.cpp
    1.46 +SOURCE	errorconcealmenttestdevice.cpp
    1.47 +SOURCE	gsmconfigtestdevice.cpp
    1.48 +SOURCE	underflowautostopcontroltestdevice.cpp
    1.49 +SOURCE	eaacplusdecodertestdevice.cpp
    1.50 +SOURCE	sbcencodertestdevice.cpp
    1.51 +SOURCE	setdrmprotectedtestdevice.cpp
    1.52 +SOURCE	advancedaacencodesettingstestdevice.cpp
    1.53 +SOURCE	bufferframesconfigtestdevice.cpp
    1.54 +SOURCE	gettimestampstestdevice.cpp
    1.55 +
    1.56 +#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    1.57 +SOURCE	MMFDevSoundCIMuxDeMuxPluginImp.cpp
    1.58 +#endif
    1.59 +
    1.60 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.61 +
    1.62 +#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    1.63 +START RESOURCE devsoundciutestdevices_a3f.rss
    1.64 +TARGET devsoundciutestdevices.rsc
    1.65 +END
    1.66 +#else
    1.67 +START RESOURCE devsoundciutestdevices.rss
    1.68 +TARGET devsoundciutestdevices.rsc
    1.69 +END
    1.70 +#endif
    1.71 +
    1.72 +LIBRARY		euser.lib
    1.73 +LIBRARY		ecom.lib
    1.74 +LIBRARY		efsrv.lib
    1.75 +LIBRARY		mmfswcodecwrapper.lib
    1.76 +
    1.77 +
    1.78 +
    1.79 +SMPSAFE