kernel/eka/drivers/debug/group/rm_debug_kerneldriver.mmh
changeset 259 57b9594f5772
parent 247 d8d70de2bd36
child 260 a1a318fd91af
child 266 0008ccd16016
equal deleted inserted replaced
247:d8d70de2bd36 259:57b9594f5772
     1 // Copyright (c) 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 //
       
    15 
       
    16 #include "../../../kernel/kern_ext.mmh"
       
    17 
       
    18 UID             0x100000AF 0x101F7157
       
    19 
       
    20 SOURCEPATH      ../common
       
    21 SOURCE          debug_utils.cpp
       
    22 SOURCE          d_debug_functionality.cpp
       
    23 
       
    24 SOURCEPATH      ../rmdebug
       
    25 SOURCE          d_list_manager.cpp
       
    26 SOURCE          rm_debug_kerneldriver.cpp
       
    27 SOURCE          rm_debug_eventhandler.cpp
       
    28 SOURCE          d_process_tracker.cpp
       
    29 SOURCE          d_target_process.cpp
       
    30 SOURCE          d_debug_agent.cpp
       
    31 SOURCE          d_rmd_breakpoints.cpp
       
    32 SOURCE          d_rmd_stepping.cpp
       
    33 SOURCE          d_driver_event_info.cpp
       
    34 
       
    35 SOURCEPATH		../smdebug
       
    36 SOURCE			d_buffer_manager.cpp
       
    37 
       
    38 systeminclude     ../../../include/drivers
       
    39 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    40 SYMBIAN_BASE_SYSTEMINCLUDE(memmodel/epoc/mmubase)
       
    41 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
       
    42 #endif
       
    43 
       
    44 userinclude		../common
       
    45 userinclude		../rmdebug
       
    46 userinclude		../smdebug
       
    47 
       
    48 VENDORID 0x70000001
       
    49 
       
    50 //Specified to allow global data
       
    51 EPOCALLOWDLLDATA
       
    52 
       
    53 capability			all
       
    54 
       
    55 SMPSAFE