diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-10-14 17:31:48 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-10-19 10:26:07 +0800 |
commit | 5e7c289fef280afd0139d040219afc7a9287aa9d (patch) | |
tree | 1f2590875a1f383b73861c31489078afe2aae58b /EmbeddedPkg | |
parent | eb6d908b1a69c84be379b8a548cee73717fbce31 (diff) | |
download | edk2-5e7c289fef280afd0139d040219afc7a9287aa9d.tar.gz edk2-5e7c289fef280afd0139d040219afc7a9287aa9d.tar.bz2 edk2-5e7c289fef280afd0139d040219afc7a9287aa9d.zip |
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>
Diffstat (limited to 'EmbeddedPkg')
-rw-r--r-- | EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.h b/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.h index d49dd42c00..a631f2847b 100644 --- a/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.h +++ b/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.h @@ -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>
|