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