diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-27 03:57:21 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-27 03:57:21 +0000 |
commit | 6c25c60e6c81504b4d4b93896e34e1801859d04d (patch) | |
tree | 5cd57e1ce7019dd553796d3c9cfa316d15069fe6 /Nt32Pkg/Nt32.dsc | |
parent | e30e5a72f91cc82f83800e3fde0b16ae9ad2243e (diff) | |
download | edk2-platforms-6c25c60e6c81504b4d4b93896e34e1801859d04d.tar.xz |
1) Add include path into MdeModulePkg.dec
2) Add WinNtAutoScanPeim module into new Nt32Pkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2767 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/Nt32.dsc')
-rw-r--r-- | Nt32Pkg/Nt32.dsc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Nt32Pkg/Nt32.dsc b/Nt32Pkg/Nt32.dsc index 9ee5a7763e..896d38d7a4 100644 --- a/Nt32Pkg/Nt32.dsc +++ b/Nt32Pkg/Nt32.dsc @@ -402,4 +402,5 @@ [Components.IA32]
$(WORKSPACE)\Nt32Pkg\WinNtThunkDxe\WinNtThunk.inf
- $(WORKSPACE)\Nt32Pkg\WinNtThunkPPIToProtocolPeim\WinNtThunkPPIToProtocolPeim.inf
\ No newline at end of file + $(WORKSPACE)\Nt32Pkg\WinNtThunkPPIToProtocolPeim\WinNtThunkPPIToProtocolPeim.inf
+ $(WORKSPACE)\Nt32Pkg\WinNtAutoScanPeim\WinNtAutoScan.inf
\ No newline at end of file |