imageeditorengine/filters/FilterDraw/group/filterdraw.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 * Filter for draw plugin UI (draw.pgn).
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 #include "../../../group/definitions.def"
       
    25 
       
    26 #if defined( __VERBOSE__ )
       
    27 MACRO           VERBOSE
       
    28 #endif
       
    29 
       
    30 TARGET  		filterdraw.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			cfilterdraw.cpp
       
    40 SOURCE			drawpath.cpp
       
    41 
       
    42 USERINCLUDE		../Inc 
       
    43 USERINCLUDE		../../../Inc 
       
    44 
       
    45 // Default system include paths for middleware layer modules.
       
    46 MW_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 LIBRARY 		euser.lib
       
    49 LIBRARY 		efsrv.lib
       
    50 LIBRARY 		fbscli.lib
       
    51 LIBRARY 		bitgdi.lib
       
    52 LIBRARY 		gdi.lib
       
    53 
       
    54 OPTION ARMCC -O3 -Otime
       
    55 
       
    56 #if defined(__EXPORT_UNFROZEN_PLUGINS__)
       
    57 EXPORTUNFROZEN
       
    58 #endif
       
    59 NOSTRICTDEF