diff options
author | Dong, Eric <eric.dong@intel.com> | 2016-05-04 14:27:39 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-05-05 10:07:45 +0800 |
commit | cb3077230f3a6f65c747840c511d739b95955369 (patch) | |
tree | 1097233087aec3abb1f601923d76d4f190258ddb /MdeModulePkg | |
parent | e8903bb7bf3f975ce8d1986bdbbaaf05c29c0e2b (diff) | |
download | edk2-platforms-cb3077230f3a6f65c747840c511d739b95955369.tar.xz |
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 <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf | 1 |
1 files changed, 1 insertions, 0 deletions
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)
|