traceservices/tracefw/integ_test/ost/TEF/perfdevicedriver/group/te_perfdrvdisabled.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 #include <kernel/kern_ext.mmh>
       
    18 #include    <platform/opensystemtrace.mmh>
       
    19 
       
    20 MACRO TE_UPT_TRACE_DISABLED
       
    21 
       
    22 target			te_optostdddisabled.ldd
       
    23 targettype		ldd
       
    24 UID				0x100000af 0x10287233
       
    25 VENDORID		0x70000001
       
    26 capability		all
       
    27 
       
    28 SYSTEMINCLUDE		/epoc32/include/test
       
    29 SYSTEMINCLUDE		/epoc32/include/ecom
       
    30 SYSTEMINCLUDE   	/epoc32/include/kernel
       
    31 
       
    32 
       
    33 USERINCLUDE			../inc/
       
    34 USERINCLUDE			../../te_ostv2integsuite_common/inc/
       
    35 USERINCLUDE			../../te_ostv2integsuite_functional/inc/
       
    36 USERINCLUDE			../../te_ostv2integsuite_performance/inc/
       
    37 USERINCLUDE			../../te_ostv2integsuite_performance/inc/sanity
       
    38 USERINCLUDE			../../te_ostv2integsuite_performance/inc/timer
       
    39 	
       
    40 SOURCEPATH			../../te_ostv2integsuite_common/src/
       
    41 SOURCE				te_apirunconfig.cpp
       
    42 
       
    43 SOURCEPATH			../src/
       
    44 SOURCE				te_drv.cpp
       
    45 
       
    46 SOURCEPATH			../../te_ostv2integsuite_performance/src/
       
    47 SOURCE				timer/te_perfkerneltimer.cpp
       
    48 SOURCE 				sanity/te_perfsanityhelpers.cpp
       
    49 SOURCE 				sanity/te_perfsanitytimer.cpp
       
    50 
       
    51 #ifndef WINSCW	
       
    52 SOURCE				te_cacheflush.s 
       
    53 SOURCE				te_stackinfo.s
       
    54 #endif
       
    55 
       
    56 
       
    57 EPOCALLOWDLLDATA
       
    58 
       
    59 start wins
       
    60 win32_headers
       
    61 end
       
    62 
       
    63 SMPSAFE
       
    64 
       
    65