imageeditor/plugins/TextPlugin/group/TextPlugin.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 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          Text.pgn
       
    50 TARGETTYPE      dll
       
    51 UID             UID_PLUGIN_INTERFACE UID_TEXT_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		    ImageEditorTextPlugin.cpp
       
    63 SOURCE		    ImageEditorTextControl.cpp
       
    64 
       
    65 USERINCLUDE     .
       
    66 USERINCLUDE     ../inc
       
    67 USERINCLUDE     ../../../inc
       
    68 
       
    69 // Default system include paths for application layer modules.
       
    70 APP_LAYER_SYSTEMINCLUDE
       
    71 
       
    72 START RESOURCE	../data/text.rss
       
    73 HEADER
       
    74 TARGETPATH /private/101ffa91/plugins
       
    75 LANGUAGE_IDS
       
    76 END
       
    77 
       
    78 LIBRARY	        cone.lib
       
    79 LIBRARY         euser.lib
       
    80 LIBRARY         fbscli.lib
       
    81 LIBRARY	        bafl.lib
       
    82 LIBRARY	        eikcore.lib
       
    83 LIBRARY	        bitgdi.lib
       
    84 LIBRARY         avkon.lib
       
    85 LIBRARY         ws32.lib 
       
    86 LIBRARY         gdi.lib
       
    87 
       
    88 LIBRARY	        imageeditorui.lib
       
    89 LIBRARY	        imageeditorutils.lib
       
    90 LIBRARY         iepb.lib
       
    91 LIBRARY         pb.lib
       
    92 LIBRARY         systemparameters.lib
       
    93 LIBRARY         CommonEngine.lib
       
    94 
       
    95 #ifdef RD_TACTILE_FEEDBACK
       
    96 LIBRARY     	touchfeedback.lib
       
    97 #endif /* RD_TACTILE_FEEDBACK  */
       
    98 
       
    99 
       
   100 //#if defined (__EXPORT_UNFROZEN_PLUGINS__)
       
   101 //EXPORTUNFROZEN
       
   102 //#endif
       
   103 NOSTRICTDEF
       
   104 
       
   105 // End of File