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