epoc32/include/e32uid.h
branchSymbian2
changeset 2 2fe1408b6811
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/e32uid.h	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -0,0 +1,124 @@
     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 "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.symbianfoundation.org/legal/licencesv10.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 +//
    1.20 +
    1.21 +
    1.22 +
    1.23 +/**
    1.24 + @file
    1.25 + @publishedPartner
    1.26 + @released
    1.27 +*/
    1.28 +
    1.29 +#ifndef __E32UID_H__
    1.30 +#define __E32UID_H__
    1.31 +#include <e32cmn.h>
    1.32 +
    1.33 +const TInt KDynamicLibraryUidValue=0x10000079;
    1.34 +const TInt KExecutableImageUidValue=0x1000007a;
    1.35 +const TUid KDynamicLibraryUid={KDynamicLibraryUidValue};
    1.36 +const TUid KExecutableImageUid={KExecutableImageUidValue};
    1.37 +
    1.38 +#if defined(_UNICODE)
    1.39 +#define KLogicalDeviceDriverUidValue KLogicalDeviceDriverUidValue16
    1.40 +#define KLogicalDeviceDriverUid KLogicalDeviceDriverUid16
    1.41 +#else
    1.42 +#define KLogicalDeviceDriverUidValue KLogicalDeviceDriverUidValue8
    1.43 +#define KLogicalDeviceDriverUid KLogicalDeviceDriverUid8
    1.44 +#endif
    1.45 +const TInt KLogicalDeviceDriverUidValue16=0x100000af;
    1.46 +const TUid KLogicalDeviceDriverUid16={KLogicalDeviceDriverUidValue16};
    1.47 +const TInt KLogicalDeviceDriverUidValue8=0x100000ae;
    1.48 +const TUid KLogicalDeviceDriverUid8={KLogicalDeviceDriverUidValue8};
    1.49 +
    1.50 +#if defined(_UNICODE)
    1.51 +#define KPhysicalDeviceDriverUidValue KPhysicalDeviceDriverUidValue16
    1.52 +#define KPhysicalDeviceDriverUid KPhysicalDeviceDriverUid16
    1.53 +#else
    1.54 +#define KPhysicalDeviceDriverUidValue KPhysicalDeviceDriverUidValue8
    1.55 +#define KPhysicalDeviceDriverUid KPhysicalDeviceDriverUid8
    1.56 +#endif
    1.57 +const TInt KPhysicalDeviceDriverUidValue16=0x100039d0;
    1.58 +const TUid KPhysicalDeviceDriverUid16={KPhysicalDeviceDriverUidValue16};
    1.59 +const TInt KPhysicalDeviceDriverUidValue8=0x100000ad;
    1.60 +const TUid KPhysicalDeviceDriverUid8={KPhysicalDeviceDriverUidValue8};
    1.61 +
    1.62 +const TInt KMachineConfigurationUidValue=0x100000f4;
    1.63 +const TUid KMachineConfigurationUid={KMachineConfigurationUidValue};
    1.64 +
    1.65 +#if defined(_UNICODE)
    1.66 +#define KLocaleDllUidValue KLocaleDllUidValue16
    1.67 +#define KLocaleDllUid KLocaleDllUid16
    1.68 +#else
    1.69 +#define KLocaleDllUidValue KLocaleDllUidValue8
    1.70 +#define KLocaleDllUid KLocaleDllUid8
    1.71 +#endif
    1.72 +const TInt KLocaleDllUidValue16=0x100039e6;
    1.73 +const TUid KLocaleDllUid16={KLocaleDllUidValue16};
    1.74 +const TInt KLocaleDllUidValue8=0x100000c3;
    1.75 +const TUid KLocaleDllUid8={KLocaleDllUidValue8};
    1.76 +
    1.77 +const TInt KSharedLibraryUidValue=0x1000008d;
    1.78 +const TUid KSharedLibraryUid={KSharedLibraryUidValue};
    1.79 +
    1.80 +const TInt KKeyboardUidValue=0x100000db;
    1.81 +const TUid KKeyboardUid={KKeyboardUidValue};
    1.82 +
    1.83 +/** @internalComponent */
    1.84 +const TInt KEka1EntryStubUidValue=0x101fdf0f;
    1.85 +/** @internalComponent */
    1.86 +const TUid KEka1EntryStubUid={KEka1EntryStubUidValue};
    1.87 +
    1.88 +#if defined(_UNICODE)
    1.89 +#define KKeyboardDataUidValue KKeyboardDataUidValue16
    1.90 +#define KKeyboardDataUid KKeyboardDataUid16
    1.91 +#else
    1.92 +#define KKeyboardDataUidValue KKeyboardDataUidValue8
    1.93 +#define KKeyboardDataUid KKeyboardDataUid8
    1.94 +#endif
    1.95 +const TInt KKeyboardDataUidValue16=0x100039e0;
    1.96 +const TUid KKeyboardDataUid16={KKeyboardDataUidValue16};
    1.97 +const TInt KKeyboardDataUidValue8=0x100000dc;
    1.98 +const TUid KKeyboardDataUid8={KKeyboardDataUidValue8};
    1.99 +
   1.100 +#if defined(_UNICODE)
   1.101 +#define KKeyboardTranUidValue KKeyboardTranUidValue16
   1.102 +#define KKeyboardTranUid KKeyboardTranUid16
   1.103 +#else
   1.104 +#define KKeyboardTranUidValue KKeyboardTranUidValue8
   1.105 +#define KKeyboardTranUid KKeyboardTranUid8
   1.106 +#endif
   1.107 +const TInt KKeyboardTranUidValue16=0x100039e1;
   1.108 +const TUid KKeyboardTranUid16={KKeyboardTranUidValue16};
   1.109 +const TInt KKeyboardTranUidValue8=0x100000dd;
   1.110 +const TUid KKeyboardTranUid8={KKeyboardTranUidValue8};
   1.111 +
   1.112 +
   1.113 +#if defined(_UNICODE)
   1.114 +#define KConsoleDllUidValue KConsoleDllUidValue16
   1.115 +#define KConsoleDllUid KConsoleDllUid16
   1.116 +#else
   1.117 +#define KConsoleDllUidValue KConsoleDllUidValue8
   1.118 +#define KConsoleDllUid KConsoleDllUid8
   1.119 +#endif
   1.120 +const TInt KConsoleDllUidValue16=0x100039e7;
   1.121 +const TUid KConsoleDllUid16={KConsoleDllUidValue16};
   1.122 +const TInt KConsoleDllUidValue8=0x100000c5;
   1.123 +const TUid KConsoleDllUid8={KConsoleDllUidValue8};
   1.124 +
   1.125 +const TUint KSystemStartupModeKey=0x10204BB5;
   1.126 +
   1.127 +#endif