os/ossrv/compressionlibs/ziplib/group/libz/libzcore.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2007-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 // libzcore.dll libz compression library
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 
    23 TARGET			libzcore.dll
    24 TARGETTYPE		dll
    25 
    26 // UID allocated as KUidLibzCore
    27 UID  			0x1000008d 0x10285823
    28 
    29 CAPABILITY 		ALL -TCB
    30 VENDORID        0x70000001
    31 VERSION 				10.1
    32 
    33 USERINCLUDE		../../inc
    34 USERINCLUDE	    ../../src/zlib
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    36 
    37 SOURCEPATH		../../src/zlib
    38 
    39 SOURCE			adler32.cpp compress.cpp deflate.cpp  
    40 SOURCE 			trees.cpp  inflate.cpp inftrees.cpp
    41 SOURCE			inffast.cpp  uncompr.cpp crc32.cpp
    42 SOURCE 			zutil.cpp
    43 SOURCE			infback.cpp
    44 
    45 #ifdef EABI
    46 // this is used to ensure "best perfomance" compilation options
    47 ALWAYS_BUILD_AS_ARM
    48 OPTION ARMCC -Otime
    49 OPTION_REPLACE ARMCC -O2 -O3
    50 #endif
    51 
    52 LIBRARY			euser.lib
    53 
    54 DEFFILE ../../~/libzcore.def
    55 
    56 SMPSAFE