]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfig.vfr
Searching for files starts on an 8 byte aligned boundary after the end of the Extende...
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / SecureBootConfigDxe / SecureBootConfig.vfr
CommitLineData
beda2356 1/** @file\r
2 VFR file used by the SecureBoot configuration component.\r
3\r
4Copyright (c) 2011, 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 "SecureBootConfigNvData.h"\r
16\r
17formset\r
18 guid = SECUREBOOT_CONFIG_FORM_SET_GUID,\r
19 title = STRING_TOKEN(STR_SECUREBOOT_TITLE),\r
20 help = STRING_TOKEN(STR_SECUREBOOT_HELP),\r
21 classguid = EFI_HII_PLATFORM_SETUP_FORMSET_GUID,\r
22\r
23 varstore SECUREBOOT_CONFIGURATION,\r
24 varid = SECUREBOOT_CONFIGURATION_VARSTORE_ID,\r
25 name = SECUREBOOT_CONFIGURATION,\r
26 guid = SECUREBOOT_CONFIG_FORM_SET_GUID;\r
27\r
28 form formid = SECUREBOOT_CONFIGURATION_FORM_ID,\r
29 title = STRING_TOKEN(STR_SECUREBOOT_TITLE);\r
30\r
31 subtitle text = STRING_TOKEN(STR_NULL);\r
32\r
33 suppressif TRUE;\r
34 checkbox varid = SECUREBOOT_CONFIGURATION.HideSecureBoot,\r
35 prompt = STRING_TOKEN(STR_NULL),\r
36 help = STRING_TOKEN(STR_NULL),\r
37 endcheckbox;\r
38 endif;\r
39 \r
40 grayoutif ideqval SECUREBOOT_CONFIGURATION.HideSecureBoot == 1;\r
41 checkbox varid = SECUREBOOT_CONFIGURATION.SecureBootState,\r
42 questionid = KEY_SECURE_BOOT_ENABLE,\r
43 prompt = STRING_TOKEN(STR_SECURE_BOOT_PROMPT),\r
44 help = STRING_TOKEN(STR_SECURE_BOOT_HELP),\r
45 endcheckbox;\r
46 endif;\r
47\r
48 endform;\r
49\r
50endformset;\r