From 26f855c6890743a02961f7b96ffa52e0fc9aa0f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Thu, 25 Jul 2024 13:56:04 +0200 Subject: [PATCH] DasharoPayloadPkg/PlatformBootManagerLib: Add missing BlParseLib in the INF file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix build complaining on missing ParseVBootWorkbuf. Signed-off-by: Michał Żygowski --- .../Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/DasharoPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf b/DasharoPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf index 11360551c7..97ca5d9e87 100644 --- a/DasharoPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf +++ b/DasharoPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf @@ -54,6 +54,7 @@ Tcg2PhysicalPresenceLib CustomizedDisplayLib LaptopBatteryLib + BlParseLib [Guids] gEfiEndOfDxeEventGroupGuid