mirror of https://github.com/acidanthera/audk.git
EmbeddedPkg/FdtPlatformDxe: Reference Shell protocols in MdePkg
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
This commit is contained in:
parent
eb6d908b1a
commit
5e7c289fef
|
@ -19,8 +19,8 @@
|
|||
|
||||
#include <Protocol/DevicePathToText.h>
|
||||
#include <Protocol/DevicePathFromText.h>
|
||||
#include <Protocol/EfiShell.h>
|
||||
#include <Protocol/EfiShellDynamicCommand.h>
|
||||
#include <Protocol/Shell.h>
|
||||
#include <Protocol/ShellDynamicCommand.h>
|
||||
|
||||
#include <Library/DebugLib.h>
|
||||
#include <Library/HiiLib.h>
|
||||
|
|
Loading…
Reference in New Issue