debugsrv/runmodedebug/rmdriver/group/rm_debug_svr.iby
branchRCL_3
changeset 20 ca8a1b6995f6
equal deleted inserted replaced
19:07b41fa8d1dd 20:ca8a1b6995f6
       
     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 INST_ARM4
       
    21 #ifdef KMAIN
       
    22 
       
    23 // Debug Device Driver
       
    24 extension[VARID]=  \Epoc32\Release\##KMAIN##\##BUILD##\rm_debug.ldd		\sys\bin\rm_debug.ldd
       
    25 
       
    26 // Debug Security Server
       
    27 file=			\Epoc32\Release\##MAIN##\##BUILD##\rm_debug_svr.exe		\sys\bin\rm_debug_svr.exe
       
    28 
       
    29 #endif
       
    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__