omxil_generic/omxilcomplib/mmpfiles/omxilcomponentcommon.mmp
changeset 0 0e4a32b9112d
child 2 6add9366d894
equal deleted inserted replaced
-1:000000000000 0:0e4a32b9112d
       
     1 // Copyright (c) 2008-2010 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 //
       
    15 #include                <mmf/common/mmfbase.hrh>
       
    16 #include				"../src/omxilcomponent.hrh"	// get UIDs
       
    17 
       
    18 TARGET                  omxilcomponentcommon.dll
       
    19 CAPABILITY              ALL -TCB
       
    20 TARGETTYPE              dll
       
    21 UID                     KSharedLibraryUidDefine KUidSymbianOmxILComponentCommonDll
       
    22 VENDORID                0x70000001
       
    23 
       
    24 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    25 
       
    26 SOURCEPATH              ../src/
       
    27 SOURCE                  omxilcomponent.cpp
       
    28 SOURCE                  omxilcomponentimpl.cpp
       
    29 SOURCE                  omxilcallbackmanagerifimpl.cpp
       
    30 SOURCE                  omxilcallbackmanager.cpp
       
    31 SOURCE                  omxilconfigmanager.cpp
       
    32 SOURCE                  omxilconfigmanagerimpl.cpp
       
    33 SOURCE                  omxilincontextcallbackmanager.cpp
       
    34 SOURCE                  omxilfsm.cpp
       
    35 SOURCE                  omxilport.cpp
       
    36 SOURCE                  omxilportimpl.cpp
       
    37 SOURCE                  omxilaudioport.cpp
       
    38 SOURCE                  omxilaudioportimpl.cpp
       
    39 SOURCE                  omxilportmanager.cpp
       
    40 SOURCE                  omxilprocessingfunction.cpp
       
    41 SOURCE                  omxilstate.cpp
       
    42 SOURCE                  omxilspecversion.cpp
       
    43 SOURCE                  omxilutil.cpp
       
    44 SOURCE                  omxilimageport.cpp
       
    45 SOURCE                  omxilimageportimpl.cpp
       
    46 SOURCE                  omxilvideoport.cpp
       
    47 SOURCE                  omxilvideoportimpl.cpp
       
    48 SOURCE                  omxilotherport.cpp
       
    49 SOURCE                  omxilotherportimpl.cpp
       
    50 SOURCE                  omxilclientclockport.cpp
       
    51 
       
    52 LIBRARY                 euser.lib
       
    53 LIBRARY					mmfserverbaseclasses.lib
       
    54 
       
    55 // Uncomment to activate debug tracing in this module
       
    56 //MACRO                   _OMXIL_COMMON_DEBUG_TRACING_ON
       
    57 
       
    58 
       
    59 // Uncomment to activate tracing of FillThisBuffer and EmptyThisBuffer
       
    60 // This produces a *lot* of output
       
    61 //MACRO                   _OMXIL_COMMON_BUFFER_TRACING_ON
       
    62 
       
    63 // Uncomment to activate spec version checks in OMX IL structs
       
    64 //MACRO                   _OMXIL_COMMON_SPEC_VERSION_CHECKS_ON
       
    65 
       
    66 // Uncomment to activate the "alternatives to App Note IL #318"
       
    67 // See IL516c_Issue#1-Race-Conditions-Solutions-for-1.y_Nokia.pdf
       
    68 // MACRO                   _OMXIL_COMMON_IL516C_ON
       
    69 
       
    70 
       
    71 NOSTRICTDEF
       
    72 
       
    73 SMPSAFE