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