toolsandutils/e32tools/group/readimage.mmp
changeset 0 83f4b4db085c
child 1 d4b442d23379
equal deleted inserted replaced
-1:000000000000 0:83f4b4db085c
       
     1 // Copyright (c) 2003-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 macro		__SUPPORT_ELF_FILES__
       
    17 
       
    18 target			readimage.exe
       
    19 targettype		exe
       
    20 sourcepath	..\readimage\src
       
    21 source			common.cpp e32_image_reader.cpp image_handler.cpp image_reader.cpp rofs_image_reader.cpp rom_image_reader.cpp
       
    22 sourcepath	..\e32uid
       
    23 source			e32uid.cpp
       
    24 sourcepath	..\host
       
    25 source			h_file.cpp h_mem.cpp h_utl.cpp
       
    26 userinclude	..\elftools\inc ..\readimage\inc ..\rofsbuild ..\rombuild
       
    27 sourcepath	..\rofsbuild
       
    28 source			r_build.cpp r_coreimage.cpp 
       
    29 sourcepath	..\rombuild
       
    30 source			r_global.cpp
       
    31 sourcepath	..\e32image
       
    32 source			e32image.cpp
       
    33 sourcepath	..\e32image\deflate
       
    34 source			decode.cpp encode.cpp deflate.cpp inflate.cpp panic.cpp compress.cpp
       
    35 
       
    36 sourcepath	..\compress
       
    37 source			pagedcompress.cpp byte_pair.cpp
       
    38 
       
    39 sourcepath	../patchdataprocessor/source
       
    40 source			patchdataprocessor.cpp
       
    41 
       
    42 userinclude     ..\compress 
       
    43 userinclude		..\patchdataprocessor\include
       
    44 userinclude		..\sisutils\inc
       
    45 
       
    46 USERINCLUDE ../inc
       
    47 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    48 
       
    49 staticlibrary 	sisutils.lib
       
    50 
       
    51 OPTION MSVC /W1 /GX
       
    52 VENDORID 0x70000001