]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManagerVfr.Vfr
Update the copyright notice format
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / BootMngr / BootManagerVfr.Vfr
CommitLineData
5c08e117 1///** @file\r
2// \r
3// Browser formset.\r
4// \r
180a5a35
HT
5// Copyright (c) 2004 - 2008, Intel Corporation. All rights reserved.<BR>\r
6// This program and the accompanying materials\r
5c08e117 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
14//**/\r
15\r
16#define FORMSET_GUID { 0x847bc3fe, 0xb974, 0x446d, 0x94, 0x49, 0x5a, 0xd5, 0x41, 0x2e, 0x99, 0x3b }\r
17\r
18#define BOOT_MANAGER_FORM_ID 0x1000\r
19\r
20#define LABEL_BOOT_OPTION 0x00\r
21#define LABEL_BOOT_OPTION_END 0x01\r
22\r
23#define BOOT_MANAGER_CLASS 0x00\r
24#define BOOT_MANAGER_SUBCLASS 0x00\r
25\r
26formset\r
75bf9d0e
LG
27 guid = FORMSET_GUID,\r
28 title = STRING_TOKEN(STR_BM_BANNER),\r
29 help = STRING_TOKEN(STR_LAST_STRING),\r
30 classguid = FORMSET_GUID,\r
31 class = BOOT_MANAGER_CLASS,\r
32 subclass = BOOT_MANAGER_SUBCLASS,\r
5c08e117 33\r
34 form formid = BOOT_MANAGER_FORM_ID,\r
35 title = STRING_TOKEN(STR_BM_BANNER);\r
36\r
37 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
38 subtitle text = STRING_TOKEN(STR_BOOT_OPTION_BANNER);\r
39 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
40\r
41 //\r
42 // This is where we will dynamically add choices for the Boot Manager\r
43 //\r
44 label LABEL_BOOT_OPTION;\r
45 label LABEL_BOOT_OPTION_END;\r
46\r
47 subtitle text = STRING_TOKEN(STR_LAST_STRING);\r
48 subtitle text = STRING_TOKEN(STR_HELP_FOOTER);\r
49\r
50 endform;\r
51\r
52endformset;\r