imageeditor/plugins/BrightnessPlugin/group/BrightnessPlugin.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 TARGET          Brightness.pgn
       
    33 TARGETTYPE      dll
       
    34 UID             UID_PLUGIN_INTERFACE UID_BRIGHTNESS_PLUGIN
       
    35 
       
    36 TARGETPATH SHARED_LIB_DIR
       
    37 
       
    38 VENDORID		VID_DEFAULT
       
    39 CAPABILITY		CAP_GENERAL_DLL
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 SOURCE		    ImageEditorBrightnessPlugin.cpp
       
    43 
       
    44 USERINCLUDE     .
       
    45 USERINCLUDE     ../inc
       
    46 USERINCLUDE     ../../../inc
       
    47 
       
    48 // Default system include paths for application layer modules.
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 SYSTEMINCLUDE   .
       
    52 
       
    53 START RESOURCE	../data/brightness.rss
       
    54 HEADER
       
    55 TARGETPATH		/private/101ffa91/plugins
       
    56 LANGUAGE_IDS
       
    57 END
       
    58 
       
    59 LIBRARY         euser.lib
       
    60 
       
    61 LIBRARY         imageeditorui.lib
       
    62 LIBRARY         iepb.lib
       
    63 LIBRARY         pb.lib
       
    64 LIBRARY         eikcoctl.lib
       
    65 
       
    66 //#if defined(__EXPORT_UNFROZEN_PLUGINS__)
       
    67 //EXPORTUNFROZEN
       
    68 //#endif
       
    69 NOSTRICTDEF
       
    70 
       
    71 // End of File