imageeditor/plugins/NegativePlugin/group/NegativePlugin.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 
       
    25 #include "../../../inc/definitions.def"
       
    26 #include "../../../inc/imageeditoruids.hrh"
       
    27 
       
    28 #if defined( __VERBOSE__ )
       
    29 MACRO           VERBOSE
       
    30 #endif
       
    31 
       
    32 TARGET          Negative.pgn
       
    33 TARGETTYPE      dll
       
    34 UID             UID_PLUGIN_INTERFACE UID_NEGATIVE_PLUGIN
       
    35 TARGETPATH      SHARED_LIB_DIR
       
    36 
       
    37 VENDORID        VID_DEFAULT
       
    38 CAPABILITY      CAP_GENERAL_DLL
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE		    ImageEditorNegativePlugin.cpp
       
    42 
       
    43 USERINCLUDE     .
       
    44 USERINCLUDE     ../inc
       
    45 USERINCLUDE     ../../../inc
       
    46 
       
    47 // Default system include paths for application layer modules.
       
    48 APP_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 SYSTEMINCLUDE   .
       
    51 
       
    52 START RESOURCE  ../data/negative.rss
       
    53 HEADER
       
    54 TARGETPATH      /private/101ffa91/plugins
       
    55 LANGUAGE_IDS
       
    56 END
       
    57 
       
    58 LIBRARY         euser.lib
       
    59 
       
    60 LIBRARY         iepb.lib
       
    61 LIBRARY         pb.lib
       
    62 
       
    63 
       
    64 //#if defined(__EXPORT_UNFROZEN_PLUGINS__)
       
    65 //EXPORTUNFROZEN
       
    66 //#endif
       
    67 NOSTRICTDEF
       
    68 
       
    69 
       
    70 // End of File