]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthConfigureVfr.Vfr
MdeModulePkg/UDF: Fix creation of UDF logical partition
[mirror_edk2.git] / MdeModulePkg / Universal / DriverHealthManagerDxe / DriverHealthConfigureVfr.Vfr
CommitLineData
3bb5c813
RN
1///** @file\r
2// \r
3// VFR to produce the formset used by BDS. This form only lists\r
4// the Configure Required driver health instances.\r
5// \r
6// Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>\r
7// This program and the accompanying materials\r
8// are licensed and made available under the terms and conditions of the BSD License\r
9// which accompanies this distribution. The full text of the license may be found at\r
10// http://opensource.org/licenses/bsd-license.php\r
11//\r
12// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14\r
15//**/\r
16#include "DriverHealthManagerVfr.h"\r
17\r
18formset\r
19 guid = DRIVER_HEALTH_CONFIGURE_FORMSET_GUID,\r
20 title = STRING_TOKEN(STR_FORM_TITLE),\r
21 help = STRING_TOKEN(STR_FORM_HELP),\r
22 classguid = DRIVER_HEALTH_CONFIGURE_FORMSET_GUID,\r
23\r
24 form formid = DRIVER_HEALTH_FORM_ID,\r
25 title = STRING_TOKEN(STR_FORM_TITLE);\r
26\r
27 label LABEL_BEGIN;\r
28 label LABEL_END;\r
29 \r
30 suppressif TRUE;\r
31 text\r
32 help = STRING_TOKEN(STR_NULL),\r
33 text = STRING_TOKEN(STR_NULL),\r
34 flags = INTERACTIVE,\r
35 key = QUESTION_ID_REFRESH_CONFIGURE;\r
36 endif;\r
37\r
38 endform;\r
39endformset;\r