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>
This commit is contained in:
parent
09faa4a1ce
commit
30f3fa0af7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue