diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2025-03-25 13:22:39 -0400 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-03-31 17:03:01 +0000 |
commit | 30f3fa0af7bbe974bb4b2a401ff0db26c29a2e02 (patch) | |
tree | 12046996924af5cb10942c3a9e79f242a91766a2 | |
parent | 09faa4a1ce356efdc393260678412d2dbd907d4b (diff) | |
download | edk2-30f3fa0af7bbe974bb4b2a401ff0db26c29a2e02.zip edk2-30f3fa0af7bbe974bb4b2a401ff0db26c29a2e02.tar.gz edk2-30f3fa0af7bbe974bb4b2a401ff0db26c29a2e02.tar.bz2 |
StandaloneMmCorePerformanceLib.inf: Add gEfiEventExitBootServicesGuid
Adds `gEfiEventExitBootServicesGuid` to the `[Guids]` section and
removes `gEdkiiSmmExitBootServicesProtocolGuid` from the
`[Protocols]` section for the current implementation.
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
-rw-r--r-- | MdeModulePkg/Library/SmmCorePerformanceLib/StandaloneMmCorePerformanceLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/SmmCorePerformanceLib/StandaloneMmCorePerformanceLib.inf b/MdeModulePkg/Library/SmmCorePerformanceLib/StandaloneMmCorePerformanceLib.inf index adda902..87ce20e 100644 --- a/MdeModulePkg/Library/SmmCorePerformanceLib/StandaloneMmCorePerformanceLib.inf +++ b/MdeModulePkg/Library/SmmCorePerformanceLib/StandaloneMmCorePerformanceLib.inf @@ -42,13 +42,13 @@ TimerLib
[Protocols]
- gEdkiiSmmExitBootServicesProtocolGuid ## CONSUMES ## NOTIFY
gEfiLoadedImageProtocolGuid ## CONSUMES
[Guids]
gEfiFirmwarePerformanceGuid ## SOMETIMES_PRODUCES # SmiHandlerRegister
gEdkiiSmmPerformanceMeasurementProtocolGuid ## PRODUCES # Install protocol
gZeroGuid ## SOMETIMES_CONSUMES ## GUID
+ gEfiEventExitBootServicesGuid ## CONSUMES ## NOTIFY
[FixedPcd]
gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask ## CONSUMES
|