mmlibs/mmfw/MMPFiles/utils/audioutils.mmp
changeset 0 b8ed18f6c07b
equal deleted inserted replaced
-1:000000000000 0:b8ed18f6c07b
       
     1 // Copyright (c) 2002-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 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // audioutils.dll MMF framework support library
       
    15 // Although audioutils.mmp is currently part of MMF, it is intended to have little or no dependency
       
    16 // on the rest of the MMF component, so it could be split off if required. The code here could be
       
    17 // used by lower-level audio adaptation.
       
    18 // 
       
    19 //
       
    20 
       
    21 /**
       
    22  @file
       
    23 */
       
    24 
       
    25 
       
    26 target          audioutils.dll
       
    27 capability 		ALL -TCB
       
    28 targettype      DLL
       
    29 unpaged
       
    30 
       
    31 uid      0x1000008D 0x10286668 //static interface DLL Uid KSharedLibraryUid
       
    32 vendorid 0x70000001
       
    33 
       
    34 userinclude	../../inc // allow access to internalTechnology files
       
    35 userinclude ../../src/utils/audioutils
       
    36 
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 sourcepath	../../src/utils/audioutils
       
    40 
       
    41 source		rateconvert.cpp
       
    42 
       
    43 library		euser.lib
       
    44 
       
    45 nostrictdef
       
    46 
       
    47 
       
    48 SMPSAFE