sl@0: // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // e32\include\e32uid.h sl@0: // sl@0: // WARNING: This file contains some APIs which are internal and are subject sl@0: // to change without notice. Such APIs should therefore not be used sl@0: // outside the Kernel and Hardware Services package. sl@0: // sl@0: sl@0: /** sl@0: @file sl@0: @publishedPartner sl@0: @released sl@0: */ sl@0: sl@0: #ifndef __E32UID_H__ sl@0: #define __E32UID_H__ sl@0: #include sl@0: sl@0: const TInt KDynamicLibraryUidValue=0x10000079; sl@0: const TInt KExecutableImageUidValue=0x1000007a; sl@0: const TUid KDynamicLibraryUid={KDynamicLibraryUidValue}; sl@0: const TUid KExecutableImageUid={KExecutableImageUidValue}; sl@0: sl@0: #if defined(_UNICODE) sl@0: #define KLogicalDeviceDriverUidValue KLogicalDeviceDriverUidValue16 sl@0: #define KLogicalDeviceDriverUid KLogicalDeviceDriverUid16 sl@0: #else sl@0: #define KLogicalDeviceDriverUidValue KLogicalDeviceDriverUidValue8 sl@0: #define KLogicalDeviceDriverUid KLogicalDeviceDriverUid8 sl@0: #endif sl@0: const TInt KLogicalDeviceDriverUidValue16=0x100000af; sl@0: const TUid KLogicalDeviceDriverUid16={KLogicalDeviceDriverUidValue16}; sl@0: const TInt KLogicalDeviceDriverUidValue8=0x100000ae; sl@0: const TUid KLogicalDeviceDriverUid8={KLogicalDeviceDriverUidValue8}; sl@0: sl@0: #if defined(_UNICODE) sl@0: #define KPhysicalDeviceDriverUidValue KPhysicalDeviceDriverUidValue16 sl@0: #define KPhysicalDeviceDriverUid KPhysicalDeviceDriverUid16 sl@0: #else sl@0: #define KPhysicalDeviceDriverUidValue KPhysicalDeviceDriverUidValue8 sl@0: #define KPhysicalDeviceDriverUid KPhysicalDeviceDriverUid8 sl@0: #endif sl@0: const TInt KPhysicalDeviceDriverUidValue16=0x100039d0; sl@0: const TUid KPhysicalDeviceDriverUid16={KPhysicalDeviceDriverUidValue16}; sl@0: const TInt KPhysicalDeviceDriverUidValue8=0x100000ad; sl@0: const TUid KPhysicalDeviceDriverUid8={KPhysicalDeviceDriverUidValue8}; sl@0: sl@0: const TInt KMachineConfigurationUidValue=0x100000f4; sl@0: const TUid KMachineConfigurationUid={KMachineConfigurationUidValue}; sl@0: sl@0: #if defined(_UNICODE) sl@0: #define KLocaleDllUidValue KLocaleDllUidValue16 sl@0: #define KLocaleDllUid KLocaleDllUid16 sl@0: #else sl@0: #define KLocaleDllUidValue KLocaleDllUidValue8 sl@0: #define KLocaleDllUid KLocaleDllUid8 sl@0: #endif sl@0: const TInt KLocaleDllUidValue16=0x100039e6; sl@0: const TUid KLocaleDllUid16={KLocaleDllUidValue16}; sl@0: const TInt KLocaleDllUidValue8=0x100000c3; sl@0: const TUid KLocaleDllUid8={KLocaleDllUidValue8}; sl@0: sl@0: const TInt KSharedLibraryUidValue=0x1000008d; sl@0: const TUid KSharedLibraryUid={KSharedLibraryUidValue}; sl@0: sl@0: const TInt KKeyboardUidValue=0x100000db; sl@0: const TUid KKeyboardUid={KKeyboardUidValue}; sl@0: sl@0: /** @internalComponent */ sl@0: const TInt KEka1EntryStubUidValue=0x101fdf0f; sl@0: /** @internalComponent */ sl@0: const TUid KEka1EntryStubUid={KEka1EntryStubUidValue}; sl@0: sl@0: #if defined(_UNICODE) sl@0: #define KKeyboardDataUidValue KKeyboardDataUidValue16 sl@0: #define KKeyboardDataUid KKeyboardDataUid16 sl@0: #else sl@0: #define KKeyboardDataUidValue KKeyboardDataUidValue8 sl@0: #define KKeyboardDataUid KKeyboardDataUid8 sl@0: #endif sl@0: const TInt KKeyboardDataUidValue16=0x100039e0; sl@0: const TUid KKeyboardDataUid16={KKeyboardDataUidValue16}; sl@0: const TInt KKeyboardDataUidValue8=0x100000dc; sl@0: const TUid KKeyboardDataUid8={KKeyboardDataUidValue8}; sl@0: sl@0: #if defined(_UNICODE) sl@0: #define KKeyboardTranUidValue KKeyboardTranUidValue16 sl@0: #define KKeyboardTranUid KKeyboardTranUid16 sl@0: #else sl@0: #define KKeyboardTranUidValue KKeyboardTranUidValue8 sl@0: #define KKeyboardTranUid KKeyboardTranUid8 sl@0: #endif sl@0: const TInt KKeyboardTranUidValue16=0x100039e1; sl@0: const TUid KKeyboardTranUid16={KKeyboardTranUidValue16}; sl@0: const TInt KKeyboardTranUidValue8=0x100000dd; sl@0: const TUid KKeyboardTranUid8={KKeyboardTranUidValue8}; sl@0: sl@0: sl@0: #if defined(_UNICODE) sl@0: #define KConsoleDllUidValue KConsoleDllUidValue16 sl@0: #define KConsoleDllUid KConsoleDllUid16 sl@0: #else sl@0: #define KConsoleDllUidValue KConsoleDllUidValue8 sl@0: #define KConsoleDllUid KConsoleDllUid8 sl@0: #endif sl@0: const TInt KConsoleDllUidValue16=0x100039e7; sl@0: const TUid KConsoleDllUid16={KConsoleDllUidValue16}; sl@0: const TInt KConsoleDllUidValue8=0x100000c5; sl@0: const TUid KConsoleDllUid8={KConsoleDllUidValue8}; sl@0: sl@0: const TUint KSystemStartupModeKey=0x10204BB5; sl@0: sl@0: #endif sl@0: