mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
e8903bb7bf
commit
cb3077230f
|
@ -47,6 +47,7 @@
|
|||
BaseMemoryLib
|
||||
DebugLib
|
||||
HiiLib
|
||||
UefiHiiServicesLib
|
||||
|
||||
[Guids]
|
||||
gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES ## GUID (Indicate the information type is volume)
|
||||
|
|
Loading…
Reference in New Issue