]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigNvData.h
Change IPF version AuthVariable driver to support multiple-platform feature.
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / SecureBootConfigDxe / SecureBootConfigNvData.h
CommitLineData
beda2356 1/** @file\r
2 Header file for NV data structure definition.\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#ifndef __SECUREBOOT_CONFIG_NV_DATA_H__\r
16#define __SECUREBOOT_CONFIG_NV_DATA_H__\r
17\r
18#include <Guid/HiiPlatformSetupFormset.h>\r
19#include <Guid/SecureBootConfigHii.h>\r
20\r
21#define SECUREBOOT_CONFIGURATION_VARSTORE_ID 0x0001\r
22#define SECUREBOOT_CONFIGURATION_FORM_ID 0x0001\r
23\r
24#define KEY_SECURE_BOOT_ENABLE 0x5000\r
25 \r
26//\r
27// Nv Data structure referenced by IFR\r
28//\r
29typedef struct {\r
30 BOOLEAN SecureBootState;\r
31 BOOLEAN HideSecureBoot;\r
32} SECUREBOOT_CONFIGURATION;\r
33\r
34#endif\r