imageeditor/plugins/RedEyePlugin/group/RedEyeReductionPlugin.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 TARGET          RedEyeReduction.pgn
       
    38 TARGETTYPE      dll
       
    39 UID             UID_PLUGIN_INTERFACE UID_REDEYEREDUCTION_PLUGIN
       
    40 
       
    41 TARGETPATH      SHARED_LIB_DIR
       
    42 
       
    43 VENDORID        VID_DEFAULT
       
    44 CAPABILITY      CAP_GENERAL_DLL
       
    45 
       
    46 SOURCEPATH      ../src
       
    47 SOURCE		ImageEditorRedEyeReductionPlugin.cpp
       
    48 SOURCE		ImageEditorRedEyeReductionControl.cpp
       
    49 
       
    50 USERINCLUDE     .
       
    51 USERINCLUDE     ../inc
       
    52 USERINCLUDE     ../../../inc
       
    53 
       
    54 // Default system include paths for application layer modules.
       
    55 APP_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 SYSTEMINCLUDE   .
       
    58 
       
    59 START RESOURCE	../data/redeyereduction.rss
       
    60 HEADER
       
    61 TARGETPATH      /private/101ffa91/plugins
       
    62 LANGUAGE_IDS
       
    63 END
       
    64 
       
    65 
       
    66 LIBRARY	        bafl.lib
       
    67 LIBRARY	        cone.lib
       
    68 LIBRARY         euser.lib
       
    69 LIBRARY         fbscli.lib 
       
    70 
       
    71 LIBRARY	        imageeditorui.lib
       
    72 LIBRARY	        imageeditorutils.lib
       
    73 LIBRARY         iepb.lib
       
    74 LIBRARY         pb.lib
       
    75 LIBRARY         systemparameters.lib
       
    76 LIBRARY         avkon.lib 
       
    77 LIBRARY         CommonEngine.lib 
       
    78 
       
    79 #ifdef RD_TACTILE_FEEDBACK
       
    80 LIBRARY     	touchfeedback.lib
       
    81 #endif /* RD_TACTILE_FEEDBACK  */
       
    82 
       
    83 
       
    84 //#if defined(__EXPORT_UNFROZEN_PLUGINS__)
       
    85 //EXPORTUNFROZEN
       
    86 //#endif
       
    87 NOSTRICTDEF
       
    88 
       
    89 
       
    90 // End of File