1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/kernelhwsrv/kernel/eka/include/e32std_private.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,179 @@
1.4 +// Copyright (c) 1994-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of the License "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// e32\include\e32std_private.h
1.18 +//
1.19 +// WARNING: This file contains some APIs which are internal and are subject
1.20 +// to change without notice. Such APIs should therefore not be used
1.21 +// outside the Kernel and Hardware Services package.
1.22 +//
1.23 +
1.24 +/**
1.25 + @file
1.26 + @internalTechnology
1.27 + @released
1.28 +*/
1.29 +
1.30 +#ifndef __E32STD_PRIVATE_H__
1.31 +#define __E32STD_PRIVATE_H__
1.32 +
1.33 +#ifdef __KERNEL_MODE__
1.34 +#error !! Including e32std.h in kernel code !!
1.35 +#endif
1.36 +
1.37 +#include <e32cmn.h>
1.38 +#include <e32cmn_private.h>
1.39 +
1.40 +/**
1.41 +@internalComponent
1.42 +*/
1.43 +const TUint KLocaleLanguageKey = 0x10208903;
1.44 +
1.45 +/**
1.46 +@internalComponent
1.47 +*/
1.48 +const TUint KLocaleDataKey = 0x10208904;
1.49 +
1.50 +/**
1.51 +@internalComponent
1.52 +*/
1.53 +const TUint KLocaleDataExtraKey = 0x10208905;
1.54 +
1.55 +/**
1.56 +@internalComponent
1.57 +*/
1.58 +const TUint KLocaleTimeDateFormatKey = 0x10208907;
1.59 +
1.60 +/**
1.61 +@internalComponent
1.62 +*/
1.63 +const TUint KLocaleDefaultCharSetKey = 0x10208908;
1.64 +
1.65 +/**
1.66 +@internalComponent
1.67 +*/
1.68 +const TUint KLocalePreferredCharSetKey = 0x10208909;
1.69 +
1.70 +/**
1.71 +@internalComponent
1.72 +*/
1.73 +enum TLocaleFunctions
1.74 + {
1.75 + FnDummy,
1.76 + FnAmPmTable,
1.77 + FnCharSet,
1.78 + FnCollTable,
1.79 + FnCurrencySymbol,
1.80 + FnDateSuffixTable,
1.81 + FnDayAbbTable,
1.82 + FnDayTable,
1.83 + FnFoldTable,
1.84 + FnLanguage,
1.85 + FnLocaleData,
1.86 + FnLowerTable,
1.87 + FnMonthAbbTable,
1.88 + FnMonthTable,
1.89 + FnMsgTable,
1.90 + FnTypeTable,
1.91 + FnUniCode,
1.92 + FnUpperTable,
1.93 + FnShortDateFormatSpec,
1.94 + FnLongDateFormatSpec,
1.95 + FnTimeFormatSpec,
1.96 + FnFatUtilityFunctions
1.97 + };
1.98 +
1.99 +#ifdef SYMBIAN_DISTINCT_LOCALE_MODEL
1.100 +/**
1.101 +@internalComponent
1.102 +*/
1.103 +enum TLanguageLocaleFunctions
1.104 + {
1.105 + FnDummy1,
1.106 + FnMsgTableV2,
1.107 + FnLanguageDowngradeTableV2,
1.108 + FnAmPmTableV2,
1.109 + FnDateSuffixTableV2,
1.110 + FnMonthAbbTableV2,
1.111 + FnLanguageV2,
1.112 + FnFatUtilityFunctionsV2,
1.113 + FnDigitTypeV2,
1.114 + FnMonthTableV2,
1.115 + FnDayTableV2,
1.116 + FnDayAbbTableV2
1.117 + };
1.118 +
1.119 +/**
1.120 +@internalComponent
1.121 +*/
1.122 +enum TRegionLocaleFunctions
1.123 + {
1.124 + FnDummy2,
1.125 + FnShortDateFormatSpecV2,
1.126 + FnLongDateFormatSpecV2,
1.127 + FnLocaleDataV2,
1.128 + FnTimeFormatSpecV2,
1.129 + FnCurrencySymbolV2
1.130 + };
1.131 +#endif
1.132 +
1.133 +/**
1.134 +@internalAll
1.135 +*/
1.136 +const TInt KMediaPasswordNotifyUid(0x10004c00);
1.137 +
1.138 +/**
1.139 +@internalAll
1.140 +*/
1.141 +enum TMediaPswdNotifyExitMode {EMPEMUnlock, EMPEMCancel, EMPEMUnlockAndStore};
1.142 +
1.143 +
1.144 +/**
1.145 +@internalAll
1.146 +*/
1.147 +struct TMediaPswdNotifyBase
1.148 + {
1.149 + enum TCardType {ECTMmcPassword} iCT;
1.150 + TVersion iVersion;
1.151 + };
1.152 +
1.153 +/**
1.154 +@internalAll
1.155 +*/
1.156 +struct TMediaPswdSendNotifyInfoV1 : public TMediaPswdNotifyBase
1.157 + {
1.158 + // empty.
1.159 + };
1.160 +
1.161 +/**
1.162 +@internalAll
1.163 +*/
1.164 +struct TMediaPswdSendNotifyInfoV1Debug : public TMediaPswdSendNotifyInfoV1
1.165 + {
1.166 + TInt iSleepPeriod; // us, -ve means maximum range
1.167 + TMediaPswdNotifyExitMode iEM;
1.168 + TText8 iPW[KMaxMediaPassword];
1.169 + };
1.170 +
1.171 +/**
1.172 +@internalAll
1.173 +*/
1.174 +struct TMediaPswdReplyNotifyInfoV1 : public TMediaPswdNotifyBase
1.175 + {
1.176 + TText8 iPW[KMaxMediaPassword];
1.177 + TMediaPswdNotifyExitMode iEM;
1.178 + };
1.179 +
1.180 +
1.181 +#endif
1.182 +