os/mm/devsound/devsoundrefplugin/mmpfiles/swcodecwrapper/mmfswaudiodevice.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2003-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 // Enable logging of this dll
    12 // MACRO SYMBIAN_SWCODEC_LOGGING
    13 
    14 // Normally on SetFormat we try and handle failure. If this macro is enabled, skip first step 
    15 // Only allow the "CD" rates of 44100, 22050 and 11025 whatever is actually supported.
    16 // This simulates the behaviour of some hardware.
    17 // Assumes one is supported.
    18 // MACRO SYMBIAN_SOUNDADAPTER_FORCECDRATES
    19 
    20 target		mmfswaudiodevice.dll
    21 capability 	ALL -TCB
    22 targettype	DLL
    23 unpaged
    24 
    25 uid		0x1000008D 0x10287081
    26 vendorid	0x70000001
    27 
    28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    29 
    30 userinclude		../../inc // for local mmf
    31 userinclude		../../../../mmlibs/mmfw/inc // for rateconvert.h
    32 
    33 sourcepath		../../src/swcodecwrapper
    34 
    35 source			mmfswaudioinput.cpp
    36 
    37 library			euser.lib
    38 library			mmfserverbaseclasses.lib 
    39 library			audioutils.lib
    40 
    41 
    42 #ifdef WINSCW
    43 DEFFILE ../../bwins/mmfswaudiodevice.def
    44 #endif
    45 
    46 #ifdef EABI
    47 DEFFILE ../../eabi/mmfswaudiodevice.def
    48 #endif
    49 
    50 nostrictdef
    51 
    52 smpsafe
    53 
    54 
    55 
    56 
    57