imageeditorengine/filters/FilterText/group/FilterText.mmp
changeset 1 edfc90759b9f
equal deleted inserted replaced
0:57d4cdd99204 1:edfc90759b9f
       
     1 /*
       
     2 * Copyright (c) 2010 Ixonos Plc.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - Initial contribution
       
    11 *
       
    12 * Contributors:
       
    13 * Ixonos Plc
       
    14 *
       
    15 * Description:  
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 #include "../../../group/definitions.def"
       
    25 
       
    26 #if defined( __VERBOSE__ )
       
    27 MACRO           VERBOSE
       
    28 #endif
       
    29 
       
    30 TARGET  		FilterText.dll
       
    31 TARGETTYPE  		dll
       
    32 UID  			0x1000008d 0
       
    33 
       
    34 TARGETPATH 		SHARED_LIB_DIR
       
    35 VENDORID        VID_DEFAULT
       
    36 CAPABILITY      CAP_GENERAL_DLL
       
    37 	
       
    38 SOURCEPATH 		../Src
       
    39 SOURCE			CFilterText.cpp
       
    40 
       
    41 SOURCEPATH 		../../../src
       
    42 SOURCE			CFbsBitmapHack.cpp
       
    43 
       
    44 USERINCLUDE		../Inc 
       
    45 USERINCLUDE		../../../Inc 
       
    46 
       
    47 // Default system include paths for middleware layer modules.
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 
       
    51 LANG            	SC
       
    52 
       
    53 LIBRARY 		euser.lib
       
    54 LIBRARY 		efsrv.lib
       
    55 LIBRARY 		fbscli.lib
       
    56 LIBRARY 		bitgdi.lib
       
    57 LIBRARY 		gdi.lib
       
    58 LIBRARY 		cone.lib
       
    59 LIBRARY 		eikcore.lib
       
    60 LIBRARY 		bafl.lib
       
    61 LIBRARY         avkon.lib
       
    62 
       
    63 OPTION ARMCC -O3 -Otime
       
    64 
       
    65 #if defined(__EXPORT_UNFROZEN_PLUGINS__)
       
    66 EXPORTUNFROZEN
       
    67 #endif
       
    68 NOSTRICTDEF