From d46aa46c8361194521391aa581593e556c707c6e Mon Sep 17 00:00:00 2001 From: Prachotan Bathi Date: Fri, 8 Aug 2025 13:55:10 -0500 Subject: [PATCH] ShellPkg: Remove EmbeddedPkg dependency Commit dcde148 introduced EmbeddedPkg as a dependency since gFdtTableGuid was in the EmbeddedPkg, but has now been moved to MdePkg. Signed-off-by: Prachotan Bathi --- .../UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf | 1 - ShellPkg/ShellPkg.ci.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf index 0f4068df0f..b6c5df7231 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf @@ -96,7 +96,6 @@ MdePkg/MdePkg.dec ShellPkg/ShellPkg.dec MdeModulePkg/MdeModulePkg.dec - EmbeddedPkg/EmbeddedPkg.dec [LibraryClasses] MemoryAllocationLib diff --git a/ShellPkg/ShellPkg.ci.yaml b/ShellPkg/ShellPkg.ci.yaml index 4f5c69dc8c..2c3a70d84b 100644 --- a/ShellPkg/ShellPkg.ci.yaml +++ b/ShellPkg/ShellPkg.ci.yaml @@ -35,7 +35,6 @@ "MdePkg/MdePkg.dec", "MdeModulePkg/MdeModulePkg.dec", "ShellPkg/ShellPkg.dec", - "EmbeddedPkg/EmbeddedPkg.dec", "NetworkPkg/NetworkPkg.dec" ], # For host based unit tests