]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/FE.vfr
Remove Framework HII "class\subclass" in all VFR
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / BootMaint / FE.vfr
CommitLineData
5c08e117 1///** @file\r
2// \r
3// File Explorer Formset\r
4// \r
be9304f3 5// Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
180a5a35 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#include "FormGuid.h"\r
17\r
5c08e117 18formset\r
19 guid = FILE_EXPLORE_FORMSET_GUID,\r
20 title = STRING_TOKEN(STR_FILE_EXPLORER_TITLE),\r
21 help = STRING_TOKEN(STR_NULL_STRING),\r
75bf9d0e 22 classguid = FILE_EXPLORE_FORMSET_GUID,\r
5c08e117 23\r
24 varstore FILE_EXPLORER_NV_DATA,\r
25 varid = VARSTORE_ID_BOOT_MAINT,\r
26 name = FeData,\r
27 guid = FILE_EXPLORE_FORMSET_GUID;\r
28\r
29 form formid = FORM_FILE_EXPLORER_ID,\r
30 title = STRING_TOKEN(STR_FILE_EXPLORER_TITLE);\r
31\r
32 label FORM_FILE_EXPLORER_ID;\r
33 label LABEL_END;\r
34 endform;\r
35\r
36 form formid = FORM_BOOT_ADD_DESCRIPTION_ID,\r
37 title = STRING_TOKEN(STR_FORM_BOOT_ADD_DESC_TITLE);\r
38\r
39 label FORM_BOOT_ADD_DESCRIPTION_ID;\r
40 label LABEL_END;\r
41\r
42 subtitle text = STRING_TOKEN(STR_NULL_STRING);\r
43\r
be9304f3 44 string varid = FeData.BootDescriptionData,\r
8acb3f7b 45 questionid = KEY_VALUE_BOOT_DESCRIPTION,\r
5c08e117 46 prompt = STRING_TOKEN(STR_LOAD_OPTION_DESC),\r
47 help = STRING_TOKEN(STR_NULL_STRING),\r
8acb3f7b 48 flags = INTERACTIVE,\r
5c08e117 49 minsize = 6,\r
50 maxsize = 75,\r
51 endstring;\r
52\r
be9304f3 53 string varid = FeData.BootOptionalData,\r
8acb3f7b
ED
54 questionid = KEY_VALUE_BOOT_OPTION,\r
55 prompt = STRING_TOKEN(STR_OPTIONAL_DATA),\r
56 help = STRING_TOKEN(STR_NULL_STRING),\r
57 flags = INTERACTIVE,\r
58 minsize = 0,\r
59 maxsize = 120,\r
5c08e117 60 endstring;\r
61\r
62 subtitle text = STRING_TOKEN(STR_NULL_STRING);\r
63\r
64 text\r
65 help = STRING_TOKEN(STR_SAVE_AND_EXIT),\r
66 text = STRING_TOKEN(STR_SAVE_AND_EXIT),\r
5c08e117 67 flags = INTERACTIVE,\r
68 key = KEY_VALUE_SAVE_AND_EXIT_BOOT;\r
69\r
70 text\r
71 help = STRING_TOKEN(STR_NO_SAVE_AND_EXIT),\r
72 text = STRING_TOKEN(STR_NO_SAVE_AND_EXIT),\r
5c08e117 73 flags = INTERACTIVE,\r
74 key = KEY_VALUE_NO_SAVE_AND_EXIT_BOOT;\r
75\r
76 endform;\r
77\r
78 form formid = FORM_DRIVER_ADD_FILE_DESCRIPTION_ID,\r
79 title = STRING_TOKEN(STR_FORM_DRV_ADD_DESC_TITLE);\r
80\r
81 label FORM_DRIVER_ADD_FILE_DESCRIPTION_ID;\r
82 label LABEL_END;\r
83\r
84 subtitle text = STRING_TOKEN(STR_NULL_STRING);\r
85\r
be9304f3 86 string varid = FeData.DriverDescriptionData,\r
8acb3f7b 87 questionid = KEY_VALUE_DRIVER_DESCRIPTION,\r
5c08e117 88 prompt = STRING_TOKEN(STR_LOAD_OPTION_DESC),\r
89 help = STRING_TOKEN(STR_NULL_STRING),\r
8acb3f7b 90 flags = INTERACTIVE,\r
5c08e117 91 minsize = 6,\r
92 maxsize = 75,\r
93 endstring;\r
94\r
be9304f3 95 string varid = FeData.DriverOptionalData,\r
8acb3f7b 96 questionid = KEY_VALUE_DRIVER_OPTION,\r
5c08e117 97 prompt = STRING_TOKEN(STR_OPTIONAL_DATA),\r
98 help = STRING_TOKEN(STR_NULL_STRING),\r
8acb3f7b 99 flags = INTERACTIVE,\r
5c08e117 100 minsize = 0,\r
101 maxsize = 120,\r
102 endstring;\r
103\r
104 checkbox varid = FeData.ForceReconnect,\r
105 prompt = STRING_TOKEN(STR_LOAD_OPTION_FORCE_RECON),\r
106 help = STRING_TOKEN(STR_LOAD_OPTION_FORCE_RECON),\r
107 flags = CHECKBOX_DEFAULT,\r
108 key = 0,\r
109 endcheckbox;\r
110\r
111 subtitle text = STRING_TOKEN(STR_NULL_STRING);\r
112\r
113 text\r
114 help = STRING_TOKEN(STR_SAVE_AND_EXIT),\r
115 text = STRING_TOKEN(STR_SAVE_AND_EXIT),\r
5c08e117 116 flags = INTERACTIVE,\r
117 key = KEY_VALUE_SAVE_AND_EXIT_DRIVER; //BUGBUB: allow duplicate key in one formset???\r
118\r
119 text\r
120 help = STRING_TOKEN(STR_NO_SAVE_AND_EXIT),\r
121 text = STRING_TOKEN(STR_NO_SAVE_AND_EXIT),\r
5c08e117 122 flags = INTERACTIVE,\r
123 key = KEY_VALUE_NO_SAVE_AND_EXIT_DRIVER;\r
124\r
125 endform;\r
126\r
127endformset;