kerneltest/e32test/rm_debug/group/t_crashmonitor_lib.mmp
changeset 296 94f2adf59133
parent 293 0659d0e1a03c
child 297 b2826f67641f
equal deleted inserted replaced
293:0659d0e1a03c 296:94f2adf59133
     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 the License "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 // Tests the functionality of the System Crash Monitor libraries
       
    15 //
       
    16 
       
    17 ALWAYS_BUILD_AS_ARM
       
    18 
       
    19 targettype     exe
       
    20  
       
    21 SYMBIAN_BASE_SYSTEMINCLUDE(nkern)
       
    22 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    23 
       
    24 userinclude    ../../../../kernel/eka/debug/crashMonitor/inc
       
    25 sourcepath	   	../crashmonitor
       
    26 
       
    27 source        	t_crashmonitor.cpp
       
    28 
       
    29 library	euser.lib
       
    30 library hal.lib
       
    31 staticlibrary scmusr_lib.lib
       
    32 
       
    33 target         t_crashmonitor_lib.exe
       
    34 
       
    35 UID            0x0 0x4321bbbc
       
    36 SECUREID       0x2000B26F
       
    37 
       
    38 capability		none
       
    39 
       
    40 VENDORID       0x70000001
       
    41 
       
    42 DEBUGGABLE
       
    43 
       
    44 SMPSAFE