summaryrefslogtreecommitdiff
path: root/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScan.inf
diff options
context:
space:
mode:
Diffstat (limited to 'Nt32Pkg/WinNtAutoScanPei/WinNtAutoScan.inf')
-rw-r--r--Nt32Pkg/WinNtAutoScanPei/WinNtAutoScan.inf14
1 files changed, 2 insertions, 12 deletions
diff --git a/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScan.inf b/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScan.inf
index bdeaeaede8..2233c87b4b 100644
--- a/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScan.inf
+++ b/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScan.inf
@@ -47,25 +47,15 @@
################################################################################
#
-# Includes Section - list of Include locations that are required for
-# this module.
-#
-################################################################################
-
-[Includes]
- $(WORKSPACE)/MdePkg/Include/Library
-
-################################################################################
-#
# Package Dependency Section - list of Package files that are required for
# this module.
#
################################################################################
[Packages]
- Nt32Pkg/Nt32Pkg.dec
- MdeModulePkg/MdeModulePkg.dec
MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
+ Nt32Pkg/Nt32Pkg.dec
################################################################################