traceservices/tracefw/integ_test/ulogger/TEF/te_ulogger/inc/te_uloggermclperfstep.h
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 /**
       
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file te_uloggermclperfstep.h
       
    22  @internalTechnology
       
    23 */
       
    24 #if (!defined __TE_ULOGGERMCLPERFSTEP_H__)
       
    25 #define __TE_ULOGGERMCLPERFSTEP_H__
       
    26 #include <testexecutestepbase.h>
       
    27 #include "te_uloggermclsuitestepbase.h"
       
    28 #include "te_utracecmds.h"
       
    29 #include "te_utracekernelcmds.h"
       
    30 #include <uloggerclient.h>
       
    31 #include "lightlogger.h"
       
    32 #include <hal.h>
       
    33 #include "te_setfilterparameters.h"
       
    34 
       
    35 class CULoggerMCLUserPerfStep : public CTe_ULoggerMCLSuiteStepBase
       
    36 	{
       
    37 public:
       
    38 	CULoggerMCLUserPerfStep();
       
    39 	~CULoggerMCLUserPerfStep();
       
    40 	virtual TVerdict doTestStepPreambleL();
       
    41 	virtual TVerdict doTestStepL();
       
    42 	virtual TVerdict doTestStepPostambleL();
       
    43 
       
    44 // Please add/modify your class members here:
       
    45 private:
       
    46 	};
       
    47 	
       
    48 class CULoggerMCLKernelPerfStep : public CTe_ULoggerMCLSuiteStepBase
       
    49 	{
       
    50 public:
       
    51 	CULoggerMCLKernelPerfStep();
       
    52 	~CULoggerMCLKernelPerfStep();
       
    53 	virtual TVerdict doTestStepPreambleL();
       
    54 	virtual TVerdict doTestStepL();
       
    55 	virtual TVerdict doTestStepPostambleL();
       
    56 
       
    57 // Please add/modify your class members here:
       
    58 private:
       
    59 	};
       
    60 
       
    61 _LIT(KULoggerMCLUserPerfStep,"ULoggerMCLUserPerfStep");
       
    62 _LIT(KULoggerMCLKernelPerfStep,"ULoggerMCLKernelPerfStep");
       
    63 
       
    64 #endif