Update contrib.
1 // Copyright (c) 1995-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\e32uid.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.
31 const TInt KDynamicLibraryUidValue=0x10000079;
32 const TInt KExecutableImageUidValue=0x1000007a;
33 const TUid KDynamicLibraryUid={KDynamicLibraryUidValue};
34 const TUid KExecutableImageUid={KExecutableImageUidValue};
37 #define KLogicalDeviceDriverUidValue KLogicalDeviceDriverUidValue16
38 #define KLogicalDeviceDriverUid KLogicalDeviceDriverUid16
40 #define KLogicalDeviceDriverUidValue KLogicalDeviceDriverUidValue8
41 #define KLogicalDeviceDriverUid KLogicalDeviceDriverUid8
43 const TInt KLogicalDeviceDriverUidValue16=0x100000af;
44 const TUid KLogicalDeviceDriverUid16={KLogicalDeviceDriverUidValue16};
45 const TInt KLogicalDeviceDriverUidValue8=0x100000ae;
46 const TUid KLogicalDeviceDriverUid8={KLogicalDeviceDriverUidValue8};
49 #define KPhysicalDeviceDriverUidValue KPhysicalDeviceDriverUidValue16
50 #define KPhysicalDeviceDriverUid KPhysicalDeviceDriverUid16
52 #define KPhysicalDeviceDriverUidValue KPhysicalDeviceDriverUidValue8
53 #define KPhysicalDeviceDriverUid KPhysicalDeviceDriverUid8
55 const TInt KPhysicalDeviceDriverUidValue16=0x100039d0;
56 const TUid KPhysicalDeviceDriverUid16={KPhysicalDeviceDriverUidValue16};
57 const TInt KPhysicalDeviceDriverUidValue8=0x100000ad;
58 const TUid KPhysicalDeviceDriverUid8={KPhysicalDeviceDriverUidValue8};
60 const TInt KMachineConfigurationUidValue=0x100000f4;
61 const TUid KMachineConfigurationUid={KMachineConfigurationUidValue};
64 #define KLocaleDllUidValue KLocaleDllUidValue16
65 #define KLocaleDllUid KLocaleDllUid16
67 #define KLocaleDllUidValue KLocaleDllUidValue8
68 #define KLocaleDllUid KLocaleDllUid8
70 const TInt KLocaleDllUidValue16=0x100039e6;
71 const TUid KLocaleDllUid16={KLocaleDllUidValue16};
72 const TInt KLocaleDllUidValue8=0x100000c3;
73 const TUid KLocaleDllUid8={KLocaleDllUidValue8};
75 const TInt KSharedLibraryUidValue=0x1000008d;
76 const TUid KSharedLibraryUid={KSharedLibraryUidValue};
78 const TInt KKeyboardUidValue=0x100000db;
79 const TUid KKeyboardUid={KKeyboardUidValue};
81 /** @internalComponent */
82 const TInt KEka1EntryStubUidValue=0x101fdf0f;
83 /** @internalComponent */
84 const TUid KEka1EntryStubUid={KEka1EntryStubUidValue};
87 #define KKeyboardDataUidValue KKeyboardDataUidValue16
88 #define KKeyboardDataUid KKeyboardDataUid16
90 #define KKeyboardDataUidValue KKeyboardDataUidValue8
91 #define KKeyboardDataUid KKeyboardDataUid8
93 const TInt KKeyboardDataUidValue16=0x100039e0;
94 const TUid KKeyboardDataUid16={KKeyboardDataUidValue16};
95 const TInt KKeyboardDataUidValue8=0x100000dc;
96 const TUid KKeyboardDataUid8={KKeyboardDataUidValue8};
99 #define KKeyboardTranUidValue KKeyboardTranUidValue16
100 #define KKeyboardTranUid KKeyboardTranUid16
102 #define KKeyboardTranUidValue KKeyboardTranUidValue8
103 #define KKeyboardTranUid KKeyboardTranUid8
105 const TInt KKeyboardTranUidValue16=0x100039e1;
106 const TUid KKeyboardTranUid16={KKeyboardTranUidValue16};
107 const TInt KKeyboardTranUidValue8=0x100000dd;
108 const TUid KKeyboardTranUid8={KKeyboardTranUidValue8};
111 #if defined(_UNICODE)
112 #define KConsoleDllUidValue KConsoleDllUidValue16
113 #define KConsoleDllUid KConsoleDllUid16
115 #define KConsoleDllUidValue KConsoleDllUidValue8
116 #define KConsoleDllUid KConsoleDllUid8
118 const TInt KConsoleDllUidValue16=0x100039e7;
119 const TUid KConsoleDllUid16={KConsoleDllUidValue16};
120 const TInt KConsoleDllUidValue8=0x100000c5;
121 const TUid KConsoleDllUid8={KConsoleDllUidValue8};
123 const TUint KSystemStartupModeKey=0x10204BB5;