]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/DriverHealthVfr.Vfr
fda76cfb68d6bb1e85d958b2c787338e02e65aa2
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / DeviceMngr / DriverHealthVfr.Vfr
1 ///** @file
2 //
3 // Driver Health formset.
4 //
5 // Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>
6 // SPDX-License-Identifier: BSD-2-Clause-Patent
7 //
8 //**/
9
10 #include "DeviceManagerVfr.h"
11
12 formset
13 guid = DRIVER_HEALTH_FORMSET_GUID,
14 title = STRING_TOKEN(STR_DH_BANNER),
15 help = STRING_TOKEN(STR_EMPTY_STRING),
16 classguid = DRIVER_HEALTH_FORMSET_GUID,
17
18 form formid = DRIVER_HEALTH_FORM_ID,
19 title = STRING_TOKEN(STR_DH_BANNER);
20
21 label LABEL_DRIVER_HEALTH;
22 label LABEL_DRIVER_HEALTH_END;
23
24 subtitle text = STRING_TOKEN(STR_LAST_STRING);
25 label LABEL_DRIVER_HEALTH_REAPIR_ALL;
26 label LABEL_DRIVER_HEALTH_REAPIR_ALL_END;
27
28 subtitle text = STRING_TOKEN(STR_LAST_STRING);
29 subtitle text = STRING_TOKEN(STR_HELP_FOOTER);
30 subtitle text = STRING_TOKEN(STR_LAST_STRING);
31 endform;
32 endformset;