]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManagerVfr.Vfr
Update BdsDxe to use new designed HiiLib, remove the referrence to the original IfrSu...
[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 classguid = FORMSET_GUID,
31 class = BOOT_MANAGER_CLASS,
32 subclass = BOOT_MANAGER_SUBCLASS,
33
34 form formid = BOOT_MANAGER_FORM_ID,
35 title = STRING_TOKEN(STR_BM_BANNER);
36
37 subtitle text = STRING_TOKEN(STR_LAST_STRING);
38 subtitle text = STRING_TOKEN(STR_BOOT_OPTION_BANNER);
39 subtitle text = STRING_TOKEN(STR_LAST_STRING);
40
41 //
42 // This is where we will dynamically add choices for the Boot Manager
43 //
44 label LABEL_BOOT_OPTION;
45 label LABEL_BOOT_OPTION_END;
46
47 subtitle text = STRING_TOKEN(STR_LAST_STRING);
48 subtitle text = STRING_TOKEN(STR_HELP_FOOTER);
49
50 endform;
51
52 endformset;