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