]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Application/UiApp/DeviceMngr/DriverHealthVfr.Vfr
e2f8ff5b8efdd41f9cb4251af1073a4e443bc3db
[mirror_edk2.git] / MdeModulePkg / Application / UiApp / DeviceMngr / DriverHealthVfr.Vfr
1 ///** @file
2 //
3 // Driver Health formset.
4 //
5 // Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
6 // This program and the accompanying materials
7 // are licensed and made available under the terms and conditions of the BSD License
8 // which accompanies this distribution. The full text of the license may be found at
9 // http://opensource.org/licenses/bsd-license.php
10 //
11 // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 //
14 //**/
15
16 #define DRIVER_HEALTH_FORMSET_GUID { 0xf76e0a70, 0xb5ed, 0x4c38, 0xac, 0x9a, 0xe5, 0xf5, 0x4b, 0xf1, 0x6e, 0x34 }
17
18 #define LABEL_DRIVER_HEALTH 0x2000
19 #define LABEL_DRIVER_HEALTH_END 0x2001
20 #define LABEL_DRIVER_HEALTH_REAPIR_ALL 0x3000
21 #define LABEL_DRIVER_HEALTH_REAPIR_ALL_END 0x3001
22
23 #define DRIVER_HEALTH_FORM_ID 0x1003
24
25 formset
26 guid = DRIVER_HEALTH_FORMSET_GUID,
27 title = STRING_TOKEN(STR_DH_BANNER),
28 help = STRING_TOKEN(STR_EMPTY_STRING),
29 classguid = DRIVER_HEALTH_FORMSET_GUID,
30
31 form formid = DRIVER_HEALTH_FORM_ID,
32 title = STRING_TOKEN(STR_DH_BANNER);
33
34 label LABEL_DRIVER_HEALTH;
35 label LABEL_DRIVER_HEALTH_END;
36
37 subtitle text = STRING_TOKEN(STR_LAST_STRING);
38 label LABEL_DRIVER_HEALTH_REAPIR_ALL;
39 label LABEL_DRIVER_HEALTH_REAPIR_ALL_END;
40
41 subtitle text = STRING_TOKEN(STR_LAST_STRING);
42 subtitle text = STRING_TOKEN(STR_HELP_FOOTER);
43 subtitle text = STRING_TOKEN(STR_LAST_STRING);
44 endform;
45 endformset;