dbgsrv/coredumpserver/test/crashapps/group/crashdriver.mmp
changeset 0 c6b0df440bee
equal deleted inserted replaced
-1:000000000000 0:c6b0df440bee
       
     1 // Copyright (c) 2008-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 #include "kernel\kern_ext.mmh"
       
    17 
       
    18 TARGET			crashdriverldd.ldd
       
    19 TARGETTYPE		ldd
       
    20 
       
    21 USERINCLUDE   	..\inc 
       
    22 SOURCEPATH    	..\src
       
    23 SOURCE			d_crashdriver_ldd.cpp
       
    24 #if defined(MARM_ARMV5)
       
    25 SOURCE 			crash.s
       
    26 #endif
       
    27 
       
    28 //LIBRARY			scmonitor.lib
       
    29 
       
    30 UID				0x100000af
       
    31 
       
    32 CAPABILITY ALL
       
    33 
       
    34 OPTION_REPLACE ARMCC -O2 -O0 //Turn off optimisation to allow us to div by zero in urel
       
    35 
       
    36