kernel/eka/drivers/debug/group/sm_debug_kerneldriver.mmp
changeset 259 57b9594f5772
equal deleted inserted replaced
247:d8d70de2bd36 259:57b9594f5772
       
     1 // Copyright (c) 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 
       
    17 #include "../../../kernel/kern_ext.mmh"
       
    18 
       
    19 UID             0x100000AF 0x101F7157
       
    20 
       
    21 userinclude		../common
       
    22 userinclude		../smdebug
       
    23 
       
    24 SOURCEPATH      ../common
       
    25 SOURCE          debug_utils.cpp
       
    26 SOURCE          d_debug_functionality.cpp
       
    27 
       
    28 SOURCEPATH		../smdebug
       
    29 SOURCE          sm_debug_kerneldriver.cpp
       
    30 SOURCE			d_buffer_manager.cpp
       
    31 SOURCE			d_sm_codeseg.cpp
       
    32 SOURCE			d_sm_process.cpp
       
    33 SOURCE          d_sm_staticinfo.cpp 
       
    34 SOURCE 			d_stopmode.cpp
       
    35 
       
    36 
       
    37 TARGET			sm_debug.dll
       
    38 
       
    39 TARGETTYPE KEXT
       
    40 
       
    41 systeminclude     ../../../include/drivers
       
    42 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    43 SYMBIAN_BASE_SYSTEMINCLUDE(memmodel/epoc/mmubase)
       
    44 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
       
    45 #endif
       
    46 
       
    47 
       
    48 deffile ../../../~/sm_debug.def
       
    49 
       
    50 VENDORID 0x70000001
       
    51 
       
    52 //Specified to allow global data
       
    53 EPOCALLOWDLLDATA
       
    54 
       
    55 capability			all
       
    56 
       
    57 SMPSAFE