imgtools/romtools/group/readimage.mmp
changeset 0 044383f39525
child 590 360bd6b35136
equal deleted inserted replaced
-1:000000000000 0:044383f39525
       
     1 /*
       
     2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "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 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 macro		__SUPPORT_ELF_FILES__
       
    20 
       
    21 target			readimage.exe
       
    22 targettype		exe
       
    23 sourcepath	..\readimage\src
       
    24 source			common.cpp e32_image_reader.cpp image_handler.cpp image_reader.cpp rofs_image_reader.cpp rom_image_reader.cpp
       
    25 sourcepath	..\..\imglib\e32uid
       
    26 source			e32uid.cpp
       
    27 sourcepath	..\..\imglib\host
       
    28 source			h_file.cpp h_mem.cpp h_utl.cpp
       
    29 userinclude	..\readimage\inc ..\rofsbuild ..\rombuild
       
    30 sourcepath	..\rofsbuild
       
    31 source			r_build.cpp r_coreimage.cpp 
       
    32 sourcepath	..\rombuild
       
    33 source			r_global.cpp
       
    34 sourcepath	..\..\imglib\e32image
       
    35 source			e32image.cpp
       
    36 sourcepath	..\..\imglib\e32image\deflate
       
    37 source			decode.cpp encode.cpp deflate.cpp inflate.cpp panic.cpp compress.cpp
       
    38 
       
    39 sourcepath	..\..\imglib\compress
       
    40 source			pagedcompress.cpp byte_pair.cpp
       
    41 
       
    42 sourcepath	..\..\imglib\patchdataprocessor\source
       
    43 source			patchdataprocessor.cpp
       
    44 
       
    45 userinclude     ..\..\imglib\compress 
       
    46 userinclude		..\..\imglib\patchdataprocessor\include
       
    47 userinclude		..\..\sisutils\inc
       
    48 userinclude   ..\..\imglib\boostlibrary
       
    49 
       
    50 USERINCLUDE ..\..\imglib\inc
       
    51 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    52 
       
    53 staticlibrary 	sisutils
       
    54 #ifdef TOOLS2_LINUX
       
    55 STATICLIBRARY   boost_thread-mgw34-mt-1_39_linux
       
    56 OPTION    GCC -pthread -O2 -Wno-uninitialized
       
    57 #else
       
    58 STATICLIBRARY   boost_thread-mgw34-mt-1_39_win32
       
    59 OPTION    GCC -mthreads -O2 -Wno-uninitialized
       
    60 #endif
       
    61 VENDORID 0x70000001