]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManagerVfr.Vfr
Remove Framework HII "class\subclass" in all VFR
[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
180a5a35 6// This program and the accompanying materials\r
5c08e117 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
e24fc103 16#include <Guid/BdsHii.h>\r
5c08e117 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
e24fc103 27 guid = BOOT_MANAGER_FORMSET_GUID,\r
75bf9d0e
LG
28 title = STRING_TOKEN(STR_BM_BANNER),\r
29 help = STRING_TOKEN(STR_LAST_STRING),\r
e24fc103 30 classguid = BOOT_MANAGER_FORMSET_GUID,\r
5c08e117 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