From cb3077230f3a6f65c747840c511d739b95955369 Mon Sep 17 00:00:00 2001 From: "Dong, Eric" Date: Wed, 4 May 2016 14:27:39 +0800 Subject: [PATCH 1/1] MdeModulePkg FileExplorerLib: Add UefiHiiServicesLib dependency. FileExplorerLib depends on UefiHiiServicesLib, so add this missing library dependency back. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong Reviewed-by: Liming Gao --- MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf b/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf index a97fd4a83b..9c1f28b5a8 100644 --- a/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf +++ b/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf @@ -47,6 +47,7 @@ BaseMemoryLib DebugLib HiiLib + UefiHiiServicesLib [Guids] gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES ## GUID (Indicate the information type is volume) -- 2.39.5