]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/BootManagerUiLib/BootManagerVfr.Vfr
MdeModulePkg/CapsuleLib: Fix runtime issue
[mirror_edk2.git] / MdeModulePkg / Library / BootManagerUiLib / BootManagerVfr.Vfr
CommitLineData
3a2dc0f5
DB
1///** @file\r
2//\r
3// Boot Manager formset.\r
4//\r
5// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>\r
f3b006c8
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
3a2dc0f5 14//**/\r
3a2dc0f5
DB
15#define FORMSET_GUID { 0x847bc3fe, 0xb974, 0x446d, 0x94, 0x49, 0x5a, 0xd5, 0x41, 0x2e, 0x99, 0x3b }\r
16\r
17#define BOOT_MANAGER_FORM_ID 0x1000\r
18\r
19#define LABEL_BOOT_OPTION 0x00\r
20#define LABEL_BOOT_OPTION_END 0x01\r
21\r
22formset\r
23 guid = FORMSET_GUID,\r
24 title = STRING_TOKEN(STR_BM_BANNER),\r
25 help = STRING_TOKEN(STR_BOOT_MANAGER_HELP),\r
26 classguid = gEfiIfrFrontPageGuid,\r
27\r
28 form formid = BOOT_MANAGER_FORM_ID,\r
29 title = STRING_TOKEN(STR_BM_BANNER);\r
30\r
31 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
32 subtitle text = STRING_TOKEN(STR_BOOT_OPTION_BANNER);\r
33 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
34\r
0034796f
DB
35 //\r
36 //Add this invisable text in order to indicate enter Boot Manager form.\r
37 //\r
38 suppressif TRUE;\r
39 text\r
40 help = STRING_TOKEN(STR_LAST_STRING ),\r
41 text = STRING_TOKEN(STR_LAST_STRING ),\r
42 flags = INTERACTIVE,\r
43 key = 0x1212;\r
44 endif;\r
45\r
3a2dc0f5
DB
46 //\r
47 // This is where we will dynamically add choices for the Boot Manager\r
48 //\r
49 label LABEL_BOOT_OPTION;\r
50 label LABEL_BOOT_OPTION_END;\r
51\r
52 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
53 subtitle text = STRING_TOKEN(STR_HELP_FOOTER);\r
54\r
55 endform;\r
56\r
57endformset;\r