From 30f3fa0af7bbe974bb4b2a401ff0db26c29a2e02 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Tue, 25 Mar 2025 13:22:39 -0400 Subject: [PATCH] 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 --- .../SmmCorePerformanceLib/StandaloneMmCorePerformanceLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Library/SmmCorePerformanceLib/StandaloneMmCorePerformanceLib.inf b/MdeModulePkg/Library/SmmCorePerformanceLib/StandaloneMmCorePerformanceLib.inf index adda902d3a..87ce20ed16 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