dbgsrv/coredumpserver/test/crashapps/group/crashapp.mmp
changeset 0 c6b0df440bee
equal deleted inserted replaced
-1:000000000000 0:c6b0df440bee
       
     1 // Copyright (c) 2007-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 // textcrashconfig.mmp
       
    15 //
       
    16 
       
    17 
       
    18 
       
    19 TARGET        crashapp.exe
       
    20 TARGETTYPE    exe
       
    21 UID			  0x1000008D 0x102831E5
       
    22 SECUREID      0x102831E5
       
    23 VENDORID	  0x70000001
       
    24 
       
    25  
       
    26 USERINCLUDE   ..\inc 
       
    27 SOURCEPATH    ..\src
       
    28 SOURCE        crashapp.cpp
       
    29 #if defined(MARM_ARMV5)
       
    30 SOURCE 		  crash.s
       
    31 #endif
       
    32 
       
    33 SYSTEMINCLUDE \epoc32\include 
       
    34 
       
    35 LIBRARY       euser.lib
       
    36 LIBRARY     btracec.lib
       
    37 
       
    38 DEBUGGABLE
       
    39 
       
    40 MACRO CDSDEBUG
       
    41 MACRO SYMBIAN_TRACE_ENABLE
       
    42 
       
    43 OPTION_REPLACE ARMCC -O2 -O0 //Turn off optimisation to allow us to div by zero in urel
       
    44 
       
    45 
       
    46 
       
    47