imageeditorengine/JpegRotator/group/JpegRotator.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 
       
    24 #if defined( __LOG_TIMING__ )
       
    25 MACRO           LOG_TIMING
       
    26 #endif
       
    27 
       
    28 #if defined(__IE_GLOBAL_DEBUGLOG__) || defined(__IE_DEBUGLOG__)
       
    29 MACRO           ENABLE_DEBUGLOG
       
    30 #endif
       
    31 
       
    32 #if defined(__IE_GLOBAL_DEBUGLOG__) || defined(__IE_DEBUGLOG__) || defined(__LOG_TIMING__)
       
    33 LIBRARY         flogger.lib
       
    34 #endif
       
    35 
       
    36 TARGET          JpegRotator.dll
       
    37 TARGETTYPE      dll
       
    38 UID             0x1000008d 0xA00002F8
       
    39 
       
    40 VENDORID        0x101FB657          // VID_DEFAULT
       
    41 CAPABILITY      ALL -TCB
       
    42 
       
    43 SOURCEPATH			../src
       
    44 SOURCE				JpegRotator.cpp
       
    45 SOURCE				JpegRotatorImpl.cpp
       
    46 SOURCE        CJpRotate.cpp
       
    47 
       
    48 SOURCEPATH			../../src
       
    49 SOURCE              CExifParser.cpp
       
    50 
       
    51 USERINCLUDE			.
       
    52 USERINCLUDE			../inc
       
    53 USERINCLUDE			../../inc
       
    54 
       
    55 // Default system include paths for middleware layer modules.
       
    56 MW_LAYER_SYSTEMINCLUDE
       
    57 
       
    58 
       
    59 LIBRARY				euser.lib
       
    60 LIBRARY				efsrv.lib
       
    61 LIBRARY				bafl.lib
       
    62 LIBRARY				imageconversion.lib
       
    63 LIBRARY				cone.lib
       
    64 LIBRARY				estlib.lib
       
    65 
       
    66 //#if defined( __EXPORT_UNFROZEN_FRAMEWORK__ )
       
    67 EXPORTUNFROZEN
       
    68 //#endif
       
    69 NOSTRICTDEF
       
    70 
       
    71 SOURCEPATH		.
       
    72 
       
    73 
       
    74 // End of file