]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/BootManagerLib/BootManagerVfr.Vfr
9c36195d7383c654adbc3b9621e235612f3147b9
[mirror_edk2.git] / MdeModulePkg / Library / BootManagerLib / BootManagerVfr.Vfr
1 ///** @file
2 //
3 // Boot Manager formset.
4 //
5 // Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
6 // This software and associated documentation (if any) is furnished
7 // under a license and may only be used or copied in accordance
8 // with the terms of the license. Except as permitted by such
9 // license, no part of this software or documentation may be
10 // reproduced, stored in a retrieval system, or transmitted in any
11 // form or by any means without the express written consent of
12 // Intel Corporation.
13
14
15 //**/
16
17 #define FORMSET_GUID { 0x847bc3fe, 0xb974, 0x446d, 0x94, 0x49, 0x5a, 0xd5, 0x41, 0x2e, 0x99, 0x3b }
18
19 #define BOOT_MANAGER_FORM_ID 0x1000
20
21 #define LABEL_BOOT_OPTION 0x00
22 #define LABEL_BOOT_OPTION_END 0x01
23
24 formset
25 guid = FORMSET_GUID,
26 title = STRING_TOKEN(STR_BM_BANNER),
27 help = STRING_TOKEN(STR_BOOT_MANAGER_HELP),
28 classguid = gEfiIfrFrontPageGuid,
29
30 form formid = BOOT_MANAGER_FORM_ID,
31 title = STRING_TOKEN(STR_BM_BANNER);
32
33 subtitle text = STRING_TOKEN(STR_LAST_STRING);
34 subtitle text = STRING_TOKEN(STR_BOOT_OPTION_BANNER);
35 subtitle text = STRING_TOKEN(STR_LAST_STRING);
36
37 //
38 // This is where we will dynamically add choices for the Boot Manager
39 //
40 label LABEL_BOOT_OPTION;
41 label LABEL_BOOT_OPTION_END;
42
43 subtitle text = STRING_TOKEN(STR_LAST_STRING);
44 subtitle text = STRING_TOKEN(STR_HELP_FOOTER);
45
46 endform;
47
48 endformset;