]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/BootManagerLib/BootManagerVfr.Vfr
BootManagerLib: Update copyright, use BSD license instead of Intel license.
[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
f3b006c8
ED
6// This program and the accompanying materials\r
7// are licensed and made available under the terms and conditions of the BSD License\r
8// which accompanies this distribution. The full text of the license may be found at\r
9// http://opensource.org/licenses/bsd-license.php\r
10//\r
11// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13//\r
3a2dc0f5 14//**/\r
3a2dc0f5
DB
15#define FORMSET_GUID { 0x847bc3fe, 0xb974, 0x446d, 0x94, 0x49, 0x5a, 0xd5, 0x41, 0x2e, 0x99, 0x3b }\r
16\r
17#define BOOT_MANAGER_FORM_ID 0x1000\r
18\r
19#define LABEL_BOOT_OPTION 0x00\r
20#define LABEL_BOOT_OPTION_END 0x01\r
21\r
22formset\r
23 guid = FORMSET_GUID,\r
24 title = STRING_TOKEN(STR_BM_BANNER),\r
25 help = STRING_TOKEN(STR_BOOT_MANAGER_HELP),\r
26 classguid = gEfiIfrFrontPageGuid,\r
27\r
28 form formid = BOOT_MANAGER_FORM_ID,\r
29 title = STRING_TOKEN(STR_BM_BANNER);\r
30\r
31 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
32 subtitle text = STRING_TOKEN(STR_BOOT_OPTION_BANNER);\r
33 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
34\r
35 //\r
36 // This is where we will dynamically add choices for the Boot Manager\r
37 //\r
38 label LABEL_BOOT_OPTION;\r
39 label LABEL_BOOT_OPTION_END;\r
40\r
41 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
42 subtitle text = STRING_TOKEN(STR_HELP_FOOTER);\r
43\r
44 endform;\r
45\r
46endformset;\r