debugsrv/runmodedebug/rmdriver/group/bld.inf
branchRCL_3
changeset 21 52e343bb8f80
parent 20 ca8a1b6995f6
child 22 e26895079d7c
equal deleted inserted replaced
20:ca8a1b6995f6 21:52e343bb8f80
     1 // Copyright (c) 2007-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 // e32/drivers/debug/bld.inf
       
    15 // Run mode debugger
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 PRJ_PLATFORMS
       
    25 
       
    26 BASEDEFAULT
       
    27 
       
    28 PRJ_EXPORTS
       
    29 
       
    30 ../../securityServer/inc/rm_debug_api.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(rm_debug_api.h)
       
    31 rm_debug_svr.iby						/epoc32/rom/include/	// Run mode debug driver
       
    32 
       
    33 PRJ_MMPFILES
       
    34 
       
    35 #ifndef GCCXML
       
    36 
       
    37 #if defined(GENERIC_MARM) || defined(WINS) || defined(GENERIC_X86)
       
    38 #if !defined(MARM_THUMB) && !defined(MARM_ARMI)
       
    39 
       
    40 #if defined(MARM_ARMV5) || defined(MARM_ARMV4)
       
    41 
       
    42 
       
    43 rm_debug_kerneldriver
       
    44 ../../securityServer/group/rm_debug_svr
       
    45 
       
    46 #endif
       
    47 
       
    48 #endif
       
    49 #endif
       
    50 
       
    51 
       
    52 #endif //#ifndef GCCXML