1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/kernelhwsrv/kerneltest/e32test/group/t_rmdebug2.mmh Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,67 @@
1.4 +// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of the License "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// e32test\group\t_rmdebug2.mmh
1.18 +//
1.19 +//
1.20 +
1.21 +ALWAYS_BUILD_AS_ARM
1.22 +
1.23 +targettype exe
1.24 +
1.25 +sourcepath ..\rm_debug
1.26 +
1.27 +source d_rmdebugthread2.cpp
1.28 +source t_rmdebug2.cpp
1.29 +source d_rmdebugthreadasm2.cia
1.30 +source r_low_memory_security_svr_session.cpp
1.31 +source r_kernel_low_memory_security_svr_session.cpp
1.32 +source r_user_low_memory_security_svr_session.cpp
1.33 +
1.34 +#if defined(MARM_ARMV5)
1.35 +source d_rmdebug_step_test.s
1.36 +#endif
1.37 +
1.38 +#if defined(MARM_ARMV4)
1.39 +source d_rmdebug_step_test_armv4.s
1.40 +#endif
1.41 +
1.42 +source d_demand_paging.cia
1.43 +
1.44 +library euser.lib
1.45 +library hal.lib
1.46 +library efsrv.lib
1.47 +library t_rmdebug_dll.lib
1.48 +
1.49 +userinclude ..\..\..\kernel\eka\include\drivers
1.50 +userinclude ..\..\..\kernel\eka\debug\securityserver\inc
1.51 +#ifdef SYMBIAN_OLD_EXPORT_LOCATION
1.52 +SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
1.53 +SYMBIAN_BASE_SYSTEMINCLUDE(kernel)
1.54 +#endif
1.55 +SYMBIAN_BASE_SYSTEMINCLUDE(nkern)
1.56 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.57 +
1.58 +PAGED
1.59 +
1.60 +// To test heap allocation failure uncomment one or other of the following macros.
1.61 +// NOTE: Do not uncomment both, the tests will panic if both are defined!
1.62 +
1.63 +// To test heap allocation failure in the Debug Device Driver uncomment this macro
1.64 +//macro KERNEL_OOM_TESTING
1.65 +
1.66 +// To test heap allocation failure in the Debug Security Server uncomment this macro
1.67 +//macro USER_OOM_TESTING
1.68 +
1.69 +
1.70 +SMPSAFE