imageeditor/plugins/DrawPlugin/group/drawplugin.mmp
changeset 1 edfc90759b9f
child 12 18b321db4884
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 APP_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 #include <data_caging_paths.hrh>
       
    23 
       
    24 #include "../../../inc/definitions.def"
       
    25 #include "../../../inc/imageeditoruids.hrh"
       
    26 
       
    27 #if defined( __VERBOSE__ )
       
    28 MACRO           VERBOSE
       
    29 #endif
       
    30 
       
    31 #if defined(__IE_GLOBAL_DEBUGLOG__) || defined(__IE_DEBUGLOG__)
       
    32 MACRO           ENABLE_DEBUGLOG
       
    33 LIBRARY         flogger.lib
       
    34 LIBRARY         efsrv.lib
       
    35 #endif
       
    36 
       
    37 #if defined( __LANDSCAPE_SUPPORT__ )
       
    38 MACRO           LANDSCAPE_SUPPORT
       
    39 #endif
       
    40 
       
    41 #if defined( __LANDSCAPE_ONLY__ )
       
    42 MACRO           LANDSCAPE_ONLY
       
    43 #endif
       
    44 
       
    45 #if defined( __TEXT_INSERTION_IN_PORTRAIT_ONLY__ )
       
    46 MACRO           TEXT_INSERTION_IN_PORTRAIT_ONLY
       
    47 #endif
       
    48 
       
    49 TARGET          draw.pgn
       
    50 TARGETTYPE      dll
       
    51 UID             UID_PLUGIN_INTERFACE UID_DRAW_PLUGIN
       
    52 
       
    53 TARGETPATH      SHARED_LIB_DIR
       
    54 
       
    55 VENDORID        VID_DEFAULT
       
    56 CAPABILITY      CAP_GENERAL_DLL
       
    57 
       
    58 SOURCEPATH      ../../../src
       
    59 SOURCE          JpTimer.cpp
       
    60 
       
    61 SOURCEPATH      ../src
       
    62 SOURCE          imageeditordrawplugin.cpp
       
    63 SOURCE          imageeditordrawcontrol.cpp
       
    64 SOURCE          drawpath.cpp
       
    65 SOURCE          selectionpopup.cpp
       
    66 
       
    67 
       
    68 USERINCLUDE     .
       
    69 USERINCLUDE     ../inc
       
    70 USERINCLUDE     ../../../inc
       
    71 
       
    72 // Default system include paths for application layer modules.
       
    73 APP_LAYER_SYSTEMINCLUDE
       
    74 
       
    75 SYSTEMINCLUDE   .
       
    76 
       
    77 START RESOURCE	../data/draw.rss
       
    78 HEADER
       
    79 TARGETPATH /private/101ffa91/plugins
       
    80 LANGUAGE_IDS
       
    81 END
       
    82 
       
    83 LIBRARY         AknLayout2.lib
       
    84 LIBRARY         aknicon.lib
       
    85 LIBRARY         avkon.lib
       
    86 LIBRARY         bafl.lib
       
    87 LIBRARY         bitgdi.lib
       
    88 LIBRARY         CdlEngine.lib
       
    89 LIBRARY	        cone.lib
       
    90 LIBRARY         euser.lib
       
    91 LIBRARY         eikcore.lib
       
    92 LIBRARY         eikcoctl.lib
       
    93 LIBRARY         eikdlg.lib
       
    94 LIBRARY         fbscli.lib 
       
    95 LIBRARY         gdi.lib
       
    96 LIBRARY         ws32.lib
       
    97 
       
    98 LIBRARY	        imageeditorui.lib
       
    99 LIBRARY	        imageeditorutils.lib
       
   100 LIBRARY         iepb.lib
       
   101 LIBRARY         pb.lib
       
   102 LIBRARY         systemparameters.lib
       
   103 LIBRARY         CommonEngine.lib
       
   104 
       
   105 //#if defined (__EXPORT_UNFROZEN_PLUGINS__)
       
   106 //EXPORTUNFROZEN
       
   107 //#endif
       
   108 NOSTRICTDEF
       
   109 
       
   110 // End of File