compressionlibs/ziplib/test/oldezlib/EZLib/TOldEZLib.mmp
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // OldEZLib.MMP
       
    15 // oldezlib.dll Zlib compression library
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 TARGET			oldezlib.dll
       
    25 CAPABILITY All -Tcb
       
    26 
       
    27 TARGETTYPE		dll
       
    28  
       
    29 UID      0x1000008d 0x10005706
       
    30 VENDORID 0x70000001
       
    31 
       
    32 
       
    33 SOURCEPATH	.
       
    34 
       
    35 SOURCE			deflate.cpp trees.cpp adler32.cpp zutil.cpp inflate.cpp infblock.cpp inftrees.cpp
       
    36 SOURCE			infutil.cpp infcodes.cpp inffast.cpp compress.cpp uncompr.cpp crc32.cpp zstream.cpp 
       
    37 SOURCE			compressor.cpp decompressor.cpp FileBuffer.cpp gzip.cpp
       
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN 
       
    39 USERINCLUDE ../inc
       
    40 
       
    41 
       
    42 #ifdef EABI
       
    43 // this is used to ensure "best perfomance" compilation options
       
    44 ALWAYS_BUILD_AS_ARM
       
    45 OPTION ARMCC -Otime
       
    46 OPTION_REPLACE ARMCC -O2 -O3
       
    47 #endif
       
    48 
       
    49 LIBRARY			euser.lib efsrv.lib
       
    50 
       
    51 
       
    52 
       
    53 SMPSAFE