dbgsrv/coredumpserver/test/oeelfdump/oeelfdump.mmp
changeset 0 c6b0df440bee
equal deleted inserted replaced
-1:000000000000 0:c6b0df440bee
       
     1 /*
       
     2 * Copyright (c) 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 "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 TARGET   oeelfdump.exe
       
    19 
       
    20 TARGETTYPE   exe 
       
    21 UID          0x20004c45 0x102836B6
       
    22 
       
    23 CAPABILITY 	 ALL -TCB
       
    24 
       
    25 SOURCE		oeelfdump.c
       
    26 
       
    27 SYSTEMINCLUDE   \epoc32\include 
       
    28 SYSTEMINCLUDE   \epoc32\include\stdapis
       
    29 
       
    30 SYSTEMINCLUDE	/epoc32/include/tools
       
    31 SYSTEMINCLUDE	/epoc32/include/tools/coredump
       
    32 
       
    33 
       
    34 LIBRARY       libc.lib euser.lib efsrv.lib 
       
    35 
       
    36 STATICLIBRARY libcrt0.lib
       
    37 
       
    38 OPTION ARMCC --pointer_alignment=1
       
    39 OPTION ARMCC --min_array_alignment=1
       
    40 
       
    41 MACRO CDSDEBUG
       
    42 
       
    43