diff options
author | Eric Dong <eric.dong@intel.com> | 2017-12-06 14:42:24 +0800 |
---|---|---|
committer | Eric Dong <eric.dong@intel.com> | 2019-05-08 11:30:02 +0800 |
commit | 6acd6781ba4f2bc0d397ed7b1f1115b9569634b1 (patch) | |
tree | e5422da16f1600246252f275bb525467644057b1 /SecurityPkg/SecurityPkg.dec | |
parent | 54d5ab6a7354c7f7d8828136fa4bb3119984bfad (diff) | |
download | edk2-6acd6781ba4f2bc0d397ed7b1f1115b9569634b1.tar.gz |
SecurityPkg/OpalPasswordExtraInfoVariable.h: Remove the deprecated guid and variable.UDK2017
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>
Diffstat (limited to 'SecurityPkg/SecurityPkg.dec')
-rw-r--r-- | SecurityPkg/SecurityPkg.dec | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec index 2f14bbc443..e58ac22f8e 100644 --- a/SecurityPkg/SecurityPkg.dec +++ b/SecurityPkg/SecurityPkg.dec @@ -202,10 +202,6 @@ # Include/Guid/TrEEConfigHii.h
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]
## The PPI GUID for that TPM physical presence should be locked.
# Include/Ppi/LockPhysicalPresence.h
|