From fb2ac429deebba5d04dcb38940eaa5266aec1de8 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Mon, 17 Aug 2026 15:59:53 -0400 Subject: [PATCH] MdeModulePkg/UefiBootManagerLib: Add constructor to INF file UefiBootManagerLibConstructor() is a constructor function in BmBoot.c that is missing as the constructor in the INF file. Signed-off-by: Michael Kubacki --- MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf b/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf index cf374285ef..d1320ce052 100644 --- a/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf +++ b/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf @@ -20,6 +20,7 @@ MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = UefiBootManagerLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER + CONSTRUCTOR = UefiBootManagerLibConstructor # # The following information is for reference only and not required by the build tools.