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