imageeditorengine/ImageEditorUtils/group/ImageEditorUtils.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 MW_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 #include "../../group/definitions.def"
       
    24 
       
    25 #if defined( __VERBOSE__ )
       
    26 MACRO           VERBOSE
       
    27 #endif
       
    28 
       
    29 #if defined( __LANDSCAPE_SUPPORT__ )
       
    30 MACRO           LANDSCAPE_SUPPORT
       
    31 #endif
       
    32 
       
    33 #if defined(__IE_GLOBAL_DEBUGLOG__) || defined(__IE_DEBUGLOG__)
       
    34 MACRO           ENABLE_DEBUGLOG
       
    35 LIBRARY         flogger.lib
       
    36 #endif
       
    37 
       
    38 
       
    39 TARGET          ImageEditorUtils.dll
       
    40 TARGETTYPE      dll
       
    41 UID             0x1000008d
       
    42 
       
    43 VENDORID        VID_DEFAULT
       
    44 CAPABILITY      CAP_GENERAL_DLL
       
    45 
       
    46 SOURCEPATH      ../src
       
    47 SOURCE          BitField.cpp
       
    48 SOURCE          PluginInfo.cpp
       
    49 SOURCE          Callback.cpp
       
    50 SOURCE          ResolutionUtil.cpp
       
    51 SOURCE          ImageEditorUtils.cpp
       
    52 SOURCE          logfile.cpp
       
    53 
       
    54 USERINCLUDE     . 
       
    55 USERINCLUDE     ../inc
       
    56 USERINCLUDE     ../../inc
       
    57 
       
    58 // Default system include paths for middleware layer modules.
       
    59 APP_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 
       
    62 LANG            SC 
       
    63 
       
    64 LIBRARY         avkon.lib
       
    65 LIBRARY         euser.lib
       
    66 LIBRARY	        cone.lib 
       
    67 LIBRARY	        bafl.lib
       
    68 LIBRARY	        efsrv.lib
       
    69 LIBRARY	        estor.lib
       
    70 LIBRARY         hal.lib 		// for CLogFile
       
    71 LIBRARY         platformenv.lib
       
    72 LIBRARY         sysutil.lib
       
    73 LIBRARY	        charconv.lib
       
    74 LIBRARY         Etel3rdParty.lib
       
    75 
       
    76 #if defined( __EXPORT_UNFROZEN_FRAMEWORK__ )
       
    77 EXPORTUNFROZEN
       
    78 #endif
       
    79 NOSTRICTDEF
       
    80 
       
    81 // End of File