e32tools/e32lib/group/seclib.mmp
changeset 2 39c28ec933dd
child 34 10771bc49d01
equal deleted inserted replaced
1:820b22e13ff1 2:39c28ec933dd
       
     1 // Copyright (c) 2004-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 //
       
    15 
       
    16 #ifdef TOOLS2
       
    17 target			libseclib.a
       
    18 #else
       
    19 target			seclib.lib
       
    20 #endif
       
    21 targettype		lib
       
    22 
       
    23 sourcepath		../seclib
       
    24 source			seclib.cpp
       
    25 
       
    26 sourcepath		../e32image
       
    27 source			e32image.cpp
       
    28 
       
    29 sourcepath		../e32image/deflate
       
    30 source			decode.cpp encode.cpp deflate.cpp inflate.cpp panic.cpp compress.cpp
       
    31 
       
    32 sourcepath      ../../../imgtools/imglib/compress
       
    33 source			pagedcompress.cpp byte_pair.cpp
       
    34 
       
    35 sourcepath		../../../imgtools/imglib/e32uid
       
    36 source			e32uid.cpp
       
    37 
       
    38 sourcepath		../setcap
       
    39 source			setcap.cpp
       
    40 
       
    41 sourcepath		../../../imgtools/imglib/host
       
    42 source			h_file.cpp h_mem.cpp h_utl.cpp
       
    43 
       
    44 userinclude     ../../../imgtools/imglib/compress
       
    45 userinclude     ../setcap 
       
    46 userinclude     ../../e32lib/e32image/inc
       
    47 systeminclude   /epoc32/include
       
    48 systeminclude    /epoc32/include/platform
       
    49 
       
    50 OPTION          GCC -w
       
    51 option 	GCC -w
       
    52 
       
    53 
       
    54 //macro __PLACEMENT_NEW_INLINE
       
    55 //macro __PLACEMENT_VEC_NEW_INLINE
       
    56 
       
    57 START WINS
       
    58 WIN32_HEADERS
       
    59 END // WINS
       
    60 
       
    61 VENDORID 0x70000001