1 // Copyright (c) 2006-2010 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 source d_rmdebug_bkpt_test.s |
|
29 #endif |
|
30 |
|
31 #if defined(MARM_ARMV4) |
|
32 source d_rmdebug_step_test_armv4.s |
|
33 #endif |
|
34 |
|
35 source d_demand_paging.cia |
|
36 |
|
37 library euser.lib |
|
38 library hal.lib |
|
39 library efsrv.lib |
|
40 library t_rmdebug_dll.lib |
|
41 |
|
42 userinclude ..\..\..\..\kernel\eka\include\drivers |
|
43 userinclude ..\..\..\..\kernel\eka\debug\securityserver\inc |
|
44 userinclude ..\debug_targets |
|
45 |
|
46 |
|
47 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
48 SYMBIAN_BASE_SYSTEMINCLUDE(drivers) |
|
49 SYMBIAN_BASE_SYSTEMINCLUDE(kernel) |
|
50 #endif |
|
51 SYMBIAN_BASE_SYSTEMINCLUDE(nkern) |
|
52 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
53 |
|
54 PAGED |
|
55 |
|
56 // To test heap allocation failure uncomment one or other of the following macros. |
|
57 // NOTE: Do not uncomment both, the tests will panic if both are defined! |
|
58 |
|
59 // To test heap allocation failure in the Debug Device Driver uncomment this macro |
|
60 //macro KERNEL_OOM_TESTING |
|
61 |
|
62 // To test heap allocation failure in the Debug Security Server uncomment this macro |
|
63 //macro USER_OOM_TESTING |
|
64 |
|
65 |
|
66 SMPSAFE |
|