debugsrv/runmodedebug/rmdriver/group/rm_debug_kerneldriver.mmh
changeset 56 aa2539c91954
parent 42 0ff24a8f6ca2
equal deleted inserted replaced
54:a151135b0cf9 56:aa2539c91954
     1 // Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2009-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.
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
       
    16 #include <platform_paths.hrh>
       
    17 
    16 OS_LAYER_SYSTEMINCLUDE
    18 OS_LAYER_SYSTEMINCLUDE
    17 
    19 
    18 #include <kernel/kern_ext.mmh>
    20 #include <kernel/kern_ext.mmh>
    19 
    21 
    20 
    22 
    21 UID             0x100000AF 0x101F7157
    23 UID             0x100000AF 0x101F7157
       
    24 VENDORID 		VID_DEFAULT
    22 
    25 
    23 SOURCEPATH      ../src
    26 SOURCEPATH      ../src
    24 SOURCE          d_list_manager.cpp
    27 SOURCE          d_list_manager.cpp
    25 SOURCE          rm_debug_kerneldriver.cpp
    28 SOURCE          rm_debug_kerneldriver.cpp
    26 SOURCE          rm_debug_eventhandler.cpp
    29 SOURCE          rm_debug_eventhandler.cpp
    38 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
    41 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
    39 #endif
    42 #endif
    40 
    43 
    41 userinclude		../inc
    44 userinclude		../inc
    42 
    45 
    43 VENDORID 0x70000001
       
    44 
       
    45 //Specified to allow global data
    46 //Specified to allow global data
    46 EPOCALLOWDLLDATA
    47 EPOCALLOWDLLDATA
    47 
    48 
    48 capability			all
    49 capability			all
    49 
    50