kernel/eka/include/e32uid.h
changeset 0 a41df078684a
child 271 dc268b18d709
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // e32\include\e32uid.h
       
    15 // 
       
    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.
       
    19 //
       
    20 
       
    21 /**
       
    22  @file
       
    23  @publishedPartner
       
    24  @released
       
    25 */
       
    26 
       
    27 #ifndef __E32UID_H__
       
    28 #define __E32UID_H__
       
    29 #include <e32cmn.h>
       
    30 
       
    31 const TInt KDynamicLibraryUidValue=0x10000079;
       
    32 const TInt KExecutableImageUidValue=0x1000007a;
       
    33 const TUid KDynamicLibraryUid={KDynamicLibraryUidValue};
       
    34 const TUid KExecutableImageUid={KExecutableImageUidValue};
       
    35 
       
    36 #if defined(_UNICODE)
       
    37 #define KLogicalDeviceDriverUidValue KLogicalDeviceDriverUidValue16
       
    38 #define KLogicalDeviceDriverUid KLogicalDeviceDriverUid16
       
    39 #else
       
    40 #define KLogicalDeviceDriverUidValue KLogicalDeviceDriverUidValue8
       
    41 #define KLogicalDeviceDriverUid KLogicalDeviceDriverUid8
       
    42 #endif
       
    43 const TInt KLogicalDeviceDriverUidValue16=0x100000af;
       
    44 const TUid KLogicalDeviceDriverUid16={KLogicalDeviceDriverUidValue16};
       
    45 const TInt KLogicalDeviceDriverUidValue8=0x100000ae;
       
    46 const TUid KLogicalDeviceDriverUid8={KLogicalDeviceDriverUidValue8};
       
    47 
       
    48 #if defined(_UNICODE)
       
    49 #define KPhysicalDeviceDriverUidValue KPhysicalDeviceDriverUidValue16
       
    50 #define KPhysicalDeviceDriverUid KPhysicalDeviceDriverUid16
       
    51 #else
       
    52 #define KPhysicalDeviceDriverUidValue KPhysicalDeviceDriverUidValue8
       
    53 #define KPhysicalDeviceDriverUid KPhysicalDeviceDriverUid8
       
    54 #endif
       
    55 const TInt KPhysicalDeviceDriverUidValue16=0x100039d0;
       
    56 const TUid KPhysicalDeviceDriverUid16={KPhysicalDeviceDriverUidValue16};
       
    57 const TInt KPhysicalDeviceDriverUidValue8=0x100000ad;
       
    58 const TUid KPhysicalDeviceDriverUid8={KPhysicalDeviceDriverUidValue8};
       
    59 
       
    60 const TInt KMachineConfigurationUidValue=0x100000f4;
       
    61 const TUid KMachineConfigurationUid={KMachineConfigurationUidValue};
       
    62 
       
    63 #if defined(_UNICODE)
       
    64 #define KLocaleDllUidValue KLocaleDllUidValue16
       
    65 #define KLocaleDllUid KLocaleDllUid16
       
    66 #else
       
    67 #define KLocaleDllUidValue KLocaleDllUidValue8
       
    68 #define KLocaleDllUid KLocaleDllUid8
       
    69 #endif
       
    70 const TInt KLocaleDllUidValue16=0x100039e6;
       
    71 const TUid KLocaleDllUid16={KLocaleDllUidValue16};
       
    72 const TInt KLocaleDllUidValue8=0x100000c3;
       
    73 const TUid KLocaleDllUid8={KLocaleDllUidValue8};
       
    74 
       
    75 const TInt KSharedLibraryUidValue=0x1000008d;
       
    76 const TUid KSharedLibraryUid={KSharedLibraryUidValue};
       
    77 
       
    78 const TInt KKeyboardUidValue=0x100000db;
       
    79 const TUid KKeyboardUid={KKeyboardUidValue};
       
    80 
       
    81 /** @internalComponent */
       
    82 const TInt KEka1EntryStubUidValue=0x101fdf0f;
       
    83 /** @internalComponent */
       
    84 const TUid KEka1EntryStubUid={KEka1EntryStubUidValue};
       
    85 
       
    86 #if defined(_UNICODE)
       
    87 #define KKeyboardDataUidValue KKeyboardDataUidValue16
       
    88 #define KKeyboardDataUid KKeyboardDataUid16
       
    89 #else
       
    90 #define KKeyboardDataUidValue KKeyboardDataUidValue8
       
    91 #define KKeyboardDataUid KKeyboardDataUid8
       
    92 #endif
       
    93 const TInt KKeyboardDataUidValue16=0x100039e0;
       
    94 const TUid KKeyboardDataUid16={KKeyboardDataUidValue16};
       
    95 const TInt KKeyboardDataUidValue8=0x100000dc;
       
    96 const TUid KKeyboardDataUid8={KKeyboardDataUidValue8};
       
    97 
       
    98 #if defined(_UNICODE)
       
    99 #define KKeyboardTranUidValue KKeyboardTranUidValue16
       
   100 #define KKeyboardTranUid KKeyboardTranUid16
       
   101 #else
       
   102 #define KKeyboardTranUidValue KKeyboardTranUidValue8
       
   103 #define KKeyboardTranUid KKeyboardTranUid8
       
   104 #endif
       
   105 const TInt KKeyboardTranUidValue16=0x100039e1;
       
   106 const TUid KKeyboardTranUid16={KKeyboardTranUidValue16};
       
   107 const TInt KKeyboardTranUidValue8=0x100000dd;
       
   108 const TUid KKeyboardTranUid8={KKeyboardTranUidValue8};
       
   109 
       
   110 
       
   111 #if defined(_UNICODE)
       
   112 #define KConsoleDllUidValue KConsoleDllUidValue16
       
   113 #define KConsoleDllUid KConsoleDllUid16
       
   114 #else
       
   115 #define KConsoleDllUidValue KConsoleDllUidValue8
       
   116 #define KConsoleDllUid KConsoleDllUid8
       
   117 #endif
       
   118 const TInt KConsoleDllUidValue16=0x100039e7;
       
   119 const TUid KConsoleDllUid16={KConsoleDllUidValue16};
       
   120 const TInt KConsoleDllUidValue8=0x100000c5;
       
   121 const TUid KConsoleDllUid8={KConsoleDllUidValue8};
       
   122 
       
   123 const TUint KSystemStartupModeKey=0x10204BB5;
       
   124 
       
   125 #endif
       
   126