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