summaryrefslogtreecommitdiff
path: root/Nt32Pkg/WinNtAutoScanPei
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-28 03:14:08 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-28 03:14:08 +0000
commit076606899f5db5b556f0153b990eebb0990f95d4 (patch)
tree530e787637db4db18dc3273ad4d5197b34164ded /Nt32Pkg/WinNtAutoScanPei
parentb665a407ebb4a64e4c996cbb1cdae32ad47367c3 (diff)
downloadedk2-platforms-076606899f5db5b556f0153b990eebb0990f95d4.tar.xz
Add [depex] in inf file and dxs from file list in inf's [source] section.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2826 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/WinNtAutoScanPei')
-rw-r--r--Nt32Pkg/WinNtAutoScanPei/WinNtAutoScan.inf3
1 files changed, 2 insertions, 1 deletions
diff --git a/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScan.inf b/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScan.inf
index 3b305081a6..bdeaeaede8 100644
--- a/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScan.inf
+++ b/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScan.inf
@@ -43,7 +43,6 @@
################################################################################
[Sources.common]
- WinNtAutoscan.dxs
WinntAutoscan.c
################################################################################
@@ -93,3 +92,5 @@
gPeiBaseMemoryTestPpiGuid # PPI ALWAYS_CONSUMED
gPeiNtAutoScanPpiGuid # PPI ALWAYS_CONSUMED
+[depex]
+ gPeiNtAutoScanPpiGuid AND gEfiPeiMasterBootModePpiGuid AND gPeiBaseMemoryTestPpiGuid \ No newline at end of file