kerneltest/e32test/group/t_rmdebug2.mmh
branchRCL_3
changeset 22 2f92ad2dc5db
parent 21 e7d2d738d3c2
child 23 1df514389a47
equal deleted inserted replaced
21:e7d2d738d3c2 22:2f92ad2dc5db
     1 // Copyright (c) 2006-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 // e32test\group\t_rmdebug2.mmh
       
    15 // 
       
    16 //
       
    17 
       
    18 ALWAYS_BUILD_AS_ARM
       
    19 
       
    20 targettype     exe
       
    21 
       
    22 sourcepath	   	..\rm_debug
       
    23 
       
    24 source        	d_rmdebugthread2.cpp 
       
    25 source        	t_rmdebug2.cpp 
       
    26 source			d_rmdebugthreadasm2.cia
       
    27 source		r_low_memory_security_svr_session.cpp
       
    28 source		r_kernel_low_memory_security_svr_session.cpp
       
    29 source		r_user_low_memory_security_svr_session.cpp
       
    30 
       
    31 #if defined(MARM_ARMV5)
       
    32 source			d_rmdebug_step_test.s
       
    33 #endif
       
    34 
       
    35 #if defined(MARM_ARMV4)
       
    36 source			d_rmdebug_step_test_armv4.s
       
    37 #endif
       
    38 
       
    39 source			d_demand_paging.cia
       
    40 
       
    41 library		euser.lib
       
    42 library         hal.lib
       
    43 library         efsrv.lib
       
    44 library         t_rmdebug_dll.lib
       
    45 
       
    46 userinclude    ..\..\..\kernel\eka\include\drivers
       
    47 userinclude    ..\..\..\kernel\eka\debug\securityserver\inc
       
    48 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    49 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
       
    50 SYMBIAN_BASE_SYSTEMINCLUDE(kernel)
       
    51 #endif
       
    52 SYMBIAN_BASE_SYSTEMINCLUDE(nkern)
       
    53 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    54 
       
    55 PAGED
       
    56 
       
    57 // To test heap allocation failure uncomment one or other of the following macros.
       
    58 // NOTE: Do not uncomment both, the tests will panic if both are defined!
       
    59 
       
    60 // To test heap allocation failure in the Debug Device Driver uncomment this macro
       
    61 //macro KERNEL_OOM_TESTING
       
    62 
       
    63 // To test heap allocation failure in the Debug Security Server uncomment this macro
       
    64 //macro USER_OOM_TESTING
       
    65 
       
    66 
       
    67 SMPSAFE