]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerVfr.h
MdeModulePkg: Add DriverHealthManagerDxe driver.
[mirror_edk2.git] / MdeModulePkg / Universal / DriverHealthManagerDxe / DriverHealthManagerVfr.h
diff --git a/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerVfr.h b/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerVfr.h
new file mode 100644 (file)
index 0000000..61ca04a
--- /dev/null
@@ -0,0 +1,32 @@
+/** @file\r
+  Definition shared by VFR file and C file.\r
+\r
+Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials\r
+are licensed and made available under the terms and conditions of the BSD License\r
+which accompanies this distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+**/\r
+\r
+#ifndef _DRIVER_HEALTH_VFR_H_\r
+#define _DRIVER_HEALTH_VFR_H_\r
+#include <Guid/HiiPlatformSetupFormset.h>\r
+\r
+#define DRIVER_HEALTH_MANAGER_FORMSET_GUID         { 0xcfb3b000, 0x0b63, 0x444b, { 0xb1, 0xd1, 0x12, 0xd5, 0xd9, 0x5d, 0xc4, 0xfc } } \r
+#define DRIVER_HEALTH_CONFIGURE_FORMSET_GUID       { 0x4296d9f4, 0xf6fc, 0x4dde, { 0x86, 0x85, 0x8c, 0xe2, 0xd7, 0x9d, 0x90, 0xf0 } } \r
+\r
+#define LABEL_BEGIN                        0x2000\r
+#define LABEL_END                          0x2001\r
+\r
+#define DRIVER_HEALTH_FORM_ID              0x1001\r
+\r
+#define QUESTION_ID_REFRESH_MANAGER        0x0001\r
+#define QUESTION_ID_REFRESH_CONFIGURE      0x0002\r
+\r
+#define QUESTION_ID_DRIVER_HEALTH_BASE     0x0003\r
+\r
+#endif\r