Skip to content

Commit

Permalink
SecurityPkg: Add references to header and inf files to SecurityPkg
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
  • Loading branch information
stefanberger authored and mergify[bot] committed Sep 13, 2021
1 parent 2fa89c8 commit 3b69fcf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SecurityPkg/SecurityPkg.dec
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions SecurityPkg/SecurityPkg.dsc
Expand Up @@ -231,6 +231,8 @@

SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf

SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLib/PeiDxeTpmPlatformHierarchyLib.inf

#
# TCG Storage.
#
Expand Down Expand Up @@ -310,6 +312,11 @@
NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
}

SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei.inf {
<LibraryClasses>
TpmPlatformHierarchyLib|SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLib/PeiDxeTpmPlatformHierarchyLib.inf
}

SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf {
<LibraryClasses>
Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
Expand All @@ -326,6 +333,11 @@
Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
}

SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.inf {
<LibraryClasses>
TpmPlatformHierarchyLib|SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLib/PeiDxeTpmPlatformHierarchyLib.inf
}

#
# Hash2
#
Expand Down

0 comments on commit 3b69fcf

Please sign in to comment.