toolsandutils/e32tools/group/elftran.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			elftran.exe
       
    19 targettype		exe
       
    20 sourcepath	..\elftools\elftran
       
    21 source			elf_file.cpp elf_dlld.cpp elf_imp.cpp elf_reloc.cpp elf_tran.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
       
    27 sourcepath	..\e32image
       
    28 source			e32image.cpp tr_main.cpp imgdump.cpp
       
    29 sourcepath	..\e32image\deflate
       
    30 source			decode.cpp encode.cpp deflate.cpp inflate.cpp panic.cpp compress.cpp
       
    31 sourcepath  	..\compress
       
    32 source			byte_pair.cpp pagedCompress.cpp
       
    33 USERINCLUDE ../inc
       
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 USERINCLUDE ../compress
       
    36 
       
    37 VENDORID 0x70000001