Update contrib.
1 // Copyright (c) 1994-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 "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // e32\include\e32std_private.h
16 // WARNING: This file contains some APIs which are internal and are subject
17 // to change without notice. Such APIs should therefore not be used
18 // outside the Kernel and Hardware Services package.
27 #ifndef __E32STD_PRIVATE_H__
28 #define __E32STD_PRIVATE_H__
30 #ifdef __KERNEL_MODE__
31 #error !! Including e32std.h in kernel code !!
35 #include <e32cmn_private.h>
40 const TUint KLocaleLanguageKey = 0x10208903;
45 const TUint KLocaleDataKey = 0x10208904;
50 const TUint KLocaleDataExtraKey = 0x10208905;
55 const TUint KLocaleTimeDateFormatKey = 0x10208907;
60 const TUint KLocaleDefaultCharSetKey = 0x10208908;
65 const TUint KLocalePreferredCharSetKey = 0x10208909;
90 FnShortDateFormatSpec,
96 #ifdef SYMBIAN_DISTINCT_LOCALE_MODEL
100 enum TLanguageLocaleFunctions
104 FnLanguageDowngradeTableV2,
109 FnFatUtilityFunctionsV2,
119 enum TRegionLocaleFunctions
122 FnShortDateFormatSpecV2,
123 FnLongDateFormatSpecV2,
133 const TInt KMediaPasswordNotifyUid(0x10004c00);
138 enum TMediaPswdNotifyExitMode {EMPEMUnlock, EMPEMCancel, EMPEMUnlockAndStore};
144 struct TMediaPswdNotifyBase
146 enum TCardType {ECTMmcPassword} iCT;
153 struct TMediaPswdSendNotifyInfoV1 : public TMediaPswdNotifyBase
161 struct TMediaPswdSendNotifyInfoV1Debug : public TMediaPswdSendNotifyInfoV1
163 TInt iSleepPeriod; // us, -ve means maximum range
164 TMediaPswdNotifyExitMode iEM;
165 TText8 iPW[KMaxMediaPassword];
171 struct TMediaPswdReplyNotifyInfoV1 : public TMediaPswdNotifyBase
173 TText8 iPW[KMaxMediaPassword];
174 TMediaPswdNotifyExitMode iEM;