sl@0: // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: sl@0: // Enable logging of this dll sl@0: // MACRO SYMBIAN_SWCODEC_LOGGING sl@0: sl@0: // Normally on SetFormat we try and handle failure. If this macro is enabled, skip first step sl@0: // Only allow the "CD" rates of 44100, 22050 and 11025 whatever is actually supported. sl@0: // This simulates the behaviour of some hardware. sl@0: // Assumes one is supported. sl@0: // MACRO SYMBIAN_SOUNDADAPTER_FORCECDRATES sl@0: sl@0: target mmfswaudiodevice.dll sl@0: capability ALL -TCB sl@0: targettype DLL sl@0: unpaged sl@0: sl@0: uid 0x1000008D 0x10287081 sl@0: vendorid 0x70000001 sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: sl@0: userinclude ../../inc // for local mmf sl@0: userinclude ../../../../mmlibs/mmfw/inc // for rateconvert.h sl@0: sl@0: sourcepath ../../src/swcodecwrapper sl@0: sl@0: source mmfswaudioinput.cpp sl@0: sl@0: library euser.lib sl@0: library mmfserverbaseclasses.lib sl@0: library audioutils.lib sl@0: sl@0: sl@0: #ifdef WINSCW sl@0: DEFFILE ../../bwins/mmfswaudiodevice.def sl@0: #endif sl@0: sl@0: #ifdef EABI sl@0: DEFFILE ../../eabi/mmfswaudiodevice.def sl@0: #endif sl@0: sl@0: nostrictdef sl@0: sl@0: smpsafe sl@0: sl@0: sl@0: sl@0: sl@0: