commonuisupport/uikon/test/teiksrv/tcapability/TCapability2.h
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 // Copyright (c) 2005-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 // The following test case is used to test writable APIs in REikAppUiSession and to test whether
       
    15 // uiktestserver process has the capability to access those APIs.
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalComponent - Internal Symbian test code
       
    22 */
       
    23 
       
    24 #if !defined(__TCAPABILITY2_H__)
       
    25 #define __TCAPABILITY2_H__
       
    26 
       
    27 #include "uiktestserver.h"
       
    28 #include "appfwk_test_AppUi.h"
       
    29 
       
    30 //! CTCapability2Step
       
    31 /** 
       
    32   This class is used to test writable apis in REikAppUiSession
       
    33 */
       
    34 class CTCapability2Step : public CTmsTestStep
       
    35 	{
       
    36 public:
       
    37 	CTCapability2Step();
       
    38 	virtual TVerdict doTestStepL();
       
    39 	void ExecuteL();
       
    40 private:
       
    41 	~CTCapability2Step();
       
    42 private:
       
    43 	};
       
    44 
       
    45 _LIT(KTCapability2Step,"TCapability2");
       
    46 
       
    47 #endif