summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/FileExplorerLib
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2016-05-05 10:25:03 +0800
committerStar Zeng <star.zeng@intel.com>2016-05-06 10:44:12 +0800
commit2d6a7af90f84bf1d133a30514afdbae6f4f9e305 (patch)
treec3e95ca0f304dedfcd61a16037217b9fc3db1661 /MdeModulePkg/Library/FileExplorerLib
parenta0b0cd7391fe31a76ef62c639ebe0f6072145557 (diff)
downloadedk2-2d6a7af90f84bf1d133a30514afdbae6f4f9e305.tar.gz
edk2-2d6a7af90f84bf1d133a30514afdbae6f4f9e305.tar.bz2
edk2-2d6a7af90f84bf1d133a30514afdbae6f4f9e305.zip
MdeModulePkg/FileExplore: Make LibraryClass & Depex module type consistent
Cc: Liming Gao <liming.gao@intel.com> Cc: Eric Dong <eric.dong@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdeModulePkg/Library/FileExplorerLib')
-rw-r--r--MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf2
1 files changed, 1 insertions, 1 deletions
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