diff options
author | Jian J Wang <jian.j.wang@intel.com> | 2022-12-15 11:02:23 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-12-21 05:49:48 +0000 |
commit | b2d76fdd421b5081c2e03ae46079ccf8ecc045fe (patch) | |
tree | dd4981e9e0d55f65c11ae61ff300c1633ad37edb /SecurityPkg/SecurityPkg.dec | |
parent | 3c16e6fb97dd2add425edca6aacb206589b0389c (diff) | |
download | edk2-b2d76fdd421b5081c2e03ae46079ccf8ecc045fe.tar.gz |
SecurityPkg: deprecate RpmcLib and VariableKeyLib
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594
There's no real usage of these two libraries. They're deprecated.
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Nishant C Mistry <nishant.c.mistry@intel.com>
Cc: Judah Vang <judah.vang@intel.com>
Signed-off-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Acked-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'SecurityPkg/SecurityPkg.dec')
-rw-r--r-- | SecurityPkg/SecurityPkg.dec | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec index 7ecf9565d9..358b3dc543 100644 --- a/SecurityPkg/SecurityPkg.dec +++ b/SecurityPkg/SecurityPkg.dec @@ -80,14 +80,6 @@ #
TcgStorageOpalLib|Include/Library/TcgStorageOpalLib.h
- ## @libraryclass Provides interfaces to access RPMC device.
- #
- RpmcLib|Include/Library/RpmcLib.h
-
- ## @libraryclass Provides interfaces to access variable root key.
- #
- VariableKeyLib|Include/Library/VariableKeyLib.h
-
## @libraryclass Provides interfaces about firmware TPM measurement.
#
TcgEventLogRecordLib|Include/Library/TcgEventLogRecordLib.h
|