diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-06-14 23:29:06 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-06-14 23:29:06 +0000 |
commit | 57b3102955693be2d3e44575b1d98c13a8a535e7 (patch) | |
tree | eb227e79119400a6ad0d247e4fcb8a115e518277 /Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf | |
parent | ea3cfce6a5b3b32a7214ae469fa4cdd2f8d96546 (diff) | |
download | edk2-platforms-57b3102955693be2d3e44575b1d98c13a8a535e7.tar.xz |
Update NT32 to produce the gEfiMemoryTypeInformation HOB
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10582 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf')
-rw-r--r-- | Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf b/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf index a639c6c1aa..0971c0ea29 100644 --- a/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf +++ b/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf @@ -46,6 +46,10 @@ [Ppis]
gPeiNtAutoScanPpiGuid # PPI ALWAYS_CONSUMED
+ gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_CONSUMED
-[depex]
- gPeiNtAutoScanPpiGuid AND gEfiPeiMasterBootModePpiGuid
+[Guids]
+ gEfiMemoryTypeInformationGuid
+
+[Depex]
+ gPeiNtAutoScanPpiGuid AND gEfiPeiMasterBootModePpiGuid AND gEfiPeiReadOnlyVariable2PpiGuid
|