sl@0: /* sl@0: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of the License "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: #ifndef __RM_DEBUG_SVR_IBY__ sl@0: #define __RM_DEBUG_SVR_IBY__ sl@0: sl@0: #ifndef NO_RUN_MODE_DEBUGGING sl@0: #ifndef INST_ARM4 sl@0: sl@0: sl@0: sl@0: #ifdef KMAIN sl@0: sl@0: // Debug Device Driver sl@0: extension[VARID]= \Epoc32\Release\##KMAIN##\##BUILD##\rm_debug.ldd \sys\bin\rm_debug.ldd sl@0: sl@0: // Debug Security Server sl@0: file= \Epoc32\Release\##MAIN##\##BUILD##\rm_debug_svr.exe \sys\bin\rm_debug_svr.exe sl@0: sl@0: #endif sl@0: sl@0: #ifndef KMAIN sl@0: sl@0: // Debug Device Driver sl@0: #ifdef STOP_MODE_DEBUGGING_V2 sl@0: extension[VARID]=KERNEL_DIR\DEBUG_DIR\rm_debug_ext.ldd \sys\bin\rm_debug.ldd sl@0: #else sl@0: extension[VARID]=KERNEL_DIR\DEBUG_DIR\rm_debug.ldd \sys\bin\rm_debug.ldd sl@0: #endif sl@0: sl@0: // Debug Security Server sl@0: file=KERNEL_DIR\DEBUG_DIR\rm_debug_svr.exe \sys\bin\rm_debug_svr.exe sl@0: sl@0: #endif sl@0: sl@0: sl@0: #endif // INST_ARM4 sl@0: #endif // NO_RUN_MODE_DEBUGGING sl@0: sl@0: #endif // __RM_DEBUG_SVR_IBY__