Rename PiLibInstallFvInfoPpi() to PeiServicesInstallFvInfoPpi() and remove the reference of PeiPiLib, it has been merged to PeiServicesLib

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6522 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2008-11-13 09:17:38 +00:00
parent d9efa86d17
commit 187f1a5b3a
3 changed files with 2 additions and 4 deletions

View File

@ -654,7 +654,7 @@ PeiFvFindNextVolume (
// If Not Found, Install FvInfo Ppi for it.
//
if (!Match) {
PiLibInstallFvInfoPpi (
PeiServicesInstallFvInfoPpi (
NULL,
(VOID *)(UINTN)FvHob->BaseAddress,
(UINT32)FvHob->Length,
@ -913,7 +913,7 @@ ProcessFvFile (
//
// Install FvPpi and Build FvHob
//
PiLibInstallFvInfoPpi (
PeiServicesInstallFvInfoPpi (
NULL,
FvImageInfo.FvStart,
(UINT32) FvImageInfo.FvSize,

View File

@ -43,7 +43,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <IndustryStandard/PeImage.h>
#include <Library/PeiServicesTablePointerLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/PeiPiLib.h>
#include <Guid/FirmwareFileSystem2.h>
#include <Guid/AprioriFileName.h>

View File

@ -67,7 +67,6 @@
MemoryAllocationLib
CacheMaintenanceLib
PeCoffLib
PeiPiLib
PeiServicesTablePointerLib