os/mm/devsound/devsoundrefplugin/mmpfiles/swcodecwrapper/mmfswaudiodevice.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/devsound/devsoundrefplugin/mmpfiles/swcodecwrapper/mmfswaudiodevice.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,57 @@
     1.4 +// Copyright (c) 2003-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 +// Enable logging of this dll
    1.15 +// MACRO SYMBIAN_SWCODEC_LOGGING
    1.16 +
    1.17 +// Normally on SetFormat we try and handle failure. If this macro is enabled, skip first step 
    1.18 +// Only allow the "CD" rates of 44100, 22050 and 11025 whatever is actually supported.
    1.19 +// This simulates the behaviour of some hardware.
    1.20 +// Assumes one is supported.
    1.21 +// MACRO SYMBIAN_SOUNDADAPTER_FORCECDRATES
    1.22 +
    1.23 +target		mmfswaudiodevice.dll
    1.24 +capability 	ALL -TCB
    1.25 +targettype	DLL
    1.26 +unpaged
    1.27 +
    1.28 +uid		0x1000008D 0x10287081
    1.29 +vendorid	0x70000001
    1.30 +
    1.31 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.32 +
    1.33 +userinclude		../../inc // for local mmf
    1.34 +userinclude		../../../../mmlibs/mmfw/inc // for rateconvert.h
    1.35 +
    1.36 +sourcepath		../../src/swcodecwrapper
    1.37 +
    1.38 +source			mmfswaudioinput.cpp
    1.39 +
    1.40 +library			euser.lib
    1.41 +library			mmfserverbaseclasses.lib 
    1.42 +library			audioutils.lib
    1.43 +
    1.44 +
    1.45 +#ifdef WINSCW
    1.46 +DEFFILE ../../bwins/mmfswaudiodevice.def
    1.47 +#endif
    1.48 +
    1.49 +#ifdef EABI
    1.50 +DEFFILE ../../eabi/mmfswaudiodevice.def
    1.51 +#endif
    1.52 +
    1.53 +nostrictdef
    1.54 +
    1.55 +smpsafe
    1.56 +
    1.57 +
    1.58 +
    1.59 +
    1.60 +