imageeditor/ImageEditorManager/group/ImageEditorManager.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 
       
    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 TARGET          ImageEditorManager.dll
       
    37 TARGETTYPE      dll
       
    38 UID             0x1000008d
       
    39 
       
    40 VENDORID        VID_DEFAULT
       
    41 CAPABILITY      CAP_GENERAL_DLL
       
    42 
       
    43 SOURCEPATH      ../src
       
    44 SOURCE			ImageEditorPluginLocator.cpp
       
    45 SOURCE			ImageEditorPluginScanner.cpp
       
    46 SOURCE			ImageEditorPluginStorage.cpp
       
    47 SOURCE			ImageEditorPluginManager.cpp
       
    48 SOURCE			ImageEditorImageHandler.cpp
       
    49 
       
    50 SOURCE			PluginLoader.cpp
       
    51 SOURCE			EditorImage.cpp
       
    52 
       
    53 USERINCLUDE     .
       
    54 USERINCLUDE     ../inc
       
    55 USERINCLUDE     ../../inc
       
    56 
       
    57 // Default system include paths for application layer modules.
       
    58 APP_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 SYSTEMINCLUDE   .
       
    61 
       
    62 LANG            SC
       
    63 
       
    64 LIBRARY         avkon.lib
       
    65 LIBRARY         euser.lib
       
    66 LIBRARY         efsrv.lib
       
    67 LIBRARY	        cone.lib
       
    68 LIBRARY	        imageconversion.lib
       
    69 LIBRARY	        bafl.lib
       
    70 LIBRARY	        fbscli.lib
       
    71 LIBRARY	        charconv.lib
       
    72 LIBRARY	        estor.lib 
       
    73 LIBRARY	        aknicon.lib
       
    74 
       
    75 LIBRARY	        imageeditorutils.lib
       
    76 LIBRARY	        enginewrapper.lib
       
    77 
       
    78 //#if defined( __EXPORT_UNFROZEN_FRAMEWORK__ )
       
    79 //EXPORTUNFROZEN
       
    80 //#endif
       
    81 NOSTRICTDEF
       
    82 
       
    83 // End of File