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