]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/PlatformSetupDxe/Configuration.h
Vlv2DeviceRefCodePkg&Vlv2TbltDevicePkg:Convert Mix to DOS.
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformSetupDxe / Configuration.h
CommitLineData
3cbfba02
DW
1/*++\r
2\r
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
4 \r\r
5 This program and the accompanying materials are licensed and made available under\r\r
6 the terms and conditions of the BSD License that accompanies this distribution. \r\r
7 The full text of the license may be found at \r\r
8 http://opensource.org/licenses/bsd-license.php. \r\r
9 \r\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
12 \r\r
13\r
14\r
15Module Name:\r
16\r
17 Configuration.h\r
18\r
19Abstract:\r
20\r
21 Driver configuration include file\r
22\r
23Revision History:\r
24 ------------------------------------------------------------------------------\r
25 Rev Date<MM/DD/YYYY> Name Description\r
26 ------------------------------------------------------------------------------\r
27\r
28 ------------------------------------------------------------------------------\r
29--*/\r
30\r
31#ifndef _CONFIGURATION_H\r
32#define _CONFIGURATION_H\r
33\r
34//\r
35// System Setup Page. Do not have to be sequential but have to be unique\r
36//\r
37#define ROOT_FORM_ID 1\r
38#define ROOT_MAIN_FORM_ID 2\r
39#define CPU_CONFIGURATION_FORM_ID 3\r
40#define CPU_PWR_CONFIGURATION_FORM_ID 4\r
41#define BOOT_CONFIGURATION_FORM_ID 5\r
42#define IGD_FORM_ID 6\r
43#define SECURITY_CONFIGURATION_FORM_ID 7\r
44#define SOUTH_CLUSTER_FORM_ID 8\r
45#define DPTF_FORM_ID 9\r
46#define PLATFORM_INFORMATION_FORM_ID 10\r
47#define DRIVE_CONFIGURATION_ID 11\r
48#define SENSOR_CONFIGURATION_ID 12\r
49#define LPSS_CONFIGURATION_ID 13\r
50#define UNCORE_FORM_ID 14\r
51#define TPM_FORM_ID 15\r
52#define THERMAL_FORM_ID 16\r
53#define PASSWORD_SETTING_ID 17\r
54#define LAN_OPTIONS_FORM_ID 18\r
55#define AZALIA_OPTIONS_FORM_ID 19\r
56#define MISC_OPTIONS_FORM_ID 20\r
57#define USB_OPTIONS_FORM_ID 21\r
58#define PCIE_DEVICE_OPTIONS_FORM_ID 22\r
59#define SYSTEM_COMPONENT_FORM_ID 23\r
60#define DEBUG_CONFIGURATION_FORM_ID 24\r
61#endif // #ifndef _CONFIGURATION_H\r