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