diff -r 79859ed3eea9 -r 919f36ff910f webengine/widgetregistry/tsrc/public/basic/inc/WidgetRegistrySTIF.h --- a/webengine/widgetregistry/tsrc/public/basic/inc/WidgetRegistrySTIF.h Tue Aug 31 16:17:46 2010 +0300 +++ b/webengine/widgetregistry/tsrc/public/basic/inc/WidgetRegistrySTIF.h Wed Sep 01 12:28:30 2010 +0100 @@ -1,22 +1,25 @@ /* -* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of the License "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* ============================================================================== +* Name : WidgetRegistrySTIF.h +* Part of : WidgetRegistry +* +* Description : Widget Registry test module. +* Version: 1.0 * -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: +* Copyright (C) 2007 Nokia Corporation. +* This material, including documentation and any related +* computer programs, is protected by copyright controlled by +* Nokia Corporation. All rights are reserved. Copying, +* including reproducing, storing, adapting or translating, any +* or all of this material requires the prior written consent of +* Nokia Corporation. This material also contains confidential +* information which may not be disclosed to others without the +* prior written consent of Nokia Corporation. * -* Description: Widget Registry test module. -* +* ============================================================================ */ - #ifndef WIDGETREGISTRYSTIF_H #define WIDGETREGISTRYSTIF_H @@ -255,6 +258,14 @@ TInt ClientSessionGetLprojNameL( TTestResult& aResult ); TInt ClientSessionSecurityPolicyId( TTestResult& aResult ); + TInt ClientSessionIsWidgetInFullViewTest( TTestResult& aResult ); + TInt ClientSessionIsWidgetInMiniViewTest( TTestResult& aResult ); + TInt ClientSessionIsBlanketPermGrantedTest( TTestResult& aResult ); + TInt ClientSessionSetMiniViewTestL( TTestResult& aResult ); + TInt ClientSessionSetFullViewTestL( TTestResult& aResult ); + TInt ClientSessionSetBlanketPermissionTestL( TTestResult& aResult ); + TInt ClientSessionWidgetSapiAccessStateTest( TTestResult& aResult ); + private: // Data TUid iValidUid;