common/tools/ats/smoketest/localisation/apparchitecture/tef/T_Capability1.h
changeset 793 0c32c669a39d
child 872 17498133d9ad
equal deleted inserted replaced
792:893b85cda81b 793:0c32c669a39d
       
     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 the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-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 RApaLsSession and to test whether
       
    15 // apparctestserver process has the capability to access those APIs.
       
    16 // 
       
    17 //
       
    18 
       
    19 
       
    20 
       
    21 /**
       
    22  @file
       
    23  @internalComponent - Internal Symbian test code
       
    24 */
       
    25 
       
    26 #if !defined(__T_CAPABILITY1_H__)
       
    27 #define __T_CAPABILITY1_H__
       
    28 
       
    29 #include "ApparcTestServer.h"
       
    30 #include "appfwk_test_AppUi.h"
       
    31 
       
    32 class RApaLsSession;
       
    33 
       
    34 //! CT_Capability1
       
    35 /** 
       
    36   This class is used to test writable apis in RApaLsSession
       
    37 */
       
    38 class CT_Capability1 : public CTestStep
       
    39 	{
       
    40 public:
       
    41 	CT_Capability1();
       
    42 	virtual TVerdict doTestStepL();
       
    43 	void ExecuteL(RApaLsSession& aLs);
       
    44 private:
       
    45 	~CT_Capability1();
       
    46 private:
       
    47 	};
       
    48 
       
    49 _LIT(KT_Capability1,"T_Capability1");
       
    50 
       
    51 #endif