epoc32/include/eiksvdef.h
author William Roberts <williamr@symbian.org>
Tue, 16 Mar 2010 16:12:26 +0000
branchSymbian2
changeset 2 2fe1408b6811
permissions -rw-r--r--
Final list of Symbian^2 public API header files
     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".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 #ifndef __EIKSVDEF_H__
    17 #define __EIKSVDEF_H__
    18 
    19 /**
    20 @publishedPartner
    21 @released
    22 */
    23 enum
    24 	{
    25 	KExternalKeyModifier=0,
    26 	KExternalKey1=EKeyDictaphoneStop,
    27 	KExternalKey2=EKeyDictaphonePlay,
    28 	KExternalKey3=EKeyDictaphoneRecord,
    29 	KExternalKeyModifierMask=EAllStdModifiers|EModifierFunc
    30 	};
    31 
    32 /**
    33 @publishedPartner
    34 @released
    35 */
    36 const TUid KUidExternalKeyHandlerAppStream={0x10000117};
    37 
    38 /**
    39 @publishedPartner
    40 @deprecated
    41 */
    42 const TUid KUidDictaphoneFileStream={0x100001CF};
    43 
    44 /**
    45 @internalComponent
    46 */
    47 _LIT(__EIKON_SERVER_NAME,"EikonServer");
    48 
    49 /**
    50 @publishedPartner
    51 @released
    52 */
    53 enum TEikServEvent
    54 	{
    55 	EEikServExit,
    56 	EEikServChangePasswordMode,
    57 	EEikServShowTaskList,
    58 	EEikServHideTaskList,
    59 	};
    60 
    61 /**
    62 @publishedPartner
    63 @released
    64 */
    65 enum { KNumOfSideButtons=5, KNumOfAppButtons=9 };
    66 
    67 /**
    68 @publishedPartner
    69 @released
    70 */
    71 _LIT(EIKON_SERVER_BACKDROP_WINDOW_GROUP_NAME,"EiksrvBackdrop");
    72 
    73 #endif	// __EIKSVDEF_H__