os/kernelhwsrv/kernel/eka/include/e32std_private.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright (c) 1994-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of the License "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// e32\include\e32std_private.h
sl@0
    15
// 
sl@0
    16
// WARNING: This file contains some APIs which are internal and are subject
sl@0
    17
//          to change without notice. Such APIs should therefore not be used
sl@0
    18
//          outside the Kernel and Hardware Services package.
sl@0
    19
//
sl@0
    20
sl@0
    21
/**
sl@0
    22
 @file
sl@0
    23
 @internalTechnology
sl@0
    24
 @released
sl@0
    25
*/
sl@0
    26
sl@0
    27
#ifndef __E32STD_PRIVATE_H__
sl@0
    28
#define __E32STD_PRIVATE_H__
sl@0
    29
sl@0
    30
#ifdef __KERNEL_MODE__
sl@0
    31
#error !! Including e32std.h in kernel code !!
sl@0
    32
#endif
sl@0
    33
sl@0
    34
#include <e32cmn.h>
sl@0
    35
#include <e32cmn_private.h>
sl@0
    36
sl@0
    37
/**
sl@0
    38
@internalComponent
sl@0
    39
*/
sl@0
    40
const TUint KLocaleLanguageKey = 0x10208903;
sl@0
    41
sl@0
    42
/**
sl@0
    43
@internalComponent
sl@0
    44
*/
sl@0
    45
const TUint KLocaleDataKey = 0x10208904;
sl@0
    46
sl@0
    47
/**
sl@0
    48
@internalComponent
sl@0
    49
*/
sl@0
    50
const TUint KLocaleDataExtraKey = 0x10208905;
sl@0
    51
sl@0
    52
/**
sl@0
    53
@internalComponent
sl@0
    54
*/
sl@0
    55
const TUint KLocaleTimeDateFormatKey = 0x10208907;
sl@0
    56
sl@0
    57
/**
sl@0
    58
@internalComponent
sl@0
    59
*/
sl@0
    60
const TUint KLocaleDefaultCharSetKey = 0x10208908;
sl@0
    61
sl@0
    62
/**
sl@0
    63
@internalComponent
sl@0
    64
*/
sl@0
    65
const TUint KLocalePreferredCharSetKey = 0x10208909;
sl@0
    66
sl@0
    67
/**
sl@0
    68
@internalComponent
sl@0
    69
*/
sl@0
    70
enum TLocaleFunctions
sl@0
    71
	{
sl@0
    72
	FnDummy,
sl@0
    73
	FnAmPmTable,
sl@0
    74
	FnCharSet,
sl@0
    75
	FnCollTable,
sl@0
    76
	FnCurrencySymbol,
sl@0
    77
	FnDateSuffixTable,
sl@0
    78
	FnDayAbbTable,
sl@0
    79
	FnDayTable,
sl@0
    80
	FnFoldTable,
sl@0
    81
	FnLanguage,
sl@0
    82
	FnLocaleData,
sl@0
    83
	FnLowerTable,
sl@0
    84
	FnMonthAbbTable,
sl@0
    85
	FnMonthTable,
sl@0
    86
	FnMsgTable,
sl@0
    87
	FnTypeTable,
sl@0
    88
	FnUniCode,
sl@0
    89
	FnUpperTable,
sl@0
    90
	FnShortDateFormatSpec,
sl@0
    91
	FnLongDateFormatSpec,
sl@0
    92
	FnTimeFormatSpec,
sl@0
    93
	FnFatUtilityFunctions
sl@0
    94
	};
sl@0
    95
	
sl@0
    96
#ifdef SYMBIAN_DISTINCT_LOCALE_MODEL
sl@0
    97
/**
sl@0
    98
@internalComponent
sl@0
    99
*/
sl@0
   100
enum TLanguageLocaleFunctions
sl@0
   101
	{
sl@0
   102
	FnDummy1,
sl@0
   103
	FnMsgTableV2,
sl@0
   104
	FnLanguageDowngradeTableV2,
sl@0
   105
	FnAmPmTableV2,
sl@0
   106
	FnDateSuffixTableV2,
sl@0
   107
	FnMonthAbbTableV2,
sl@0
   108
	FnLanguageV2,
sl@0
   109
	FnFatUtilityFunctionsV2,
sl@0
   110
	FnDigitTypeV2,
sl@0
   111
	FnMonthTableV2,
sl@0
   112
	FnDayTableV2,
sl@0
   113
	FnDayAbbTableV2	
sl@0
   114
	};
sl@0
   115
	
sl@0
   116
/**
sl@0
   117
@internalComponent
sl@0
   118
*/
sl@0
   119
enum TRegionLocaleFunctions
sl@0
   120
	{
sl@0
   121
	FnDummy2,
sl@0
   122
	FnShortDateFormatSpecV2,
sl@0
   123
	FnLongDateFormatSpecV2,
sl@0
   124
	FnLocaleDataV2,	
sl@0
   125
	FnTimeFormatSpecV2,
sl@0
   126
	FnCurrencySymbolV2
sl@0
   127
	};
sl@0
   128
#endif
sl@0
   129
sl@0
   130
/**
sl@0
   131
@internalAll
sl@0
   132
*/
sl@0
   133
const TInt KMediaPasswordNotifyUid(0x10004c00);
sl@0
   134
sl@0
   135
/**
sl@0
   136
@internalAll
sl@0
   137
*/
sl@0
   138
enum TMediaPswdNotifyExitMode {EMPEMUnlock, EMPEMCancel, EMPEMUnlockAndStore};
sl@0
   139
sl@0
   140
sl@0
   141
/**
sl@0
   142
@internalAll
sl@0
   143
*/
sl@0
   144
struct TMediaPswdNotifyBase
sl@0
   145
	{
sl@0
   146
	enum TCardType {ECTMmcPassword} iCT;
sl@0
   147
	TVersion iVersion;
sl@0
   148
	};
sl@0
   149
sl@0
   150
/**
sl@0
   151
@internalAll
sl@0
   152
*/
sl@0
   153
struct TMediaPswdSendNotifyInfoV1 : public TMediaPswdNotifyBase
sl@0
   154
	{
sl@0
   155
	// empty.
sl@0
   156
	};
sl@0
   157
sl@0
   158
/**
sl@0
   159
@internalAll
sl@0
   160
*/
sl@0
   161
struct TMediaPswdSendNotifyInfoV1Debug : public TMediaPswdSendNotifyInfoV1
sl@0
   162
	{
sl@0
   163
	TInt iSleepPeriod;							// us, -ve means maximum range
sl@0
   164
	TMediaPswdNotifyExitMode iEM;
sl@0
   165
	TText8 iPW[KMaxMediaPassword];
sl@0
   166
	};
sl@0
   167
sl@0
   168
/**
sl@0
   169
@internalAll
sl@0
   170
*/
sl@0
   171
struct TMediaPswdReplyNotifyInfoV1 : public TMediaPswdNotifyBase
sl@0
   172
	{
sl@0
   173
	TText8 iPW[KMaxMediaPassword];
sl@0
   174
	TMediaPswdNotifyExitMode iEM;
sl@0
   175
	};
sl@0
   176
sl@0
   177
sl@0
   178
#endif
sl@0
   179