debugsrv/runmodedebug/rmdriver/group/bld.inf
changeset 56 aa2539c91954
parent 42 0ff24a8f6ca2
equal deleted inserted replaced
54:a151135b0cf9 56:aa2539c91954
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    14 // e32/drivers/debug/bld.inf
    14 // e32/drivers/debug/bld.inf
    15 // Run mode debugger
    15 // Run mode debugger
    16 // 
    16 // 
    17 //
    17 //
    18 
    18 
    19 /**
       
    20  @file
       
    21 */
       
    22 
    19 
       
    20 #include <platform_paths.hrh>
    23 
    21 
    24 PRJ_PLATFORMS
    22 PRJ_PLATFORMS
    25 
    23 
    26 BASEDEFAULT
    24 BASEDEFAULT
    27 
    25 
    28 PRJ_EXPORTS
    26 PRJ_EXPORTS
    29 
    27 
    30 ../../securityServer/inc/rm_debug_api.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(rm_debug_api.h)
    28 rm_debug_svr.iby							CORE_OS_LAYER_IBY_EXPORT_PATH(rm_debug_svr.iby)
    31 rm_debug_svr.iby						/epoc32/rom/include/	// Run mode debug driver
       
    32 
    29 
    33 PRJ_MMPFILES
    30 PRJ_MMPFILES
    34 
    31 
    35 #ifndef GCCXML
    32 #ifndef GCCXML
    36 
    33 
    39 
    36 
    40 #if defined(MARM_ARMV5) || defined(MARM_ARMV4)
    37 #if defined(MARM_ARMV5) || defined(MARM_ARMV4)
    41 
    38 
    42 
    39 
    43 rm_debug_kerneldriver
    40 rm_debug_kerneldriver
    44 ../../securityServer/group/rm_debug_svr
    41 ../../securityserver/group/rm_debug_svr
    45 
    42 
    46 #endif
    43 #endif
    47 
    44 
    48 #endif
    45 #endif
    49 #endif
    46 #endif