os/kernelhwsrv/kernel/eka/drivers/hcr/hcr_uids.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-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 // Hardware Configuration Respoitory Platform Independent Layer (PIL)
    15 // Contains the registry of UIDs allocated to the HCR component from 
    16 // Symbian Foundation and what they are used for.
    17 //
    18 
    19 /**
    20 @file hcr_uids.h
    21 Lists UIDs allocated to the Kernel HCR component.
    22 
    23 @internalTechnology
    24 */
    25 
    26 #ifndef HCR_UIDS_H
    27 #define HCR_UIDS_H
    28 
    29 
    30 // -- CONSTNATS ---------------------------------------------------------------
    31 
    32 
    33 // Block of 64 UIDs allocated to HCR Component
    34 #define KHCRUID_ALLOCATED_MIN       0x10286AB7
    35 #define KHCRUID_ALLOCATED_MAX       0x10286AF6
    36 
    37 #define KHCRUID_DLLUID3             0x10286AB7
    38 #define KHCRUID_SMRPayloadUID       0x10286AB8
    39 #define KHCRUID_02                  0x10286AB9
    40 #define KHCRUID_03                  0x10286ABA
    41 #define KHCRUID_04                  0x10286ABB
    42 #define KHCRUID_05                  0x10286ABC
    43 #define KHCRUID_06                  0x10286ABD
    44 #define KHCRUID_07                  0x10286ABE
    45 
    46 #define KHCRUID_08                  0x10286ABF
    47 #define KHCRUID_09                  0x10286AC0
    48 #define KHCRUID_10                  0x10286AC1
    49 #define KHCRUID_11                  0x10286AC2
    50 #define KHCRUID_12                  0x10286AC3
    51 #define KHCRUID_13                  0x10286AC4
    52 #define KHCRUID_14                  0x10286AC5
    53 #define KHCRUID_15                  0x10286AC6
    54 
    55 #define KHCRUID_16                  0x10286AC7
    56 #define KHCRUID_17                  0x10286AC8
    57 #define KHCRUID_18                  0x10286AC9
    58 #define KHCRUID_19                  0x10286ACA
    59 #define KHCRUID_20                  0x10286ACB
    60 #define KHCRUID_21                  0x10286ACC
    61 #define KHCRUID_22                  0x10286ACD
    62 #define KHCRUID_23                  0x10286ACE
    63 
    64 #define KHCRUID_24                  0x10286ACF
    65 #define KHCRUID_25                  0x10286AD0
    66 #define KHCRUID_26                  0x10286AD1
    67 #define KHCRUID_27                  0x10286AD2
    68 #define KHCRUID_28                  0x10286AD3
    69 #define KHCRUID_29                  0x10286AD4
    70 #define KHCRUID_30                  0x10286AD5
    71 #define KHCRUID_31                  0x10286AD6
    72 
    73 #define KHCRUID_32                  0x10286AD7
    74 #define KHCRUID_33                  0x10286AD8
    75 #define KHCRUID_34                  0x10286AD9
    76 #define KHCRUID_35                  0x10286ADA
    77 #define KHCRUID_36                  0x10286ADB
    78 #define KHCRUID_37                  0x10286ADC
    79 #define KHCRUID_38                  0x10286ADD
    80 #define KHCRUID_39                  0x10286ADE
    81 
    82 #define KHCRUID_40                  0x10286ADF
    83 #define KHCRUID_41                  0x10286AE0
    84 #define KHCRUID_42                  0x10286AE1
    85 #define KHCRUID_43                  0x10286AE2
    86 #define KHCRUID_44                  0x10286AE3
    87 #define KHCRUID_45                  0x10286AE4
    88 #define KHCRUID_46                  0x10286AE5
    89 #define KHCRUID_47                  0x10286AE6
    90 
    91 #define KHCRUID_48                  0x10286AE7
    92 #define KHCRUID_49                  0x10286AE8
    93 #define KHCRUID_50                  0x10286AE9
    94 #define KHCRUID_51                  0x10286AEA
    95 #define KHCRUID_52                  0x10286AEB
    96 #define KHCRUID_53                  0x10286AEC
    97 #define KHCRUID_54                  0x10286AED
    98 #define KHCRUID_55                  0x10286AEE
    99 
   100 #define KHCRUID_56                  0x10286AEF
   101 #define KHCRUID_57                  0x10286AF0
   102 #define KHCRUID_58                  0x10286AF1
   103 #define KHCRUID_59                  0x10286AF2
   104 #define KHCRUID_60                  0x10286AF3
   105 #define KHCRUID_61                  0x10286AF4
   106 #define KHCRUID_62                  0x10286AF5
   107 #define KHCRUID_TestCategory1       0x10286AF6
   108 
   109 
   110 #endif // HCR_UIDS_H
   111