Skip to content

Commit

Permalink
EmbeddedPkg/PrePiLib: Drop dependency on IntelFramework[Module]Pkg
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Hao A Wu <[email protected]>
Reviewed-by: Ray Ni <[email protected]>
Reviewed-by: Leif Lindholm <[email protected]>
  • Loading branch information
hwu25 committed May 15, 2019
1 parent f0b8166 commit 32f345e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <Protocol/StatusCode.h>
#include <Guid/StatusCodeDataTypeId.h>
#include <Guid/StatusCodeDataTypeDebug.h>
#include <FrameworkPei.h>

EFI_STATUS
EFIAPI
Expand Down

0 comments on commit 32f345e

Please sign in to comment.