]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/UiApp/BootMngr/BootManagerVfr.Vfr
MdeModulePkg:Create Boot Maintenance Manager Library
[mirror_edk2.git] / MdeModulePkg / Application / UiApp / BootMngr / BootManagerVfr.Vfr
CommitLineData
143f0b1d
ED
1///** @file\r
2// \r
3// Browser 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 FORMSET_GUID { 0x847bc3fe, 0xb974, 0x446d, 0x94, 0x49, 0x5a, 0xd5, 0x41, 0x2e, 0x99, 0x3b }\r
17\r
18#define BOOT_MANAGER_FORM_ID 0x1000\r
19\r
20#define LABEL_BOOT_OPTION 0x00\r
21#define LABEL_BOOT_OPTION_END 0x01\r
22\r
23#define BOOT_MANAGER_CLASS 0x00\r
24#define BOOT_MANAGER_SUBCLASS 0x00\r
25\r
26formset\r
27 guid = FORMSET_GUID,\r
28 title = STRING_TOKEN(STR_BM_BANNER),\r
29 help = STRING_TOKEN(STR_LAST_STRING),\r
30 classguid = FORMSET_GUID,\r
31\r
32 form formid = BOOT_MANAGER_FORM_ID,\r
33 title = STRING_TOKEN(STR_BM_BANNER);\r
34\r
35 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
36 subtitle text = STRING_TOKEN(STR_BOOT_OPTION_BANNER);\r
37 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
38\r
39 //\r
40 // This is where we will dynamically add choices for the Boot Manager\r
41 //\r
42 label LABEL_BOOT_OPTION;\r
43 label LABEL_BOOT_OPTION_END;\r
44\r
45 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
46 subtitle text = STRING_TOKEN(STR_HELP_FOOTER);\r
47\r
48 endform;\r
49\r
50endformset;\r