Add missing MemoryAllocationLib dependency Cc: Sai Chaganty <[email protected]> Cc: Liming Gao <[email protected]> Signed-off-by: Nate DeSimone <[email protected]> --- .../IpmiFeaturePkg/GenericElog/Smm/GenericElog.inf | 1 + 1 file changed, 1 insertion(+)
diff --git a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/GenericElog/Smm/GenericElog.inf b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/GenericElog/Smm/GenericElog.inf index 00f4154cdd..ea1cf9d61b 100644 --- a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/GenericElog/Smm/GenericElog.inf +++ b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/GenericElog/Smm/GenericElog.inf @@ -28,6 +28,7 @@ UefiDriverEntryPoint DebugLib SmmServicesTableLib + MemoryAllocationLib [Protocols] gSmmGenericElogProtocolGuid # PROTOCOL ALWAYS_PRODUCED -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111865): https://edk2.groups.io/g/devel/message/111865 Mute This Topic: https://groups.io/mt/102884732/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
