0
|
1 |
/*
|
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of the License "Eclipse Public License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
#ifndef __RM_DEBUG_SVR_IBY__
|
|
18 |
#define __RM_DEBUG_SVR_IBY__
|
|
19 |
|
|
20 |
#ifndef NO_RUN_MODE_DEBUGGING
|
|
21 |
#ifndef INST_ARM4
|
|
22 |
|
|
23 |
|
|
24 |
|
|
25 |
#ifdef KMAIN
|
|
26 |
|
|
27 |
// Debug Device Driver
|
|
28 |
extension[VARID]= \Epoc32\Release\##KMAIN##\##BUILD##\rm_debug.ldd \sys\bin\rm_debug.ldd
|
|
29 |
|
|
30 |
// Debug Security Server
|
|
31 |
file= \Epoc32\Release\##MAIN##\##BUILD##\rm_debug_svr.exe \sys\bin\rm_debug_svr.exe
|
|
32 |
|
|
33 |
#endif
|
|
34 |
|
|
35 |
#ifndef KMAIN
|
|
36 |
|
|
37 |
// Debug Device Driver
|
|
38 |
#ifdef STOP_MODE_DEBUGGING_V2
|
|
39 |
extension[VARID]=KERNEL_DIR\DEBUG_DIR\rm_debug_ext.ldd \sys\bin\rm_debug.ldd
|
|
40 |
#else
|
|
41 |
extension[VARID]=KERNEL_DIR\DEBUG_DIR\rm_debug.ldd \sys\bin\rm_debug.ldd
|
|
42 |
#endif
|
|
43 |
|
|
44 |
// Debug Security Server
|
|
45 |
file=KERNEL_DIR\DEBUG_DIR\rm_debug_svr.exe \sys\bin\rm_debug_svr.exe
|
|
46 |
|
|
47 |
#endif
|
|
48 |
|
|
49 |
|
|
50 |
#endif // INST_ARM4
|
|
51 |
#endif // NO_RUN_MODE_DEBUGGING
|
|
52 |
|
|
53 |
#endif // __RM_DEBUG_SVR_IBY__
|