summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg
diff options
context:
space:
mode:
authorHao A Wu <hao.a.wu@intel.com>2019-05-14 11:02:19 +0800
committerHao A Wu <hao.a.wu@intel.com>2019-05-15 16:31:26 +0800
commit32f345eba7193b067248b97ba02eba14237e3537 (patch)
tree10bec25c3442b9e426c76fa3658c3dfba0f6b410 /EmbeddedPkg
parentf0b8166505d2dc98e33d5c12e4fe0ee57af6c9d9 (diff)
downloadedk2-32f345eba7193b067248b97ba02eba14237e3537.tar.gz
edk2-32f345eba7193b067248b97ba02eba14237e3537.tar.bz2
edk2-32f345eba7193b067248b97ba02eba14237e3537.zip
EmbeddedPkg/PrePiLib: Drop dependency on IntelFramework[Module]Pkg
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1720 This commit will remove the dependency on IntelFramework[Module]Pkg from the PrePiLib. Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Hao A Wu <hao.a.wu@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'EmbeddedPkg')
-rw-r--r--EmbeddedPkg/Library/PrePiLib/PrePiLib.inf3
-rw-r--r--EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c1
2 files changed, 0 insertions, 4 deletions
diff --git a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
index 9446bc47df..bdedb8d666 100644
--- a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
+++ b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
@@ -35,9 +35,6 @@
MdePkg/MdePkg.dec
EmbeddedPkg/EmbeddedPkg.dec
MdeModulePkg/MdeModulePkg.dec
- IntelFrameworkPkg/IntelFrameworkPkg.dec # needed to support StatusCodes
- IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec # needed to support StatusCodes
-
[LibraryClasses]
BaseLib
diff --git a/EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c b/EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c
index c56d2318fd..043cf5e9cd 100644
--- a/EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c
+++ b/EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c
@@ -15,7 +15,6 @@
#include <Protocol/StatusCode.h>
#include <Guid/StatusCodeDataTypeId.h>
#include <Guid/StatusCodeDataTypeDebug.h>
-#include <FrameworkPei.h>
EFI_STATUS
EFIAPI