sysstatemgmt/systemstateplugins/test/tintadptplugin/inc/ti_adaptationplugin_stepbase.h
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
equal deleted inserted replaced
21:ccb4f6b3db21 22:8cb079868133
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-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".
    25 #include <e32std.h>
    25 #include <e32std.h>
    26 #include <e32base.h>
    26 #include <e32base.h>
    27 #include <test/testexecutestepbase.h>
    27 #include <test/testexecutestepbase.h>
    28 #include <ssm/ssmadaptationcli.h>
    28 #include <ssm/ssmadaptationcli.h>
    29 
    29 
    30 //for define, set and unset of P&S keys.
       
    31 const TUint32 KEmergencyCallRfAdaptationPluginPropertyKey = 0x2000E657;
       
    32 const TUint32 KStateAdaptationPluginPropertyKey = 0x2000D76A;
       
    33 const TUint32 KRtcAdaptationPluginPropertyKey = 0x2000D76C;
       
    34 const TUint32 KSimPluginPropertyKey = 0x2000D76B;
       
    35 const TUint32 KMiscPluginPropertyKey = 0x2000E658;
       
    36 
       
    37 const TUid KPropertyCategory={0x2000D75B};
       
    38 
    30 
    39 class CTestAdaptStep : public CTestStep
    31 class CTestAdaptStep : public CTestStep
    40 	{
    32 	{
    41 public:
    33 public:
    42 	//from CTestStep
    34 	//from CTestStep