diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-12-06 09:52:27 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-12-06 09:52:27 +0000 |
commit | 288f9b382445a50278155f703ccce9a0293fceb5 (patch) | |
tree | f1e3aef0dd88a58849b443a90b5ac8c6ac496a13 /MdeModulePkg/Core/Pei/PeiMain.inf | |
parent | 6ee65722c769660e29c9ec524c79a6d7f9825d2b (diff) | |
download | edk2-platforms-288f9b382445a50278155f703ccce9a0293fceb5.tar.xz |
Enable PeiCore to dispatch the encapsulated fv images with depex expression. This feature can process the different fv images in the different boot path, which is useful for boot performance and image size.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4366 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Pei/PeiMain.inf')
-rw-r--r-- | MdeModulePkg/Core/Pei/PeiMain.inf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MdeModulePkg/Core/Pei/PeiMain.inf b/MdeModulePkg/Core/Pei/PeiMain.inf index 360f027b2a..0d58f9555a 100644 --- a/MdeModulePkg/Core/Pei/PeiMain.inf +++ b/MdeModulePkg/Core/Pei/PeiMain.inf @@ -81,6 +81,7 @@ MemoryAllocationLib
CacheMaintenanceLib
PeCoffLib
+ PeiPiLib
[Guids]
gPeiAprioriFileNameGuid
@@ -103,6 +104,3 @@ [FeaturePcd.common]
gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst
-
-
-
|