From 2d6a7af90f84bf1d133a30514afdbae6f4f9e305 Mon Sep 17 00:00:00 2001 From: Dandan Bi Date: Thu, 5 May 2016 10:25:03 +0800 Subject: [PATCH] MdeModulePkg/FileExplore: Make LibraryClass & Depex module type consistent Cc: Liming Gao Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi Reviewed-by: Liming Gao --- MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf b/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf index 9c1f28b5a8..8b4383b3b9 100644 --- a/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf +++ b/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf @@ -60,5 +60,5 @@ gEfiFormBrowser2ProtocolGuid ## CONSUMES gEfiDevicePathToTextProtocolGuid ## CONSUMES -[Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER] +[Depex.common.DXE_DRIVER] gEfiFormBrowser2ProtocolGuid AND gEfiHiiDatabaseProtocolGuid \ No newline at end of file -- 2.39.2