File tree Expand file tree Collapse file tree
AuditTests/TpmEventLogAudit Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
5353 Tpm2CommandLib|SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
5454 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
55+ Tpm2HelpLib|SecurityPkg/Library/Tpm2HelpLib/Tpm2HelpLib.inf
5556 SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.inf
5657 PlatformPKProtectionLib|SecurityPkg/Library/PlatformPKProtectionLibVarPolicy/PlatformPKProtectionLibVarPolicy.inf
5758 MfciRetrievePolicyLib|MfciPkg/Library/MfciRetrievePolicyLibNull/MfciRetrievePolicyLibNull.inf
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
3939#include <Library/MemoryAllocationLib.h>
4040#include <Library/PrintLib.h>
4141#include <Library/Tpm2CommandLib.h>
42+ #include <Library/Tpm2HelpLib.h> // MU_CHANGE
4243#include <Library/PcdLib.h>
4344#include <Library/UefiLib.h>
4445#include <Library/Tpm2DeviceLib.h>
Original file line number Diff line number Diff line change 7676 DeviceStateLib
7777 PanicLib
7878 ## MU_CHANGE [END]
79+ Tpm2HelpLib # MU_CHANGE
7980
8081[Guids]
8182 ## SOMETIMES_CONSUMES ## Variable:L"SecureBoot"
Original file line number Diff line number Diff line change 5858 PeiServicesLib
5959 ReportStatusCodeLib
6060 Tpm2CommandLib
61+ Tpm2HelpLib
6162
6263[Guids]
6364 gTcgEvent2EntryHobGuid ## PRODUCES ## HOB
Original file line number Diff line number Diff line change 2828#include <Library/ReportStatusCodeLib.h>
2929#include <Library/Tpm2CommandLib.h>
3030#include <Library/Tpm2DeviceLib.h>
31+ #include <Library/Tpm2HelpLib.h>
3132#include <Ppi/TpmInitialized.h>
3233#include <Protocol/Tcg2Protocol.h> // For macro definitions in the header file
3334
Original file line number Diff line number Diff line change 1818#include <Library/BaseMemoryLib.h>
1919#include <Library/DebugLib.h>
2020#include <Library/MemoryAllocationLib.h>
21- #include <Library/Tpm2CommandLib .h>
21+ #include <Library/Tpm2HelpLib .h>
2222
2323/**
2424 Unpacks TPM digest values.
Original file line number Diff line number Diff line change 3939 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
4040 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
4141 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
42+ Tpm2HelpLib|SecurityPkg/Library/Tpm2HelpLib/Tpm2HelpLib.inf
4243 Tpm2CommandLib|SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
4344 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
4445
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
1313#include <Library/UefiApplicationEntryPoint.h>
1414#include <Library/UefiBootServicesTableLib.h>
1515#include <Library/BaseMemoryLib.h>
16- #include <Library/Tpm2CommandLib .h>
16+ #include <Library/Tpm2HelpLib .h>
1717#include <Protocol/Tcg2Protocol.h>
1818#include <IndustryStandard/UefiTcgPlatform.h>
1919#include "TpmEventLogXml.h"
Original file line number Diff line number Diff line change 2929 ShellLib
3030 UefiBootServicesTableLib
3131 BaseMemoryLib
32- Tpm2CommandLib
32+ Tpm2HelpLib
3333 XmlTreeLib
3434 XmlTreeQueryLib
3535
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
2020#include <Library/XmlTreeLib.h>
2121#include <Library/XmlTreeQueryLib.h>
2222#include <Library/ShellLib.h>
23- #include <Library/Tpm2CommandLib .h>
23+ #include <Library/Tpm2HelpLib .h>
2424#include <IndustryStandard/UefiTcgPlatform.h>
2525
2626/**
You can’t perform that action at this time.
0 commit comments