diff options
author | Guo Mang <mang.guo@intel.com> | 2017-04-27 11:09:17 +0800 |
---|---|---|
committer | Guo Mang <mang.guo@intel.com> | 2017-04-27 11:09:17 +0800 |
commit | af874ef836cedf1034bc51eb65a99e9ea4fdc904 (patch) | |
tree | 7eeb479ee29e982303803cef8f33f0ba0476eaec /SecurityPkg/Tcg/TcgConfigDxe/TcgConfigNvData.h | |
parent | b0724f89e3b05de1d6492e79ec89f6d467cb14f0 (diff) | |
download | edk2-platforms-af874ef836cedf1034bc51eb65a99e9ea4fdc904.tar.xz |
SecurityPkg: Move to new location
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'SecurityPkg/Tcg/TcgConfigDxe/TcgConfigNvData.h')
-rw-r--r-- | SecurityPkg/Tcg/TcgConfigDxe/TcgConfigNvData.h | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/SecurityPkg/Tcg/TcgConfigDxe/TcgConfigNvData.h b/SecurityPkg/Tcg/TcgConfigDxe/TcgConfigNvData.h deleted file mode 100644 index eaa6fe8018..0000000000 --- a/SecurityPkg/Tcg/TcgConfigDxe/TcgConfigNvData.h +++ /dev/null @@ -1,39 +0,0 @@ -/** @file
- Header file for NV data structure definition.
-
-Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>
-This program and the accompanying materials
-are licensed and made available under the terms and conditions of the BSD License
-which accompanies this distribution. The full text of the license may be found at
-http://opensource.org/licenses/bsd-license.php
-
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
-**/
-
-#ifndef __TCG_CONFIG_NV_DATA_H__
-#define __TCG_CONFIG_NV_DATA_H__
-
-#include <Guid/HiiPlatformSetupFormset.h>
-#include <Guid/PhysicalPresenceData.h>
-#include <Guid/TcgConfigHii.h>
-
-#define TCG_CONFIGURATION_VARSTORE_ID 0x0001
-#define TCG_CONFIGURATION_FORM_ID 0x0001
-
-#define KEY_TPM_ACTION 0x3000
-
-#define LABEL_TCG_CONFIGURATION_TPM_OPERATION 0x0001
-#define LABEL_END 0xffff
-
-//
-// Nv Data structure referenced by IFR
-//
-typedef struct {
- UINT8 TpmOperation;
- BOOLEAN TpmEnable;
- BOOLEAN TpmActivate;
-} TCG_CONFIGURATION;
-
-#endif
|