]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/TcgConfigDxe/TcgConfigNvData.h
SecurityPkg: Clean up source files
[mirror_edk2.git] / SecurityPkg / Tcg / TcgConfigDxe / TcgConfigNvData.h
CommitLineData
0c18794e 1/** @file\r
2 Header file for NV data structure definition.\r
3\r
b3548d32
LG
4Copyright (c) 2011 - 2018, 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
0c18794e 8http://opensource.org/licenses/bsd-license.php\r
9\r
b3548d32 10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
0c18794e 11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef __TCG_CONFIG_NV_DATA_H__\r
16#define __TCG_CONFIG_NV_DATA_H__\r
17\r
18#include <Guid/HiiPlatformSetupFormset.h>\r
19#include <Guid/PhysicalPresenceData.h>\r
a0c56a82 20#include <Guid/TcgConfigHii.h>\r
0c18794e 21\r
22#define TCG_CONFIGURATION_VARSTORE_ID 0x0001\r
23#define TCG_CONFIGURATION_FORM_ID 0x0001\r
24\r
2bc36371 25#define KEY_TPM_ACTION 0x3000\r
0c18794e 26\r
2bc36371
DG
27#define LABEL_TCG_CONFIGURATION_TPM_OPERATION 0x0001\r
28#define LABEL_END 0xffff\r
0c18794e 29\r
30//\r
31// Nv Data structure referenced by IFR\r
32//\r
33typedef struct {\r
0c18794e 34 UINT8 TpmOperation;\r
35 BOOLEAN TpmEnable;\r
36 BOOLEAN TpmActivate;\r
37} TCG_CONFIGURATION;\r
38\r
39#endif\r