1 /* |
1 /* |
2 * ============================================================================== |
2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). |
3 * Name : WidgetRegistrySTIF.h |
3 * All rights reserved. |
4 * Part of : WidgetRegistry |
4 * This component and the accompanying materials are made available |
5 * |
5 * under the terms of the License "Eclipse Public License v1.0" |
6 * Description : Widget Registry test module. |
6 * which accompanies this distribution, and is available |
7 * Version: 1.0 |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
8 * |
8 * |
9 * Copyright (C) 2007 Nokia Corporation. |
9 * Initial Contributors: |
10 * This material, including documentation and any related |
10 * Nokia Corporation - initial contribution. |
11 * computer programs, is protected by copyright controlled by |
11 * |
12 * Nokia Corporation. All rights are reserved. Copying, |
12 * Contributors: |
13 * including reproducing, storing, adapting or translating, any |
13 * |
14 * or all of this material requires the prior written consent of |
14 * Description: Widget Registry test module. |
15 * Nokia Corporation. This material also contains confidential |
15 * |
16 * information which may not be disclosed to others without the |
16 */ |
17 * prior written consent of Nokia Corporation. |
17 |
18 * |
|
19 * ============================================================================ |
|
20 */ |
|
21 |
18 |
22 |
19 |
23 #ifndef WIDGETREGISTRYSTIF_H |
20 #ifndef WIDGETREGISTRYSTIF_H |
24 #define WIDGETREGISTRYSTIF_H |
21 #define WIDGETREGISTRYSTIF_H |
25 |
22 |
256 TInt ClientSessionDeRegisterWidgetL( TTestResult& aResult ); |
253 TInt ClientSessionDeRegisterWidgetL( TTestResult& aResult ); |
257 TInt ClientSessionSetActiveL( TTestResult& aResult ); |
254 TInt ClientSessionSetActiveL( TTestResult& aResult ); |
258 TInt ClientSessionGetLprojNameL( TTestResult& aResult ); |
255 TInt ClientSessionGetLprojNameL( TTestResult& aResult ); |
259 TInt ClientSessionSecurityPolicyId( TTestResult& aResult ); |
256 TInt ClientSessionSecurityPolicyId( TTestResult& aResult ); |
260 |
257 |
261 TInt ClientSessionIsWidgetInFullViewTest( TTestResult& aResult ); |
|
262 TInt ClientSessionIsWidgetInMiniViewTest( TTestResult& aResult ); |
|
263 TInt ClientSessionIsBlanketPermGrantedTest( TTestResult& aResult ); |
|
264 TInt ClientSessionSetMiniViewTestL( TTestResult& aResult ); |
|
265 TInt ClientSessionSetFullViewTestL( TTestResult& aResult ); |
|
266 TInt ClientSessionSetBlanketPermissionTestL( TTestResult& aResult ); |
|
267 TInt ClientSessionWidgetSapiAccessStateTest( TTestResult& aResult ); |
|
268 |
|
269 private: // Data |
258 private: // Data |
270 |
259 |
271 TUid iValidUid; |
260 TUid iValidUid; |
272 CStifLogger* iLog; |
261 CStifLogger* iLog; |
273 RFs iFileSystem; |
262 RFs iFileSystem; |