]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/BdsDxe/BootMngr/BootManagerVfr.Vfr
1) Cleanup HiiLib, IfrSupportLib.
[mirror_edk2.git] / MdeModulePkg / Universal / BdsDxe / BootMngr / BootManagerVfr.Vfr
CommitLineData
93e3992d 1// *++\r
2//\r
3// Copyright (c) 2004 - 2007, Intel Corporation\r
4// All rights reserved. This program and the accompanying materials\r
5// are licensed and made available under the terms and conditions of the BSD License\r
6// which accompanies this distribution. The full text of the license may be found at\r
7// http://opensource.org/licenses/bsd-license.php\r
8//\r
9// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11//\r
12// Module Name:\r
13//\r
14// BootManager.vfr\r
15//\r
16// Abstract:\r
17//\r
18// Browser formset.\r
19//\r
20// Revision History:\r
21//\r
22// --*/\r
23\r
24#define FORMSET_GUID { 0x847bc3fe, 0xb974, 0x446d, 0x94, 0x49, 0x5a, 0xd5, 0x41, 0x2e, 0x99, 0x3b }\r
25\r
26#define BOOT_MANAGER_FORM_ID 0x1000\r
27\r
28#define LABEL_BOOT_OPTION 0x00\r
29#define LABEL_BOOT_OPTION_END 0x01\r
30\r
31#define BOOT_MANAGER_CLASS 0x00\r
32#define BOOT_MANAGER_SUBCLASS 0x00\r
33\r
34formset\r
35 guid = FORMSET_GUID,\r
36 title = STRING_TOKEN(STR_BM_BANNER),\r
37 help = STRING_TOKEN(STR_LAST_STRING),\r
38 class = BOOT_MANAGER_CLASS,\r
39 subclass = BOOT_MANAGER_SUBCLASS,\r
40\r
41 form formid = BOOT_MANAGER_FORM_ID,\r
42 title = STRING_TOKEN(STR_BM_BANNER);\r
43\r
44 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
45 subtitle text = STRING_TOKEN(STR_BOOT_OPTION_BANNER);\r
46 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
47\r
48 //\r
49 // This is where we will dynamically add choices for the Boot Manager\r
50 //\r
51 label LABEL_BOOT_OPTION;\r
52 label LABEL_BOOT_OPTION_END;\r
53\r
54 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
55 subtitle text = STRING_TOKEN(STR_HELP_FOOTER);\r
56\r
57 endform;\r
58\r
59endformset;\r