1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/kernelhwsrv/kernel/eka/drivers/hcr/hcr_uids.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,111 @@
1.4 +// Copyright (c) 2008-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 +// Hardware Configuration Respoitory Platform Independent Layer (PIL)
1.18 +// Contains the registry of UIDs allocated to the HCR component from
1.19 +// Symbian Foundation and what they are used for.
1.20 +//
1.21 +
1.22 +/**
1.23 +@file hcr_uids.h
1.24 +Lists UIDs allocated to the Kernel HCR component.
1.25 +
1.26 +@internalTechnology
1.27 +*/
1.28 +
1.29 +#ifndef HCR_UIDS_H
1.30 +#define HCR_UIDS_H
1.31 +
1.32 +
1.33 +// -- CONSTNATS ---------------------------------------------------------------
1.34 +
1.35 +
1.36 +// Block of 64 UIDs allocated to HCR Component
1.37 +#define KHCRUID_ALLOCATED_MIN 0x10286AB7
1.38 +#define KHCRUID_ALLOCATED_MAX 0x10286AF6
1.39 +
1.40 +#define KHCRUID_DLLUID3 0x10286AB7
1.41 +#define KHCRUID_SMRPayloadUID 0x10286AB8
1.42 +#define KHCRUID_02 0x10286AB9
1.43 +#define KHCRUID_03 0x10286ABA
1.44 +#define KHCRUID_04 0x10286ABB
1.45 +#define KHCRUID_05 0x10286ABC
1.46 +#define KHCRUID_06 0x10286ABD
1.47 +#define KHCRUID_07 0x10286ABE
1.48 +
1.49 +#define KHCRUID_08 0x10286ABF
1.50 +#define KHCRUID_09 0x10286AC0
1.51 +#define KHCRUID_10 0x10286AC1
1.52 +#define KHCRUID_11 0x10286AC2
1.53 +#define KHCRUID_12 0x10286AC3
1.54 +#define KHCRUID_13 0x10286AC4
1.55 +#define KHCRUID_14 0x10286AC5
1.56 +#define KHCRUID_15 0x10286AC6
1.57 +
1.58 +#define KHCRUID_16 0x10286AC7
1.59 +#define KHCRUID_17 0x10286AC8
1.60 +#define KHCRUID_18 0x10286AC9
1.61 +#define KHCRUID_19 0x10286ACA
1.62 +#define KHCRUID_20 0x10286ACB
1.63 +#define KHCRUID_21 0x10286ACC
1.64 +#define KHCRUID_22 0x10286ACD
1.65 +#define KHCRUID_23 0x10286ACE
1.66 +
1.67 +#define KHCRUID_24 0x10286ACF
1.68 +#define KHCRUID_25 0x10286AD0
1.69 +#define KHCRUID_26 0x10286AD1
1.70 +#define KHCRUID_27 0x10286AD2
1.71 +#define KHCRUID_28 0x10286AD3
1.72 +#define KHCRUID_29 0x10286AD4
1.73 +#define KHCRUID_30 0x10286AD5
1.74 +#define KHCRUID_31 0x10286AD6
1.75 +
1.76 +#define KHCRUID_32 0x10286AD7
1.77 +#define KHCRUID_33 0x10286AD8
1.78 +#define KHCRUID_34 0x10286AD9
1.79 +#define KHCRUID_35 0x10286ADA
1.80 +#define KHCRUID_36 0x10286ADB
1.81 +#define KHCRUID_37 0x10286ADC
1.82 +#define KHCRUID_38 0x10286ADD
1.83 +#define KHCRUID_39 0x10286ADE
1.84 +
1.85 +#define KHCRUID_40 0x10286ADF
1.86 +#define KHCRUID_41 0x10286AE0
1.87 +#define KHCRUID_42 0x10286AE1
1.88 +#define KHCRUID_43 0x10286AE2
1.89 +#define KHCRUID_44 0x10286AE3
1.90 +#define KHCRUID_45 0x10286AE4
1.91 +#define KHCRUID_46 0x10286AE5
1.92 +#define KHCRUID_47 0x10286AE6
1.93 +
1.94 +#define KHCRUID_48 0x10286AE7
1.95 +#define KHCRUID_49 0x10286AE8
1.96 +#define KHCRUID_50 0x10286AE9
1.97 +#define KHCRUID_51 0x10286AEA
1.98 +#define KHCRUID_52 0x10286AEB
1.99 +#define KHCRUID_53 0x10286AEC
1.100 +#define KHCRUID_54 0x10286AED
1.101 +#define KHCRUID_55 0x10286AEE
1.102 +
1.103 +#define KHCRUID_56 0x10286AEF
1.104 +#define KHCRUID_57 0x10286AF0
1.105 +#define KHCRUID_58 0x10286AF1
1.106 +#define KHCRUID_59 0x10286AF2
1.107 +#define KHCRUID_60 0x10286AF3
1.108 +#define KHCRUID_61 0x10286AF4
1.109 +#define KHCRUID_62 0x10286AF5
1.110 +#define KHCRUID_TestCategory1 0x10286AF6
1.111 +
1.112 +
1.113 +#endif // HCR_UIDS_H
1.114 +