imageeditor/plugins/CropPlugin/group/CropPlugin.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 #endif
       
    35 
       
    36 #if defined( __DOUBLE_BUFFERED_CROP__ )
       
    37 MACRO           DOUBLE_BUFFERED_CROP
       
    38 LIBRARY         bitgdi.lib 
       
    39 #endif
       
    40 
       
    41 #if defined(__LANDSCAPE_ROTATE_HOTKEYS__)
       
    42 MACRO           LANDSCAPE_ROTATE_HOTKEYS
       
    43 #endif
       
    44 
       
    45 TARGET          Crop.pgn
       
    46 TARGETTYPE      dll
       
    47 UID             UID_PLUGIN_INTERFACE UID_CROP_PLUGIN
       
    48 
       
    49 TARGETPATH      SHARED_LIB_DIR
       
    50 
       
    51 VENDORID        VID_DEFAULT
       
    52 CAPABILITY      CAP_GENERAL_DLL
       
    53 
       
    54 SOURCEPATH      ../src
       
    55 SOURCE		    ImageEditorCropPlugin.cpp
       
    56 SOURCE		    ImageEditorCropControl.cpp
       
    57 
       
    58 USERINCLUDE     .
       
    59 USERINCLUDE     ../inc
       
    60 USERINCLUDE     ../../../inc
       
    61 
       
    62 // Default system include paths for application layer modules.
       
    63 APP_LAYER_SYSTEMINCLUDE
       
    64 
       
    65 SYSTEMINCLUDE   .
       
    66 
       
    67 START RESOURCE  ../data/crop.rss
       
    68 HEADER
       
    69 TARGETPATH      /private/101ffa91/plugins
       
    70 LANGUAGE_IDS
       
    71 END
       
    72 
       
    73 LIBRARY	        cone.lib
       
    74 LIBRARY         efsrv.lib
       
    75 LIBRARY         euser.lib
       
    76 LIBRARY	        bafl.lib
       
    77 LIBRARY	        fbscli.lib
       
    78 LIBRARY         avkon.lib
       
    79 LIBRARY         commonengine.lib 
       
    80 
       
    81 LIBRARY	        imageeditorui.lib
       
    82 LIBRARY	        imageeditorutils.lib
       
    83 LIBRARY         iepb.lib
       
    84 LIBRARY         pb.lib
       
    85 LIBRARY         systemparameters.lib
       
    86 LIBRARY         aknicon.lib 
       
    87 
       
    88 #ifdef RD_TACTILE_FEEDBACK
       
    89 LIBRARY     	touchfeedback.lib
       
    90 #endif /* RD_TACTILE_FEEDBACK  */
       
    91 
       
    92 //#if defined(__EXPORT_UNFROZEN_PLUGINS__)
       
    93 //EXPORTUNFROZEN
       
    94 //#endif
       
    95 NOSTRICTDEF
       
    96 
       
    97 
       
    98 // End of File