omxilcomp/omxilgeneric/filesource/mmpfiles/omxilimagefilesource.mmp
changeset 0 58be5850fb6c
equal deleted inserted replaced
-1:000000000000 0:58be5850fb6c
       
     1 // Copyright (c) 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 
       
    16 // This macro is required to enable domain specific code
       
    17 MACRO OMXIL_IMAGE_FILESOURCE
       
    18 
       
    19 
       
    20 #include 				"../inc/omxilfilesource.hrh"
       
    21 
       
    22 TARGET		  			omxilimagefilesource.dll
       
    23 CAPABILITY	  			ALL -TCB
       
    24 TARGETTYPE	  			PLUGIN
       
    25 UID           			0x10009D8D KUidNokiaOmxILImageFileSourceDll
       
    26 VENDORID                0x70000001
       
    27 
       
    28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    29 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    30 
       
    31 USERINCLUDE	 			../inc
       
    32 
       
    33 SOURCEPATH	  			../src
       
    34 
       
    35 SOURCE		  			omxilfilesource.cpp
       
    36 SOURCE		  			omxilfilesourceprocessingfunction.cpp
       
    37 SOURCE		  			omxilfilesourceconfigmanager.cpp 
       
    38 SOURCE		  			omxilimagefilesourceipb0port.cpp
       
    39 
       
    40 RESOURCE				omxilimagefilesource.rss
       
    41 
       
    42 LIBRARY		 			euser.lib
       
    43 LIBRARY		 			efsrv.lib
       
    44 LIBRARY		 			inetprotutil.lib
       
    45 LIBRARY		 			ecom.lib
       
    46 LIBRARY					estlib.lib
       
    47 LIBRARY         		omxilcomponentcommon.lib
       
    48 STATICLIBRARY			omxilcomponentif.lib