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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user