os/kernelhwsrv/kernel/eka/include/e32uid.h
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/kernelhwsrv/kernel/eka/include/e32uid.h	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,126 @@
     1.4 +// Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of the License "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// e32\include\e32uid.h
    1.18 +// 
    1.19 +// WARNING: This file contains some APIs which are internal and are subject
    1.20 +//          to change without notice. Such APIs should therefore not be used
    1.21 +//          outside the Kernel and Hardware Services package.
    1.22 +//
    1.23 +
    1.24 +/**
    1.25 + @file
    1.26 + @publishedPartner
    1.27 + @released
    1.28 +*/
    1.29 +
    1.30 +#ifndef __E32UID_H__
    1.31 +#define __E32UID_H__
    1.32 +#include <e32cmn.h>
    1.33 +
    1.34 +const TInt KDynamicLibraryUidValue=0x10000079;
    1.35 +const TInt KExecutableImageUidValue=0x1000007a;
    1.36 +const TUid KDynamicLibraryUid={KDynamicLibraryUidValue};
    1.37 +const TUid KExecutableImageUid={KExecutableImageUidValue};
    1.38 +
    1.39 +#if defined(_UNICODE)
    1.40 +#define KLogicalDeviceDriverUidValue KLogicalDeviceDriverUidValue16
    1.41 +#define KLogicalDeviceDriverUid KLogicalDeviceDriverUid16
    1.42 +#else
    1.43 +#define KLogicalDeviceDriverUidValue KLogicalDeviceDriverUidValue8
    1.44 +#define KLogicalDeviceDriverUid KLogicalDeviceDriverUid8
    1.45 +#endif
    1.46 +const TInt KLogicalDeviceDriverUidValue16=0x100000af;
    1.47 +const TUid KLogicalDeviceDriverUid16={KLogicalDeviceDriverUidValue16};
    1.48 +const TInt KLogicalDeviceDriverUidValue8=0x100000ae;
    1.49 +const TUid KLogicalDeviceDriverUid8={KLogicalDeviceDriverUidValue8};
    1.50 +
    1.51 +#if defined(_UNICODE)
    1.52 +#define KPhysicalDeviceDriverUidValue KPhysicalDeviceDriverUidValue16
    1.53 +#define KPhysicalDeviceDriverUid KPhysicalDeviceDriverUid16
    1.54 +#else
    1.55 +#define KPhysicalDeviceDriverUidValue KPhysicalDeviceDriverUidValue8
    1.56 +#define KPhysicalDeviceDriverUid KPhysicalDeviceDriverUid8
    1.57 +#endif
    1.58 +const TInt KPhysicalDeviceDriverUidValue16=0x100039d0;
    1.59 +const TUid KPhysicalDeviceDriverUid16={KPhysicalDeviceDriverUidValue16};
    1.60 +const TInt KPhysicalDeviceDriverUidValue8=0x100000ad;
    1.61 +const TUid KPhysicalDeviceDriverUid8={KPhysicalDeviceDriverUidValue8};
    1.62 +
    1.63 +const TInt KMachineConfigurationUidValue=0x100000f4;
    1.64 +const TUid KMachineConfigurationUid={KMachineConfigurationUidValue};
    1.65 +
    1.66 +#if defined(_UNICODE)
    1.67 +#define KLocaleDllUidValue KLocaleDllUidValue16
    1.68 +#define KLocaleDllUid KLocaleDllUid16
    1.69 +#else
    1.70 +#define KLocaleDllUidValue KLocaleDllUidValue8
    1.71 +#define KLocaleDllUid KLocaleDllUid8
    1.72 +#endif
    1.73 +const TInt KLocaleDllUidValue16=0x100039e6;
    1.74 +const TUid KLocaleDllUid16={KLocaleDllUidValue16};
    1.75 +const TInt KLocaleDllUidValue8=0x100000c3;
    1.76 +const TUid KLocaleDllUid8={KLocaleDllUidValue8};
    1.77 +
    1.78 +const TInt KSharedLibraryUidValue=0x1000008d;
    1.79 +const TUid KSharedLibraryUid={KSharedLibraryUidValue};
    1.80 +
    1.81 +const TInt KKeyboardUidValue=0x100000db;
    1.82 +const TUid KKeyboardUid={KKeyboardUidValue};
    1.83 +
    1.84 +/** @internalComponent */
    1.85 +const TInt KEka1EntryStubUidValue=0x101fdf0f;
    1.86 +/** @internalComponent */
    1.87 +const TUid KEka1EntryStubUid={KEka1EntryStubUidValue};
    1.88 +
    1.89 +#if defined(_UNICODE)
    1.90 +#define KKeyboardDataUidValue KKeyboardDataUidValue16
    1.91 +#define KKeyboardDataUid KKeyboardDataUid16
    1.92 +#else
    1.93 +#define KKeyboardDataUidValue KKeyboardDataUidValue8
    1.94 +#define KKeyboardDataUid KKeyboardDataUid8
    1.95 +#endif
    1.96 +const TInt KKeyboardDataUidValue16=0x100039e0;
    1.97 +const TUid KKeyboardDataUid16={KKeyboardDataUidValue16};
    1.98 +const TInt KKeyboardDataUidValue8=0x100000dc;
    1.99 +const TUid KKeyboardDataUid8={KKeyboardDataUidValue8};
   1.100 +
   1.101 +#if defined(_UNICODE)
   1.102 +#define KKeyboardTranUidValue KKeyboardTranUidValue16
   1.103 +#define KKeyboardTranUid KKeyboardTranUid16
   1.104 +#else
   1.105 +#define KKeyboardTranUidValue KKeyboardTranUidValue8
   1.106 +#define KKeyboardTranUid KKeyboardTranUid8
   1.107 +#endif
   1.108 +const TInt KKeyboardTranUidValue16=0x100039e1;
   1.109 +const TUid KKeyboardTranUid16={KKeyboardTranUidValue16};
   1.110 +const TInt KKeyboardTranUidValue8=0x100000dd;
   1.111 +const TUid KKeyboardTranUid8={KKeyboardTranUidValue8};
   1.112 +
   1.113 +
   1.114 +#if defined(_UNICODE)
   1.115 +#define KConsoleDllUidValue KConsoleDllUidValue16
   1.116 +#define KConsoleDllUid KConsoleDllUid16
   1.117 +#else
   1.118 +#define KConsoleDllUidValue KConsoleDllUidValue8
   1.119 +#define KConsoleDllUid KConsoleDllUid8
   1.120 +#endif
   1.121 +const TInt KConsoleDllUidValue16=0x100039e7;
   1.122 +const TUid KConsoleDllUid16={KConsoleDllUidValue16};
   1.123 +const TInt KConsoleDllUidValue8=0x100000c5;
   1.124 +const TUid KConsoleDllUid8={KConsoleDllUidValue8};
   1.125 +
   1.126 +const TUint KSystemStartupModeKey=0x10204BB5;
   1.127 +
   1.128 +#endif
   1.129 +