traceservices/tracefw/utf_trace_api/unit_test/devicedriver/group/utracedrv.mmp
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2009 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 "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".
    13 // Description:
    13 // Description:
    14 // e32\drivers\trace\tracek.mmp
    14 // e32\drivers\trace\tracek.mmp
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
       
    18 
       
    19 systeminclude	/epoc32/include/drivers
       
    20 systeminclude   /epoc32/include/kernel
       
    21 
    18 #define NO_EKERN_LIB
    22 #define NO_EKERN_LIB
    19 #include "kernel/kern_ext.mmh"
    23 #include "kernel/kern_ext.mmh"
    20 
    24 
    21 target			utrace.ldd
    25 target			utrace.ldd
    22 targettype		ldd
    26 targettype		ldd
    23 UID             0x100000af
       
    24 VENDORID        0x70000001
       
    25 capability      all
       
    26 
       
    27 deffile utrace.def
       
    28 
       
    29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    30 
    27 
    31 userinclude		../inc/
    28 userinclude		../inc/
    32 
    29 
    33 sourcepath		../src/
    30 sourcepath		../src/
    34 source			utracedrv.cpp
    31 source			utracedrv.cpp
    35 
    32 
    36 library	ekern.lib
    33 library	ekern.lib
    37 
    34 
       
    35 UID			 0x100000af
       
    36 VENDORID 0x70000001
       
    37 
    38 start wins
    38 start wins
    39 win32_headers
    39 win32_headers
    40 end
    40 end
    41 
    41 
       
    42 capability		all
       
    43 
    42 MACRO SYMBIAN_TRACE_ENABLE
    44 MACRO SYMBIAN_TRACE_ENABLE
    43 
    45 
    44 SMPSAFE
    46 SMPSAFE