From 3b69fcf5f849021aa3bc810f8100ea71c03019e5 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Mon, 13 Sep 2021 22:21:06 +0800 Subject: [PATCH] SecurityPkg: Add references to header and inf files to SecurityPkg Signed-off-by: Stefan Berger Reviewed-by: Jiewen Yao --- SecurityPkg/SecurityPkg.dec | 4 ++++ SecurityPkg/SecurityPkg.dsc | 12 ++++++++++++ 2 files changed, 16 insertions(+) diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec index 2cb5bfa0acd0..9f7a032d60d5 100644 --- a/SecurityPkg/SecurityPkg.dec +++ b/SecurityPkg/SecurityPkg.dec @@ -68,6 +68,10 @@ # Tcg2PhysicalPresenceLib|Include/Library/Tcg2PhysicalPresenceLib.h + ## @libraryclass Handle TPM 2.0 platform hierarchy configuration + # + TpmPlatformHierarchyLib|Include/Library/TpmPlatformHierarchyLib.h + ## @libraryclass Provides interfaces about TCG storage generic command. # TcgStorageCoreLib|Include/Library/TcgStorageCoreLib.h diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/SecurityPkg.dsc index 64157e20f9f5..f1f678c492b3 100644 --- a/SecurityPkg/SecurityPkg.dsc +++ b/SecurityPkg/SecurityPkg.dsc @@ -231,6 +231,8 @@ SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf + SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLib/PeiDxeTpmPlatformHierarchyLib.inf + # # TCG Storage. # @@ -310,6 +312,11 @@ NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf } + SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei.inf { + + TpmPlatformHierarchyLib|SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLib/PeiDxeTpmPlatformHierarchyLib.inf + } + SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf { Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf @@ -326,6 +333,11 @@ Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf } + SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.inf { + + TpmPlatformHierarchyLib|SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLib/PeiDxeTpmPlatformHierarchyLib.inf + } + # # Hash2 #