]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EmbeddedPkg/PrePiLib: Drop dependency on IntelFramework[Module]Pkg
authorHao A Wu <hao.a.wu@intel.com>
Tue, 14 May 2019 03:02:19 +0000 (11:02 +0800)
committerHao A Wu <hao.a.wu@intel.com>
Wed, 15 May 2019 08:31:26 +0000 (16:31 +0800)
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>
EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c

index 9446bc47df95eae238ff6ba4ee4e0c93bed5c477..bdedb8d666df7b4f0bd79325a6a015c8fc5410d3 100644 (file)
@@ -35,9 +35,6 @@
   MdePkg/MdePkg.dec\r
   EmbeddedPkg/EmbeddedPkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec              # needed to support StatusCodes\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec  # needed to support StatusCodes\r
-\r
 \r
 [LibraryClasses]\r
   BaseLib\r
index c56d2318fdd0f8e5c441d22559c256e95b184526..043cf5e9cd235f2e6b954922e76b2c6950d1481d 100644 (file)
@@ -15,7 +15,6 @@
 #include <Protocol/StatusCode.h>\r
 #include <Guid/StatusCodeDataTypeId.h>\r
 #include <Guid/StatusCodeDataTypeDebug.h>\r
-#include <FrameworkPei.h>\r
 \r
 EFI_STATUS\r
 EFIAPI\r