]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthConfigureVfr.Vfr
MdeModulePkg: Add DriverHealthManagerDxe driver.
[mirror_edk2.git] / MdeModulePkg / Universal / DriverHealthManagerDxe / DriverHealthConfigureVfr.Vfr
diff --git a/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthConfigureVfr.Vfr b/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthConfigureVfr.Vfr
new file mode 100644 (file)
index 0000000..12c8d60
--- /dev/null
@@ -0,0 +1,39 @@
+///** @file\r
+//  \r
+//    VFR to produce the formset used by BDS. This form only lists\r
+//    the Configure Required driver health instances.\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
+#include "DriverHealthManagerVfr.h"\r
+\r
+formset\r
+  guid      = DRIVER_HEALTH_CONFIGURE_FORMSET_GUID,\r
+  title     = STRING_TOKEN(STR_FORM_TITLE),\r
+  help      = STRING_TOKEN(STR_FORM_HELP),\r
+  classguid = DRIVER_HEALTH_CONFIGURE_FORMSET_GUID,\r
+\r
+  form formid = DRIVER_HEALTH_FORM_ID,\r
+      title  = STRING_TOKEN(STR_FORM_TITLE);\r
+\r
+      label LABEL_BEGIN;\r
+      label LABEL_END;\r
+            \r
+      suppressif TRUE;\r
+          text\r
+              help  = STRING_TOKEN(STR_NULL),\r
+              text  = STRING_TOKEN(STR_NULL),\r
+              flags = INTERACTIVE,\r
+              key   = QUESTION_ID_REFRESH_CONFIGURE;\r
+      endif;\r
+\r
+  endform;\r
+endformset;\r