debugsrv/runmodedebug/rmdriver/group/rm_debug_kerneldriver.mmh
branchRCL_3
changeset 21 52e343bb8f80
parent 20 ca8a1b6995f6
child 22 e26895079d7c
equal deleted inserted replaced
20:ca8a1b6995f6 21:52e343bb8f80
     1 // Copyright (c) 2009-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 //
       
    15 
       
    16 OS_LAYER_SYSTEMINCLUDE
       
    17 
       
    18 #include <kernel/kern_ext.mmh>
       
    19 
       
    20 
       
    21 UID             0x100000AF 0x101F7157
       
    22 
       
    23 SOURCEPATH      ../src
       
    24 SOURCE          d_list_manager.cpp
       
    25 SOURCE          rm_debug_kerneldriver.cpp
       
    26 SOURCE          rm_debug_eventhandler.cpp
       
    27 SOURCE          d_process_tracker.cpp
       
    28 SOURCE          d_target_process.cpp
       
    29 SOURCE          d_debug_agent.cpp
       
    30 SOURCE          d_rmd_breakpoints.cpp
       
    31 SOURCE          d_rmd_stepping.cpp
       
    32 SOURCE          d_driver_event_info.cpp
       
    33 SOURCE          d_debug_functionality.cpp
       
    34 SOURCE          debug_utils.cpp
       
    35 
       
    36 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    37 SYMBIAN_BASE_SYSTEMINCLUDE(memmodel/epoc/mmubase)
       
    38 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
       
    39 #endif
       
    40 
       
    41 userinclude		../inc
       
    42 
       
    43 VENDORID 0x70000001
       
    44 
       
    45 //Specified to allow global data
       
    46 EPOCALLOWDLLDATA
       
    47 
       
    48 capability			all
       
    49 
       
    50 SMPSAFE