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