]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/BootManagerUiLib/BootManagerVfr.Vfr
MdeModulePkg: Replace BSD License with BSD+Patent License
[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
9d510e61 6// SPDX-License-Identifier: BSD-2-Clause-Patent\r
f3b006c8 7//\r
3a2dc0f5 8//**/\r
3a2dc0f5
DB
9#define FORMSET_GUID { 0x847bc3fe, 0xb974, 0x446d, 0x94, 0x49, 0x5a, 0xd5, 0x41, 0x2e, 0x99, 0x3b }\r
10\r
11#define BOOT_MANAGER_FORM_ID 0x1000\r
12\r
13#define LABEL_BOOT_OPTION 0x00\r
14#define LABEL_BOOT_OPTION_END 0x01\r
15\r
16formset\r
17 guid = FORMSET_GUID,\r
18 title = STRING_TOKEN(STR_BM_BANNER),\r
19 help = STRING_TOKEN(STR_BOOT_MANAGER_HELP),\r
20 classguid = gEfiIfrFrontPageGuid,\r
21\r
22 form formid = BOOT_MANAGER_FORM_ID,\r
23 title = STRING_TOKEN(STR_BM_BANNER);\r
24\r
25 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
26 subtitle text = STRING_TOKEN(STR_BOOT_OPTION_BANNER);\r
27 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
28\r
0034796f
DB
29 //\r
30 //Add this invisable text in order to indicate enter Boot Manager form.\r
31 //\r
32 suppressif TRUE;\r
33 text\r
34 help = STRING_TOKEN(STR_LAST_STRING ),\r
35 text = STRING_TOKEN(STR_LAST_STRING ),\r
36 flags = INTERACTIVE,\r
37 key = 0x1212;\r
38 endif;\r
39\r
3a2dc0f5
DB
40 //\r
41 // This is where we will dynamically add choices for the Boot Manager\r
42 //\r
43 label LABEL_BOOT_OPTION;\r
44 label LABEL_BOOT_OPTION_END;\r
45\r
46 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
47 subtitle text = STRING_TOKEN(STR_HELP_FOOTER);\r
48\r
49 endform;\r
50\r
51endformset;\r