1 // Copyright (c) 1997-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" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
25 class CDictionaryFileStore;
31 _LIT(EIKAPPUI_SERVER_NAME,"!EikAppUiServer");
37 _LIT(EIKAPPUI_SERVER_THREAD_NAME,"EikAppUiServerThread");
43 _LIT(EIKAPPUI_SERVER_SEMAPHORE,"EikAppUiServerStartSemaphore");
48 const TInt KEikSrvDefaultHeapSize=0x10000;
53 const TInt KEikSrvDefaultMaxHeapSize=0x100000;
57 EFirstUnrestrictedOpcodeInEikAppUi
65 // No Capability requirement
66 EEikAppUiFirst=EFirstUnrestrictedOpcodeInEikAppUi,
67 EEikAppUiLaunchTaskList,
69 EEikAppUiSetStatusPaneFlags,
70 EEikAppUiSetStatusPaneLayout,
72 EEikAppUiUnblankScreen,
73 EEikAppUiResolveError,
75 EEikAppUiEnableTaskList,
76 EEikAppUiGetDebugPreferences,
77 EEikAppUiResolveErrorWithTitleText,
78 // End Marker no Capability
79 EEikAppUiFirstUnusedOpcode,
83 function to panic the server
87 GLREF_C void PanicServer(TEikAppUiServPanic aPanic);
89 #endif // __EIKSRVS_H__