]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/PlatformSetupDxe/Configuration.h
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformSetupDxe / Configuration.h
diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/Configuration.h b/Vlv2TbltDevicePkg/PlatformSetupDxe/Configuration.h
new file mode 100644 (file)
index 0000000..b4e0e51
--- /dev/null
@@ -0,0 +1,61 @@
+/*++\r
+\r
+  Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
+                                                                                   \r\r
+  This program and the accompanying materials are licensed and made available under\r\r
+  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
+  The full text of the license may be found at                                     \r\r
+  http://opensource.org/licenses/bsd-license.php.                                  \r\r
+                                                                                   \r\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+                                                                                   \r\r
+\r
+\r
+Module Name:\r
+\r
+    Configuration.h\r
+\r
+Abstract:\r
+\r
+    Driver configuration include file\r
+\r
+Revision History:\r
+  ------------------------------------------------------------------------------\r
+  Rev   Date<MM/DD/YYYY>    Name    Description\r
+  ------------------------------------------------------------------------------\r
+\r
+  ------------------------------------------------------------------------------\r
+--*/\r
+\r
+#ifndef _CONFIGURATION_H\r
+#define _CONFIGURATION_H\r
+\r
+//\r
+// System Setup Page. Do not have to be sequential but have to be unique\r
+//\r
+#define ROOT_FORM_ID                        1\r
+#define ROOT_MAIN_FORM_ID                   2\r
+#define CPU_CONFIGURATION_FORM_ID           3\r
+#define CPU_PWR_CONFIGURATION_FORM_ID       4\r
+#define BOOT_CONFIGURATION_FORM_ID          5\r
+#define IGD_FORM_ID                         6\r
+#define SECURITY_CONFIGURATION_FORM_ID      7\r
+#define SOUTH_CLUSTER_FORM_ID               8\r
+#define DPTF_FORM_ID                        9\r
+#define PLATFORM_INFORMATION_FORM_ID        10\r
+#define DRIVE_CONFIGURATION_ID              11\r
+#define SENSOR_CONFIGURATION_ID             12\r
+#define LPSS_CONFIGURATION_ID               13\r
+#define UNCORE_FORM_ID                      14\r
+#define TPM_FORM_ID                         15\r
+#define THERMAL_FORM_ID                     16\r
+#define PASSWORD_SETTING_ID                 17\r
+#define LAN_OPTIONS_FORM_ID                 18\r
+#define AZALIA_OPTIONS_FORM_ID              19\r
+#define MISC_OPTIONS_FORM_ID                20\r
+#define USB_OPTIONS_FORM_ID                 21\r
+#define PCIE_DEVICE_OPTIONS_FORM_ID         22\r
+#define SYSTEM_COMPONENT_FORM_ID            23\r
+#define DEBUG_CONFIGURATION_FORM_ID         24\r
+#endif // #ifndef _CONFIGURATION_H\r