sl@0: // Copyright (c) 2002-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: // Contributors:
sl@0: //
sl@0: // Description:
sl@0: // audioutils.dll MMF framework support library
sl@0: // Although audioutils.mmp is currently part of MMF, it is intended to have little or no dependency
sl@0: // on the rest of the MMF component, so it could be split off if required. The code here could be
sl@0: // used by lower-level audio adaptation.
sl@0: // 
sl@0: //
sl@0: 
sl@0: /**
sl@0:  @file
sl@0: */
sl@0: 
sl@0: 
sl@0: target          audioutils.dll
sl@0: capability 		ALL -TCB
sl@0: targettype      DLL
sl@0: unpaged
sl@0: 
sl@0: uid      0x1000008D 0x10286668 //static interface DLL Uid KSharedLibraryUid
sl@0: vendorid 0x70000001
sl@0: 
sl@0: userinclude	../../inc // allow access to internalTechnology files
sl@0: userinclude ../../src/utils/audioutils
sl@0: 
sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN
sl@0: 
sl@0: sourcepath	../../src/utils/audioutils
sl@0: 
sl@0: source		rateconvert.cpp
sl@0: 
sl@0: library		euser.lib
sl@0: 
sl@0: nostrictdef
sl@0: 
sl@0: 
sl@0: SMPSAFE