mirror of https://github.com/acidanthera/audk.git
Add back PeiServicesTablePointerLib library class since GetPeiServicesPointer() API is directly used in PeiSmbusLibSmbusPpi.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6160 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
bdf0fc407c
commit
c6ad4aa601
|
@ -25,6 +25,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#include <Library/DebugLib.h>
|
||||
#include <Library/PeiServicesLib.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/PeiServicesTablePointerLib.h>
|
||||
|
||||
//
|
||||
// Declaration for internal functions
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
BaseMemoryLib
|
||||
PeiServicesLib
|
||||
DebugLib
|
||||
|
||||
PeiServicesTablePointerLib
|
||||
|
||||
[Ppis]
|
||||
gEfiPeiSmbusPpiGuid # PPI ALWAYS_CONSUMED
|
||||
|
|
Loading…
Reference in New Issue