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