diff options
author | Dandan Bi <dandan.bi@intel.com> | 2016-05-05 10:25:03 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2016-05-06 10:44:12 +0800 |
commit | 2d6a7af90f84bf1d133a30514afdbae6f4f9e305 (patch) | |
tree | c3e95ca0f304dedfcd61a16037217b9fc3db1661 /MdeModulePkg/Library | |
parent | a0b0cd7391fe31a76ef62c639ebe0f6072145557 (diff) | |
download | edk2-platforms-2d6a7af90f84bf1d133a30514afdbae6f4f9e305.tar.xz |
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')
-rw-r--r-- | MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf | 2 |
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 |