summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Drivers
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2016-10-14 17:31:48 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-10-19 10:26:07 +0800
commit5e7c289fef280afd0139d040219afc7a9287aa9d (patch)
tree1f2590875a1f383b73861c31489078afe2aae58b /EmbeddedPkg/Drivers
parenteb6d908b1a69c84be379b8a548cee73717fbce31 (diff)
downloadedk2-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/Drivers')
-rw-r--r--EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.h4
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>