omxilcomp/omxilaudioemulator/pcmrenderer/mmpfiles/omxilpcmrenderer.mmp
changeset 0 58be5850fb6c
child 1 e0d606d6e3b1
equal deleted inserted replaced
-1:000000000000 0:58be5850fb6c
       
     1 // Copyright (c) 2008-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 // @file                   
       
    15 // @SYMPurpose
       
    16 // 
       
    17 //
       
    18 
       
    19 #include                "../src/omxilpcmrenderer.hrh"
       
    20 
       
    21 TARGET                  omxilpcmrenderer.dll
       
    22 CAPABILITY              ALL -TCB
       
    23 TARGETTYPE              plugin
       
    24 UID                     0x10009D8D KUidSymbianOmxILPcmRendererDll
       
    25 VENDORID                0x70000001
       
    26 
       
    27 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    28 
       
    29 USERINCLUDE             ../src
       
    30 USERINCLUDE				../inc
       
    31 
       
    32 SOURCEPATH              ../src
       
    33 SOURCE					omxilpcmrenderer.cpp
       
    34 SOURCE					omxilpcmrendererapb0port.cpp
       
    35 SOURCE					omxilpcmrendererprocessingfunction.cpp
       
    36 SOURCE					omxilpcmrendererconfigmanager.cpp
       
    37 
       
    38 SOURCE	mdasoundadapter.cpp
       
    39 SOURCE	mdasoundadapterbody.cpp
       
    40 
       
    41 SOURCE rateconvert.cpp
       
    42 
       
    43 
       
    44 RESOURCE	 			omxilpcmrenderer.rss
       
    45 
       
    46 LIBRARY					euser.lib
       
    47 LIBRARY					ecom.lib
       
    48 LIBRARY					hal.lib
       
    49 LIBRARY					omxilcomponentcommon.lib
       
    50 STATICLIBRARY			omxilcomponentif.lib
       
    51 
       
    52 // Uncomment to activate debug tracing in this module
       
    53 // MACRO				_OMXIL_PCMRENDERER_DEBUG_TRACING_ON
       
    54 
       
    55 // Uncomment to enable MIME type checking during tunnel compatibility checks
       
    56 // MACRO				_OMXIL_PCMRENDERER_CHECK_MIME_TYPE_ON
       
    57 
       
    58 // MACRO			        _OMXIL_PCMRENDERER_INCONTEXT_CALLBACKMANAGER_ON
       
    59 
       
    60 SMPSAFE