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