imageeditor/plugins/ResizePlugin/group/ResizePlugin.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 
       
    28 #if defined( __VERBOSE__ )
       
    29 MACRO           VERBOSE
       
    30 #endif
       
    31 
       
    32 #if defined( __RESIZE_CIF_SIZES_SUPPORTED__ )
       
    33 MACRO           RESIZE_CIF_SIZES_SUPPORTED
       
    34 #endif
       
    35 
       
    36 TARGET          Resize.pgn
       
    37 TARGETTYPE      dll
       
    38 UID             UID_PLUGIN_INTERFACE UID_RESIZE_PLUGIN
       
    39 TARGETPATH      SHARED_LIB_DIR
       
    40 
       
    41 VENDORID        VID_DEFAULT
       
    42 CAPABILITY      CAP_GENERAL_DLL
       
    43 
       
    44 SOURCEPATH      ../src
       
    45 SOURCE          ImageEditorResizePlugin.cpp
       
    46 SOURCE          ResizeControl.cpp
       
    47 
       
    48 USERINCLUDE     .
       
    49 USERINCLUDE     ../inc
       
    50 USERINCLUDE     ../../../inc
       
    51 
       
    52 // Default system include paths for application layer modules.
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 SYSTEMINCLUDE   .
       
    56 
       
    57 START RESOURCE  ../data/resize.rss
       
    58 HEADER
       
    59 TARGETPATH      /private/101ffa91/plugins
       
    60 LANGUAGE_IDS
       
    61 END
       
    62 
       
    63 LIBRARY	        cone.lib
       
    64 LIBRARY         euser.lib
       
    65 LIBRARY         fbscli.lib
       
    66 
       
    67 LIBRARY         imageeditorui.lib
       
    68 LIBRARY         imageeditorutils.lib
       
    69 LIBRARY         iepb.lib
       
    70 LIBRARY         pb.lib
       
    71 LIBRARY         SystemParameters.lib
       
    72 LIBRARY         eikcoctl.lib
       
    73 LIBRARY         aknnotify.lib
       
    74 LIBRARY         eiksrv.lib
       
    75 LIBRARY         avkon.lib
       
    76 LIBRARY         eikcore.lib
       
    77 LIBRARY         commonengine.lib
       
    78 
       
    79 //#if defined(__EXPORT_UNFROZEN_PLUGINS__)
       
    80 //EXPORTUNFROZEN
       
    81 //#endif
       
    82 NOSTRICTDEF
       
    83 
       
    84 
       
    85 // End of File