omxil/omxilcore/mmpfiles/omxilsymbianloader.mmp
changeset 56 b6488ac24ddc
parent 47 481b3bce574a
child 57 1cbb0d5bf7f2
equal deleted inserted replaced
47:481b3bce574a 56:b6488ac24ddc
     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 //
       
    15 
       
    16 #include "../src/core/omxiluids.hrh"
       
    17 
       
    18 TARGET 		  omxilsymbianloader.dll
       
    19 CAPABILITY	  ALL -TCB
       
    20 TARGETTYPE	  PLUGIN
       
    21 UID 			KUidECOM KUidOmxILLoaderDll
       
    22 VENDORID		0x70000001
       
    23 
       
    24 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    25 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    26 
       
    27 SOURCEPATH 		../src/loader
       
    28 SOURCE 			omxilsymbiancomponentloader.cpp
       
    29 RESOURCE		omxilsymbianloader.rss
       
    30 
       
    31 LIBRARY			euser.lib
       
    32 LIBRARY			ecom.lib
       
    33 LIBRARY			estlib.lib
       
    34 
       
    35 // MACRO                   _OMXIL_SYMBIANLOADER_DEBUG_TRACING_ON
       
    36 
       
    37 SMPSAFE