summaryrefslogtreecommitdiff
path: root/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-13 08:59:25 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-13 08:59:25 +0000
commit729675ae6363cda914a6a28d07a21e2cf330967d (patch)
tree305011c03b569dcb1669f37f0456d88eb39b765e /MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
parenteb9dd4d058b51fd95f93145fb5dd3ab9095e40dd (diff)
downloadedk2-platforms-729675ae6363cda914a6a28d07a21e2cf330967d.tar.xz
Add PeiServicesInstallFvInfoPpi(). It is formerly PiLibInstallFvInfoPpi() in PeiPiLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6510 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeiServicesLib/PeiServicesLib.inf')
-rw-r--r--MdePkg/Library/PeiServicesLib/PeiServicesLib.inf11
1 files changed, 10 insertions, 1 deletions
diff --git a/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf b/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
index fb58f02b1e..5e52286290 100644
--- a/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
+++ b/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
@@ -34,7 +34,16 @@
[Packages]
MdePkg/MdePkg.dec
-
[LibraryClasses]
PeiServicesTablePointerLib
+ MemoryAllocationLib
+ DebugLib
+
+[Guids]
+ gEfiFirmwareFileSystem2Guid
+
+[Ppis]
+ gEfiPeiFirmwareVolumeInfoPpiGuid
+
+