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