os/kernelhwsrv/kernel/eka/drivers/debug/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2007-2009 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 ../../../debug/crashMonitor/inc/scmonitor.h              SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scmonitor.h)				
    31 ../../../debug/crashMonitor/inc/scmdatatypes.h           SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scmdatatypes.h)
    32 ../../../debug/crashMonitor/inc/scmbytestreamutil.h      SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scmbytestreamutil.h)
    33 ../../../debug/crashMonitor/inc/scmbytestreamutil.inl    SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scmbytestreamutil.inl)
    34 ../../../debug/crashMonitor/inc/crashlogwalker.h         SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(crashlogwalker.h)
    35 ../../../debug/crashMonitor/inc/scmconfig.h              SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scmconfig.h)
    36 ../../../debug/crashMonitor/inc/scmconfigitem.h          SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scmconfigitem.h)
    37 ../../../debug/crashmonitor/inc/scmdatasave.h            SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scmdatasave.h)
    38 ../../../debug/crashmonitor/inc/scmtrace.h               SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scmtrace.h)
    39 
    40 PRJ_MMPFILES
    41 
    42 ../../../debug/trkdummyapp/group/trkdummyapp
    43 ../../../debug/trkdummyapp/group/trkdummyapp2
    44 ../../../debug/trkdummyapp/group/trkdummyapp200159D8
    45 ../../../debug/trkdummyapp/group/trkdummyapp200170BC
    46 
    47 #ifndef GCCXML
    48 
    49 #if defined(GENERIC_MARM) || defined(WINS) || defined(GENERIC_X86)
    50 #if !defined(MARM_THUMB) && !defined(MARM_ARMI)
    51 
    52 #if defined(MARM_ARMV5) || defined(MARM_ARMV4)
    53 
    54 
    55 rm_debug_kerneldriver
    56 rm_debug_kerneldriver_ext
    57 ../../../debug/securityServer/group/rm_debug_svr
    58 
    59 #if defined(GENERIC_MARM) 
    60 ../../../debug/crashMonitor/group/scmusr_lib
    61 ../../../debug/crashMonitor/group/scmkern_lib
    62 #endif
    63 
    64 #endif
    65 
    66 #endif
    67 #endif
    68 
    69 
    70 #endif //#ifndef GCCXML