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