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