traceservices/tracefw/utf_trace_api/unit_test/devicedriver/group/utracedrv.mmp
branchRCL_3
changeset 23 26645d81f48d
parent 0 08ec8eefde2f
child 24 cc28652e0254
equal deleted inserted replaced
21:28839de615b4 23:26645d81f48d
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-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 "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 
       
    22 #define NO_EKERN_LIB
    18 #define NO_EKERN_LIB
    23 #include "kernel/kern_ext.mmh"
    19 #include "kernel/kern_ext.mmh"
    24 
    20 
    25 target			utrace.ldd
    21 target			utrace.ldd
    26 targettype		ldd
    22 targettype		ldd
       
    23 UID             0x100000af
       
    24 VENDORID        0x70000001
       
    25 capability      all
       
    26 
       
    27 deffile utrace.def
       
    28 
       
    29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    27 
    30 
    28 userinclude		../inc/
    31 userinclude		../inc/
    29 
    32 
    30 sourcepath		../src/
    33 sourcepath		../src/
    31 source			utracedrv.cpp
    34 source			utracedrv.cpp
    32 
    35 
    33 library	ekern.lib
    36 library	ekern.lib
    34 
    37 
    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 
       
    44 MACRO SYMBIAN_TRACE_ENABLE
    42 MACRO SYMBIAN_TRACE_ENABLE
    45 
    43 
    46 SMPSAFE
    44 SMPSAFE