]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/UiApp/DeviceMngr/DriverHealthVfr.Vfr
MdeModulePkg:Create Boot Maintenance Manager Library
[mirror_edk2.git] / MdeModulePkg / Application / UiApp / DeviceMngr / DriverHealthVfr.Vfr
CommitLineData
143f0b1d
ED
1///** @file\r
2// \r
3// Driver Health formset.\r
4// \r
afc244a5 5// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>\r
143f0b1d
ED
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\r
16#define DRIVER_HEALTH_FORMSET_GUID { 0xf76e0a70, 0xb5ed, 0x4c38, 0xac, 0x9a, 0xe5, 0xf5, 0x4b, 0xf1, 0x6e, 0x34 }\r
17\r
18#define LABEL_DRIVER_HEALTH 0x2000\r
19#define LABEL_DRIVER_HEALTH_END 0x2001\r
20#define LABEL_DRIVER_HEALTH_REAPIR_ALL 0x3000\r
21#define LABEL_DRIVER_HEALTH_REAPIR_ALL_END 0x3001\r
22\r
23#define DRIVER_HEALTH_FORM_ID 0x1003\r
24\r
25formset\r
26 guid = DRIVER_HEALTH_FORMSET_GUID,\r
27 title = STRING_TOKEN(STR_DH_BANNER),\r
28 help = STRING_TOKEN(STR_EMPTY_STRING),\r
29 classguid = DRIVER_HEALTH_FORMSET_GUID,\r
30 \r
31 form formid = DRIVER_HEALTH_FORM_ID,\r
32 title = STRING_TOKEN(STR_DH_BANNER);\r
33\r
34 label LABEL_DRIVER_HEALTH;\r
35 label LABEL_DRIVER_HEALTH_END; \r
36 \r
37 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
38 label LABEL_DRIVER_HEALTH_REAPIR_ALL;\r
39 label LABEL_DRIVER_HEALTH_REAPIR_ALL_END;\r
40 \r
41 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
42 subtitle text = STRING_TOKEN(STR_HELP_FOOTER);\r
43 subtitle text = STRING_TOKEN(STR_LAST_STRING); \r
44 endform; \r
45endformset;\r