lbstest/lbstestproduct/lbssisinstall/inc/startlbsstep.h
changeset 0 9cfd9a3ee49c
equal deleted inserted replaced
-1:000000000000 0:9cfd9a3ee49c
       
     1 // Copyright (c) 2006-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 // @file ctlbsstartlbs.h
       
    15 // This contains the header file for step to start lbs system
       
    16 // 
       
    17 //
       
    18 
       
    19 #ifndef __CT_START_LBS_STEP_H__
       
    20 #define __CT_START_LBS_STEP_H__
       
    21 
       
    22 #include <test/TestExecuteStepBase.h>
       
    23 
       
    24 // Literals used
       
    25 _LIT(KStartLbsStep, "StartLbsStep");
       
    26 
       
    27 const TUint KLbsTestDataSrcServerUidValue = 0x10282259;
       
    28 
       
    29 class CT_StartLbsStep : public CTestStep
       
    30 	{
       
    31 public:
       
    32 	CT_StartLbsStep();
       
    33 	~CT_StartLbsStep();
       
    34 	virtual TVerdict doTestStepPreambleL();
       
    35 	virtual TVerdict doTestStepPostambleL();
       
    36 	virtual TVerdict doTestStepL();
       
    37 	
       
    38 private:
       
    39 	};
       
    40 
       
    41 #endif //__CT_START_LBS_STEP_H__