sysstatemgmt/systemstateplugins/test/tintgsapolicy/inc/tgsa_step_statetrantodiffstates.h
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
equal deleted inserted replaced
21:ccb4f6b3db21 22:8cb079868133
     1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-2009 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".
    24 #define __TGSA_STEP_STATETRANTODIFFSTATES_H__
    24 #define __TGSA_STEP_STATETRANTODIFFSTATES_H__
    25 
    25 
    26 #include <test/testexecutestepbase.h>
    26 #include <test/testexecutestepbase.h>
    27 #include <s32file.h>
    27 #include <s32file.h>
    28 
    28 
       
    29 _LIT(KTGsaStateTranToShutdownStep,"GsaStateTranToShutdownStep");
       
    30 _LIT(KTGsaStateTranFromShutdownStep,"GsaStateTranFromShutdownStep");
    29 _LIT(KTGsaStateTranFromNormalStep,"GsaStateTranFromNormalStep");
    31 _LIT(KTGsaStateTranFromNormalStep,"GsaStateTranFromNormalStep");
    30 _LIT(KTGsaStateTranFromStartupStep,"GsaStateTranFromStartupStep");
    32 _LIT(KTGsaStateTranFromStartupStep,"GsaStateTranFromStartupStep");
       
    33 _LIT(KTGsaStateTranFromStartuptoShutdownStep,"GsaStateTranFromStartuptoShutdownStep");
    31 
    34 
    32 class CGsaStateTranToDiffStatesTest : public CTestStep
    35 class CGsaStateTranToDiffStatesTest : public CTestStep
    33 	{
    36 	{
    34 public:
    37 public:
    35 	CGsaStateTranToDiffStatesTest(const TDesC& aProcessName);
    38 	CGsaStateTranToDiffStatesTest(const TDesC& aProcessName);