]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/PlatformVarCleanupLib/PlatVarCleanup.vfr
MdeModulePkg BrotliLib: Fix the regression logic issue in loop
[mirror_edk2.git] / MdeModulePkg / Library / PlatformVarCleanupLib / PlatVarCleanup.vfr
CommitLineData
c95d9ab8
SZ
1/** @file\r
2 Platform variable cleanup Formset.\r
3\r
4Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
5This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#include "PlatVarCleanupHii.h"\r
16\r
17formset\r
18 guid = VARIABLE_CLEANUP_HII_GUID,\r
19 title = STRING_TOKEN(STR_ENTRY_TITLE),\r
20 help = STRING_TOKEN(STR_TITLE_HELP),\r
21\r
22 varstore VARIABLE_CLEANUP_DATA,\r
23 varid = VARIABLE_CLEANUP_VARSTORE_ID,\r
24 name = VariableCleanup,\r
25 guid = VARIABLE_CLEANUP_HII_GUID;\r
26\r
27 form formid = FORM_ID_VARIABLE_CLEANUP,\r
28 title = STRING_TOKEN(STR_TITLE);\r
29\r
30 checkbox varid = VARIABLE_CLEANUP_DATA.SelectAll,\r
31 prompt = STRING_TOKEN(STR_SELECT_ALL_PROMPT),\r
32 help = STRING_TOKEN(STR_SELECT_ALL_HELP),\r
33 flags = INTERACTIVE,\r
34 key = SELECT_ALL_QUESTION_ID,\r
35 endcheckbox;\r
36\r
37 label LABEL_START;\r
38 label LABEL_END;\r
39\r
40 endform;\r
41endformset;\r