imgtools/romtools/rombuild/r_t_areaset.mmp
changeset 0 044383f39525
equal deleted inserted replaced
-1:000000000000 0:044383f39525
       
     1 /*
       
     2 * Copyright (c) 2001-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 * rombuild area api unit tests
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 target			r_t_areaset.exe
       
    21 targettype		exe
       
    22 
       
    23 sourcepath	.
       
    24 
       
    25 // first the test code and the component to test
       
    26 
       
    27 source		r_t_areaset.cpp
       
    28 source		r_areaset.cpp
       
    29 
       
    30 // then all the dependent code (well, all rombuild except main() actually,
       
    31 // as the relationship between the various classes in quite intricate).
       
    32 
       
    33 source		r_dir.cpp r_header.cpp r_obey.cpp r_srec.cpp
       
    34 source		r_rom.cpp r_global.cpp r_build.cpp r_collapse.cpp
       
    35 sourcepath	..\..\imglib\e32uid
       
    36 source		e32uid.cpp
       
    37 sourcepath	..\..\imglib\host
       
    38 source		h_file.cpp h_mem.cpp h_utl.cpp
       
    39 sourcepath	..\..\imglib\e32image
       
    40 source			e32image.cpp
       
    41 sourcepath	..\..\imglib\e32image\deflate
       
    42 source			decode.cpp encode.cpp deflate.cpp inflate.cpp panic.cpp
       
    43 source			compress.cpp
       
    44 sourcepath		..\..\imglib\compress
       
    45 source 		byte_pair.cpp pagedcompress.cpp
       
    46 
       
    47 
       
    48 USERINCLUDE ..\..\imglib\inc
       
    49 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    50 
       
    51 userinclude     ..\..\imglib\compress ..\..\imglib\memmap\include 
       
    52 userinclude     ..\..\imglib\patchdataprocessor\include
       
    53 staticlibrary   memmap patchdataprocessor
       
    54 
       
    55 VENDORID 0x70000001