]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManagerVfr.Vfr
IntelFrameworkModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / BootMngr / BootManagerVfr.Vfr
CommitLineData
5c08e117 1///** @file\r
2// \r
3// Browser formset.\r
4// \r
e24fc103 5// Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>\r
c0a00b14 6// SPDX-License-Identifier: BSD-2-Clause-Patent\r
5c08e117 7// \r
8//**/\r
9\r
e24fc103 10#include <Guid/BdsHii.h>\r
5c08e117 11\r
12#define BOOT_MANAGER_FORM_ID 0x1000\r
13\r
14#define LABEL_BOOT_OPTION 0x00\r
15#define LABEL_BOOT_OPTION_END 0x01\r
16\r
17#define BOOT_MANAGER_CLASS 0x00\r
18#define BOOT_MANAGER_SUBCLASS 0x00\r
19\r
20formset\r
e24fc103 21 guid = BOOT_MANAGER_FORMSET_GUID,\r
75bf9d0e
LG
22 title = STRING_TOKEN(STR_BM_BANNER),\r
23 help = STRING_TOKEN(STR_LAST_STRING),\r
e24fc103 24 classguid = BOOT_MANAGER_FORMSET_GUID,\r
5c08e117 25\r
26 form formid = BOOT_MANAGER_FORM_ID,\r
27 title = STRING_TOKEN(STR_BM_BANNER);\r
28\r
29 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
30 subtitle text = STRING_TOKEN(STR_BOOT_OPTION_BANNER);\r
31 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
32\r
33 //\r
34 // This is where we will dynamically add choices for the Boot Manager\r
35 //\r
36 label LABEL_BOOT_OPTION;\r
37 label LABEL_BOOT_OPTION_END;\r
38\r
39 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
40 subtitle text = STRING_TOKEN(STR_HELP_FOOTER);\r
41\r
42 endform;\r
43\r
44endformset;\r