SecurityPkg/OpalPasswordExtraInfoVariable.h: Remove the deprecated guid and variable.
After Opal solution enhance BlockSid solution to consume the TCG PP. This variable and guid definition is deprecated. Signed-off-by: Eric Dong <eric.dong@intel.com>
This commit is contained in:
@ -1,27 +0,0 @@
|
|||||||
/** @file
|
|
||||||
Defines Name GUIDs to represent an Opal device variable guid for Opal Security Feature.
|
|
||||||
|
|
||||||
Copyright (c) 2016, 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 _OPAL_PASSWORD_EXTRA_INFO_VARIABLE_H_
|
|
||||||
#define _OPAL_PASSWORD_EXTRA_INFO_VARIABLE_H_
|
|
||||||
|
|
||||||
#define OPAL_EXTRA_INFO_VAR_NAME L"OpalExtraInfo"
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
UINT8 EnableBlockSid;
|
|
||||||
} OPAL_EXTRA_INFO_VAR;
|
|
||||||
|
|
||||||
extern EFI_GUID gOpalExtraInfoVariableGuid;
|
|
||||||
|
|
||||||
#endif // _OPAL_PASSWORD_SECURITY_VARIABLE_H_
|
|
||||||
|
|
@ -202,10 +202,6 @@
|
|||||||
# Include/Guid/TrEEConfigHii.h
|
# Include/Guid/TrEEConfigHii.h
|
||||||
gTrEEConfigFormSetGuid = {0xc54b425f, 0xaa79, 0x48b4, { 0x98, 0x1f, 0x99, 0x8b, 0x3c, 0x4b, 0x64, 0x1c }}
|
gTrEEConfigFormSetGuid = {0xc54b425f, 0xaa79, 0x48b4, { 0x98, 0x1f, 0x99, 0x8b, 0x3c, 0x4b, 0x64, 0x1c }}
|
||||||
|
|
||||||
## Include/OpalPasswordExtraInfoVariable.h
|
|
||||||
gOpalExtraInfoVariableGuid = {0x44a2ad5d, 0x612c, 0x47b3, {0xb0, 0x6e, 0xc8, 0xf5, 0x0b, 0xfb, 0xf0, 0x7d}}
|
|
||||||
|
|
||||||
|
|
||||||
[Ppis]
|
[Ppis]
|
||||||
## The PPI GUID for that TPM physical presence should be locked.
|
## The PPI GUID for that TPM physical presence should be locked.
|
||||||
# Include/Ppi/LockPhysicalPresence.h
|
# Include/Ppi/LockPhysicalPresence.h
|
||||||
|
@ -76,7 +76,6 @@
|
|||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiEventExitBootServicesGuid ## CONSUMES ## Event
|
gEfiEventExitBootServicesGuid ## CONSUMES ## Event
|
||||||
gOpalExtraInfoVariableGuid ## PRODUCES ## GUID
|
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
gEfiSmmCommunicationProtocolGuid AND gEfiHiiStringProtocolGuid AND gEfiHiiDatabaseProtocolGuid
|
gEfiSmmCommunicationProtocolGuid AND gEfiHiiStringProtocolGuid AND gEfiHiiDatabaseProtocolGuid
|
||||||
|
Reference in New Issue
Block a user