traceservices/tracefw/ost_trace_api/unit_test/te_ost/group/te_record_content_suite.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".
    17 TARGETTYPE  		exe
    17 TARGETTYPE  		exe
    18 UID             	0x1000007A 0x10287239
    18 UID             	0x1000007A 0x10287239
    19 
    19 
    20 
    20 
    21 #define 			SYMBIAN_INCLUDE_EXECUTABLE_TRACE
    21 #define 			SYMBIAN_INCLUDE_EXECUTABLE_TRACE
    22 #include    			<platform/opensystemtrace.mmh>
    22 #include    		<platform/opensystemtrace.mmh>
       
    23 
    23 MACRO 				TE_RECORD_CONTENT
    24 MACRO 				TE_RECORD_CONTENT
    24 MACRO 				TE_MODULE_UID=0x10287239
    25 MACRO 				TE_MODULE_UID=0x10287239
    25 
    26 
    26 //to make sure the timers are prioritised
    27 // to make sure the timers are prioritised
    27 epocprocesspriority high
    28 epocprocesspriority high
    28 
    29 
    29 SYSTEMINCLUDE 		\epoc32\include
    30 OS_LAYER_SYSTEMINCLUDE
    30 SYSTEMINCLUDE 		\epoc32\include\test
       
    31 SYSTEMINCLUDE 		\epoc32\include\platform
       
    32 
    31 
    33 USERINCLUDE			..\inc
    32 USERINCLUDE			../inc
    34 USERINCLUDE ../../devicedriver/inc/
    33 USERINCLUDE ../../devicedriver/inc/
    35 USERINCLUDE ../../lauterbach_perf_tester/inc/
    34 USERINCLUDE ../../lauterbach_perf_tester/inc/
    36 
    35 
    37 SOURCEPATH  		..\src
    36 SOURCEPATH  		../src
    38 SOURCE				te_suite_server.cpp
    37 SOURCE				te_suite_server.cpp
    39 SOURCE				te_suite_step_base.cpp
    38 SOURCE				te_suite_step_base.cpp
    40 SOURCE				te_check_record_content_step.cpp 
    39 SOURCE				te_check_record_content_step.cpp 
    41 SOURCE				te_check_build_variability_step.cpp //not used...
    40 SOURCE				te_check_build_variability_step.cpp //not used...
    42 SOURCE				te_check_performance_step.cpp
    41 SOURCE				te_check_performance_step.cpp
    50 SOURCE				uloggerconfig.cpp
    49 SOURCE				uloggerconfig.cpp
    51 SOURCE				te_macrostest.cpp
    50 SOURCE				te_macrostest.cpp
    52 SOURCE				te_macrostest_disabled.cpp
    51 SOURCE				te_macrostest_disabled.cpp
    53 SOURCE				te_usertimer.cpp
    52 SOURCE				te_usertimer.cpp
    54 
    53 
    55 
       
    56 LIBRARY		euser.lib
    54 LIBRARY		euser.lib
    57 LIBRARY		testexecuteutils.lib 
    55 LIBRARY		testexecuteutils.lib 
    58 LIBRARY		testexecutelogclient.lib 
    56 LIBRARY		testexecutelogclient.lib 
    59 LIBRARY		efsrv.lib 
    57 LIBRARY		efsrv.lib 
    60 LIBRARY		hal.lib 
    58 LIBRARY		hal.lib 
    61 LIBRARY		btracec.lib
    59 LIBRARY		btracec.lib
    62 LIBRARY		uloggerclient.lib
    60 LIBRARY		uloggerclient.lib
    63 LIBRARY		te_ost_lauterbach.lib
    61 LIBRARY		te_ost_lauterbach.lib
    64 
    62 
    65 
       
    66 
       
    67 always_build_as_arm
    63 always_build_as_arm
    68 OPTION ARMCC --interleave
    64 OPTION ARMCC --interleave
    69 
    65 
    70 SMPSAFE
    66 SMPSAFE