]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/DriverHealthVfr.Vfr
> When GetHealthStatus() returns NULL FormHiiHandle, DeviceManager shouldn't call...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / DeviceMngr / DriverHealthVfr.Vfr
CommitLineData
ab4da126 1///** @file\r
2// \r
3// Driver Health formset.\r
4// \r
2fde83b1 5// Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>\r
180a5a35 6// This program and the accompanying materials\r
ab4da126 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\r
2fde83b1 16#include "DeviceManagerVfr.h"\r
ab4da126 17\r
18formset\r
19 guid = DRIVER_HEALTH_FORMSET_GUID,\r
20 title = STRING_TOKEN(STR_DH_BANNER),\r
21 help = STRING_TOKEN(STR_EMPTY_STRING),\r
22 classguid = DRIVER_HEALTH_FORMSET_GUID,\r
23 \r
24 form formid = DRIVER_HEALTH_FORM_ID,\r
25 title = STRING_TOKEN(STR_DH_BANNER);\r
26\r
27 label LABEL_DRIVER_HEALTH;\r
28 label LABEL_DRIVER_HEALTH_END; \r
29 \r
30 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
31 label LABEL_DRIVER_HEALTH_REAPIR_ALL;\r
32 label LABEL_DRIVER_HEALTH_REAPIR_ALL_END;\r
33 \r
34 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
35 subtitle text = STRING_TOKEN(STR_HELP_FOOTER);\r
36 subtitle text = STRING_TOKEN(STR_LAST_STRING); \r
37 endform; \r
38endformset;\r