imageeditorengine/EngineWrapper/group/EngineWrapper.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 #define CAPS_UNUSED_ARG(x)
       
    26 
       
    27 MACRO           UNICODE
       
    28 
       
    29 #if defined( __VERBOSE__ )
       
    30 MACRO           VERBOSE
       
    31 #endif
       
    32 
       
    33 #if defined __VERBOSE_2_
       
    34 MACRO           VERBOSE_2
       
    35 #endif
       
    36 
       
    37 #if defined(__IE_GLOBAL_DEBUGLOG__) || defined(__IE_DEBUGLOG__)
       
    38 MACRO           ENABLE_DEBUGLOG
       
    39 LIBRARY         flogger.lib
       
    40 #endif
       
    41 
       
    42 
       
    43 MACRO           EXIF_SUPPORT
       
    44 
       
    45 
       
    46 TARGET          EngineWrapper.dll
       
    47 TARGETTYPE      dll
       
    48 UID             0x1000008d
       
    49 EPOCALLOWDLLDATA
       
    50 
       
    51 VENDORID        VID_DEFAULT
       
    52 CAPABILITY      CAP_GENERAL_DLL
       
    53 
       
    54 SOURCEPATH      ../src
       
    55 SOURCE		ImageEditorEngineWrapper.cpp
       
    56 SOURCEPATH      ../../src
       
    57 SOURCE		CFilterStack.cpp
       
    58 
       
    59 SOURCE		CExifParser.cpp
       
    60 SOURCE		JpegSaveFactory.cpp
       
    61 SOURCE		CJpegSave.cpp
       
    62 
       
    63 
       
    64 USERINCLUDE     .
       
    65 USERINCLUDE     ../inc
       
    66 USERINCLUDE     ../../inc
       
    67 USERINCLUDE     ../../group
       
    68 USERINCLUDE     ../../SystemParameters/inc
       
    69 USERINCLUDE     ../../ImageEditorUtils/inc
       
    70 
       
    71 // Default system include paths for middleware layer modules.
       
    72 MW_LAYER_SYSTEMINCLUDE
       
    73 
       
    74 LANG            SC
       
    75 
       
    76 LIBRARY         euser.lib
       
    77 LIBRARY	        bafl.lib
       
    78 LIBRARY	        cone.lib
       
    79 LIBRARY	        estlib.lib
       
    80 LIBRARY	        avkon.lib
       
    81 LIBRARY	        fbscli.lib
       
    82 LIBRARY	        efsrv.lib
       
    83 
       
    84 LIBRARY         SystemParameters.lib
       
    85 LIBRARY		ImageEditorUtils.lib
       
    86 
       
    87 #if defined( __EXPORT_UNFROZEN_FRAMEWORK__ )
       
    88 EXPORTUNFROZEN
       
    89 #endif
       
    90 NOSTRICTDEF
       
    91 
       
    92 // End of File