From 252b891b2b49dddad5e3850146719d14c22f1c60 Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Wed, 23 Nov 2016 16:26:36 +0800 Subject: Revert old "Enable BlockSid related PP actions" patch series. New solution for this issue will be provided. This reverts commits from d1947ce509d745f32db6b7fecc03dc9c778b9350 to bda034c34deea6eb43edcef28018a9ace8f04637. Reviewed-by: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong --- .../Include/Guid/TcgPhysicalPresenceStorageData.h | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 SecurityPkg/Include/Guid/TcgPhysicalPresenceStorageData.h (limited to 'SecurityPkg/Include/Guid') diff --git a/SecurityPkg/Include/Guid/TcgPhysicalPresenceStorageData.h b/SecurityPkg/Include/Guid/TcgPhysicalPresenceStorageData.h deleted file mode 100644 index 926f4bb862..0000000000 --- a/SecurityPkg/Include/Guid/TcgPhysicalPresenceStorageData.h +++ /dev/null @@ -1,35 +0,0 @@ -/** @file - Define the variable data structures used for physical presence storage data. - -Copyright (c) 2016, Intel Corporation. All rights reserved.
-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_PHYSICAL_PRESENCE_STORAGE_DATA_GUID_H__ -#define __TCG_PHYSICAL_PRESENCE_STORAGE_DATA_GUID_H__ - -#define EFI_TCG_PHYSICAL_PRESENCE_STORAGE_DATA_GUID \ - { \ - 0x2EBE3E34, 0xB3CD, 0x471A, { 0xBF, 0x87, 0xB3, 0xC6, 0x6E, 0xE0, 0x74, 0x9A} \ - } - -// -// This variable is used to save TCG2 Management Flags and corresponding operations. -// It should be protected from malicious software (e.g. Set it as read-only variable). -// -#define TCG_PHYSICAL_PRESENCE_STORAGE_FLAGS_VARIABLE L"TcgPhysicalPresenceStorageFlags" -typedef struct { - UINT32 PPFlags; -} EFI_TCG_PHYSICAL_PRESENCE_STORAGE_FLAGS; - -extern EFI_GUID gEfiTcgPhysicalPresenceStorageGuid; - -#endif - -- cgit v1.2.3