From 0dea993c5a0624306c2d8257567be7f0179924ad Mon Sep 17 00:00:00 2001 From: AJFISH Date: Fri, 29 Jun 2007 21:03:06 +0000 Subject: [PATCH] git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2920 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Bus/Pci/IdeBus/Dxe/idebus.inf | 12 ------------ .../Bus/Pci/PciBus/Dxe/PciBus.inf | 3 --- .../BaseUefiTianoCustomDecompressLib.inf | 10 ---------- .../OemHookStatusCodeLibNull.inf | 10 ---------- .../PciIncompatibleDeviceSupportLib.inf | 11 ----------- .../DataHub/DataHubStdErr/Dxe/DataHubStdErr.inf | 3 --- .../Universal/DriverSampleDxe/DriverSample.inf | 11 ----------- .../Universal/HiiDataBaseDxe/HiiDatabase.inf | 10 ---------- .../Universal/StatusCode/Dxe/DxeStatusCode.inf | 11 ----------- .../Universal/StatusCode/Pei/PeiStatusCode.inf | 13 ------------- .../DxeReportStatusCodeLib.inf | 9 --------- .../PeiDxeDebugLibReportStatusCode.inf | 15 ++------------- .../Library/UefiLibFramework/UefiLib.inf | 11 ----------- .../Application/HelloWorld/HelloWorld.inf | 4 ++-- MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf | 4 ++-- .../Disk/UnicodeCollation/English/Dxe/English.inf | 4 ++-- MdeModulePkg/Universal/VariablePei/Variable.inf | 2 +- .../Universal/VariableRuntimeDxe/Variable.inf | 6 +++--- Nt32Pkg/BootModePei/BootMode.inf | 10 ---------- Nt32Pkg/FvbServicesRuntimeDxe/Nt32Fwh.inf | 14 ++------------ .../DxeNt32OemHookStatusCodeLib.inf | 12 +----------- Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf | 12 +----------- .../Library/EdkGenericBdsLib/EdkGenericBdsLib.inf | 12 +----------- .../EdkNt32PeiPeCoffGetEntryPointLib.inf | 12 +----------- .../Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.inf | 10 ---------- .../PeiNt32OemHookStatusCodeLib.inf | 12 +----------- .../MiscSubclassDriver.inf | 11 ----------- Nt32Pkg/{Nt32.dsc => Nt32Pkg.dsc} | 0 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScan.inf | 14 ++------------ Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.inf | 12 +----------- Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriver.inf | 12 +----------- Nt32Pkg/WinNtConsoleDxe/WinNtConsole.inf | 12 +----------- Nt32Pkg/WinNtGopDxe/WinNtGop.inf | 12 +----------- Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIo.inf | 11 +---------- .../WinNtSimpleFileSystem.inf | 12 +----------- Nt32Pkg/WinNtThunkDxe/WinNtThunk.inf | 10 ---------- .../WinNtThunkPPIToProtocol.inf | 12 +----------- 37 files changed, 28 insertions(+), 333 deletions(-) rename Nt32Pkg/{Nt32.dsc => Nt32Pkg.dsc} (100%) diff --git a/IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.inf b/IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.inf index ecbb1623fd..d331321ea0 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.inf +++ b/IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.inf @@ -62,18 +62,6 @@ idebus.h -################################################################################ -# -# Includes Section - list of Include locations that are required for -# this module. -# -################################################################################ - -[Includes] - $(WORKSPACE)/MdePkg/Include - $(WORKSPACE)/MdeModulePkg/Include - $(WORKSPACE)/IntelFrameworkPkg/Include - ################################################################################ # # Package Dependency Section - list of Package files that are required for diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.inf b/IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.inf index db1ea24356..a5e7b8a168 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.inf +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.inf @@ -77,9 +77,6 @@ PciIo.h pcibus.h -[Includes] - IntelFrameworkModulePkg/Include - ################################################################################ # # Package Dependency Section - list of Package files that are required for diff --git a/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf b/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf index 069a798bd6..81f6a9aede 100644 --- a/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf +++ b/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf @@ -47,16 +47,6 @@ BaseUefiTianoCustomDecompressLib.c -################################################################################ -# -# Includes Section - list of Include locations that are required for -# this module. -# -################################################################################ - -[Includes] - $(WORKSPACE)/MdePkg/Include - ################################################################################ # # Package Dependency Section - list of Package files that are required for diff --git a/IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf b/IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf index 3bd4672503..de4bd5f337 100644 --- a/IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf +++ b/IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf @@ -46,16 +46,6 @@ OemHookStatusCodeLibNull.c -################################################################################ -# -# Includes Section - list of Include locations that are required for -# this module. -# -################################################################################ - -[Includes] - $(WORKSPACE)/MdePkg/Include - $(WORKSPACE)/IntelFrameworkModulePkg/Include ################################################################################ # diff --git a/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf b/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf index 97d53f7347..e8f879592d 100644 --- a/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf +++ b/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf @@ -46,17 +46,6 @@ IncompatiblePciDeviceList.h PciIncompatibleDeviceSupportLib.c -################################################################################ -# -# Includes Section - list of Include locations that are required for -# this module. -# -################################################################################ - -[Includes] - $(WORKSPACE)/MdePkg/Include - $(WORKSPACE)/IntelFrameworkModulePkg/Include - ################################################################################ # # Package Dependency Section - list of Package files that are required for diff --git a/IntelFrameworkModulePkg/Universal/DataHub/DataHubStdErr/Dxe/DataHubStdErr.inf b/IntelFrameworkModulePkg/Universal/DataHub/DataHubStdErr/Dxe/DataHubStdErr.inf index 728e634d8d..af612e4c2b 100644 --- a/IntelFrameworkModulePkg/Universal/DataHub/DataHubStdErr/Dxe/DataHubStdErr.inf +++ b/IntelFrameworkModulePkg/Universal/DataHub/DataHubStdErr/Dxe/DataHubStdErr.inf @@ -45,9 +45,6 @@ [Sources.common] DataHubStdErr.c -[Includes] - IntelFrameworkModulePkg/Include - ################################################################################ # # Package Dependency Section - list of Package files that are required for diff --git a/IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSample.inf b/IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSample.inf index ea26648664..acfeb8a873 100644 --- a/IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSample.inf +++ b/IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSample.inf @@ -54,17 +54,6 @@ CommonHeader.h -################################################################################ -# -# Includes Section - list of Include locations that are required for -# this module. -# -################################################################################ - -[Includes] - $(WORKSPACE)/IntelFrameworkPkg/Include/Library - $(WORKSPACE)/MdePkg/Include/Library - ################################################################################ # # Package Dependency Section - list of Package files that are required for diff --git a/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/HiiDatabase.inf b/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/HiiDatabase.inf index 216a47a055..93c5a577d7 100644 --- a/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/HiiDatabase.inf +++ b/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/HiiDatabase.inf @@ -54,16 +54,6 @@ CommonHeader.h -################################################################################ -# -# 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 diff --git a/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf b/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf index 6470814110..6a863bcdff 100644 --- a/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf +++ b/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf @@ -68,17 +68,6 @@ Common/DxeStatusCodeCommon.c -################################################################################ -# -# Includes Section - list of Include locations that are required for -# this module. -# -################################################################################ - -[Includes] - $(WORKSPACE)/MdePkg/Include/Library - $(WORKSPACE)/IntelFrameworkModulePkg/Include - $(WORKSPACE)/IntelFrameworkModulePkg/Include/Library ################################################################################ # diff --git a/IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf b/IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf index 2812509df2..b27d1cbb33 100644 --- a/IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf +++ b/IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf @@ -50,19 +50,6 @@ CommonHeader.h -################################################################################ -# -# Includes Section - list of Include locations that are required for -# this module. -# -################################################################################ - -[Includes] - $(WORKSPACE)/MdePkg/Include/Library - $(WORKSPACE)/IntelFrameworkPkg/Include - $(WORKSPACE)/IntelFrameworkModulePkg/Include - $(WORKSPACE)/IntelFrameworkModulePkg/Include/Library - ################################################################################ # # Package Dependency Section - list of Package files that are required for diff --git a/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf b/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf index ba233421bc..7e06d92f72 100644 --- a/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf +++ b/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf @@ -46,15 +46,6 @@ ReportStatusCodeLib.c -################################################################################ -# -# Includes Section - list of Include locations that are required for -# this module. -# -################################################################################ - -[Includes] - ################################################################################ # diff --git a/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf b/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf index 30d28b5ff3..32738ca9d2 100644 --- a/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf +++ b/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf @@ -46,17 +46,6 @@ DebugLib.c -################################################################################ -# -# Includes Section - list of Include locations that are required for -# this module. -# -################################################################################ - -[Includes] - $(WORKSPACE)/MdePkg/Include/Library - $(WORKSPACE)/IntelFrameworkPkg/Include - ################################################################################ # # Package Dependency Section - list of Package files that are required for @@ -65,8 +54,8 @@ ################################################################################ [Packages] - $(WORKSPACE)/MdePkg/MdePkg.dec - $(WORKSPACE)/IntelFrameworkPkg/IntelFrameworkPkg.dec + MdePkg/MdePkg.dec + IntelFrameworkPkg/IntelFrameworkPkg.dec ################################################################################ # diff --git a/IntelFrameworkPkg/Library/UefiLibFramework/UefiLib.inf b/IntelFrameworkPkg/Library/UefiLibFramework/UefiLib.inf index d91ec2e02d..b23c5e7587 100644 --- a/IntelFrameworkPkg/Library/UefiLibFramework/UefiLib.inf +++ b/IntelFrameworkPkg/Library/UefiLibFramework/UefiLib.inf @@ -52,17 +52,6 @@ UefiLib.c -################################################################################ -# -# Includes Section - list of Include locations that are required for -# this module. -# -################################################################################ - -[Includes] - $(WORKSPACE)/MdePkg/Include/Library - $(WORKSPACE)/IntelFrameworkPkg/Include - ################################################################################ # # Package Dependency Section - list of Package files that are required for diff --git a/MdeModulePkg/Application/HelloWorld/HelloWorld.inf b/MdeModulePkg/Application/HelloWorld/HelloWorld.inf index ae48aea4b8..69b5000599 100644 --- a/MdeModulePkg/Application/HelloWorld/HelloWorld.inf +++ b/MdeModulePkg/Application/HelloWorld/HelloWorld.inf @@ -54,8 +54,8 @@ ################################################################################ [Packages] - $(WORKSPACE)/MdePkg/MdePkg.dec - $(WORKSPACE)/MdeModulePkg/MdeModulePkg.dec + MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec ################################################################################ diff --git a/MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf b/MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf index 303b29cf1a..962572d3cb 100644 --- a/MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf +++ b/MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf @@ -58,8 +58,8 @@ ################################################################################ [Packages] - $(WORKSPACE)/MdePkg/MdePkg.dec - $(WORKSPACE)/MdeModulePkg/MdeModulePkg.dec + MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec ################################################################################ diff --git a/MdeModulePkg/Universal/Disk/UnicodeCollation/English/Dxe/English.inf b/MdeModulePkg/Universal/Disk/UnicodeCollation/English/Dxe/English.inf index b628e9e66c..d96cd64c0f 100644 --- a/MdeModulePkg/Universal/Disk/UnicodeCollation/English/Dxe/English.inf +++ b/MdeModulePkg/Universal/Disk/UnicodeCollation/English/Dxe/English.inf @@ -55,8 +55,8 @@ ################################################################################ [Packages] - $(WORKSPACE)/MdePkg/MdePkg.dec - $(WORKSPACE)/MdeModulePkg/MdeModulePkg.dec + MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec ################################################################################ # diff --git a/MdeModulePkg/Universal/VariablePei/Variable.inf b/MdeModulePkg/Universal/VariablePei/Variable.inf index 271e381104..5151c4bf4b 100644 --- a/MdeModulePkg/Universal/VariablePei/Variable.inf +++ b/MdeModulePkg/Universal/VariablePei/Variable.inf @@ -67,8 +67,8 @@ ################################################################################ [Packages] - MdeModulePkg/MdeModulePkg.dec MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec IntelFrameworkPkg/IntelFrameworkPkg.dec diff --git a/MdeModulePkg/Universal/VariableRuntimeDxe/Variable.inf b/MdeModulePkg/Universal/VariableRuntimeDxe/Variable.inf index a2c2d0717a..768deb5493 100644 --- a/MdeModulePkg/Universal/VariableRuntimeDxe/Variable.inf +++ b/MdeModulePkg/Universal/VariableRuntimeDxe/Variable.inf @@ -61,9 +61,9 @@ ################################################################################ [Packages] - $(WORKSPACE)/MdePkg/MdePkg.dec - $(WORKSPACE)/MdeModulePkg/MdeModulePkg.dec - $(WORKSPACE)/IntelFrameworkPkg/IntelFrameworkPkg.dec + MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec + IntelFrameworkPkg/IntelFrameworkPkg.dec ################################################################################ # diff --git a/Nt32Pkg/BootModePei/BootMode.inf b/Nt32Pkg/BootModePei/BootMode.inf index b1cc3778f6..24b469ef74 100644 --- a/Nt32Pkg/BootModePei/BootMode.inf +++ b/Nt32Pkg/BootModePei/BootMode.inf @@ -47,16 +47,6 @@ CommonHeader.h -################################################################################ -# -# 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 diff --git a/Nt32Pkg/FvbServicesRuntimeDxe/Nt32Fwh.inf b/Nt32Pkg/FvbServicesRuntimeDxe/Nt32Fwh.inf index 360910472f..8e2a82cb3a 100644 --- a/Nt32Pkg/FvbServicesRuntimeDxe/Nt32Fwh.inf +++ b/Nt32Pkg/FvbServicesRuntimeDxe/Nt32Fwh.inf @@ -49,16 +49,6 @@ FWBlockService.c -################################################################################ -# -# 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 @@ -67,9 +57,9 @@ ################################################################################ [Packages] - Nt32Pkg/Nt32Pkg.dec - MdeModulePkg/MdeModulePkg.dec MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec + Nt32Pkg/Nt32Pkg.dec ################################################################################ diff --git a/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf b/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf index 35a60fd708..0a92734927 100644 --- a/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf +++ b/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf @@ -51,16 +51,6 @@ CommonHeader.h -################################################################################ -# -# 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 @@ -69,8 +59,8 @@ ################################################################################ [Packages] - Nt32Pkg/Nt32Pkg.dec MdePkg/MdePkg.dec + Nt32Pkg/Nt32Pkg.dec ################################################################################ diff --git a/Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf b/Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf index 9a2db4fb7b..dc22accf00 100644 --- a/Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf +++ b/Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf @@ -50,16 +50,6 @@ CommonHeader.h -################################################################################ -# -# 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 @@ -68,8 +58,8 @@ ################################################################################ [Packages] - Nt32Pkg/Nt32Pkg.dec MdePkg/MdePkg.dec + Nt32Pkg/Nt32Pkg.dec ################################################################################ diff --git a/Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf b/Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf index a268e2aca7..e84bc1794d 100644 --- a/Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf +++ b/Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf @@ -56,16 +56,6 @@ CommonHeader.h -################################################################################ -# -# 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 @@ -74,8 +64,8 @@ ################################################################################ [Packages] - Nt32Pkg/Nt32Pkg.dec MdePkg/MdePkg.dec + Nt32Pkg/Nt32Pkg.dec ################################################################################ diff --git a/Nt32Pkg/Library/EdkNt32PeiPeCoffGetEntryPointLib/EdkNt32PeiPeCoffGetEntryPointLib.inf b/Nt32Pkg/Library/EdkNt32PeiPeCoffGetEntryPointLib/EdkNt32PeiPeCoffGetEntryPointLib.inf index abf478019a..d7fd32c352 100644 --- a/Nt32Pkg/Library/EdkNt32PeiPeCoffGetEntryPointLib/EdkNt32PeiPeCoffGetEntryPointLib.inf +++ b/Nt32Pkg/Library/EdkNt32PeiPeCoffGetEntryPointLib/EdkNt32PeiPeCoffGetEntryPointLib.inf @@ -47,16 +47,6 @@ CommonHeader.h -################################################################################ -# -# 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 @@ -65,8 +55,8 @@ ################################################################################ [Packages] - Nt32Pkg/Nt32Pkg.dec MdePkg/MdePkg.dec + Nt32Pkg/Nt32Pkg.dec ################################################################################ diff --git a/Nt32Pkg/Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.inf b/Nt32Pkg/Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.inf index 4b8d6bfd41..8141c1450d 100644 --- a/Nt32Pkg/Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.inf +++ b/Nt32Pkg/Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.inf @@ -47,16 +47,6 @@ Nt32PeCoffLoader.c CommonHeader.h - -################################################################################ -# -# Includes Section - list of Include locations that are required for -# this module. -# -################################################################################ - -[Includes] - ################################################################################ # # Package Dependency Section - list of Package files that are required for diff --git a/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf b/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf index 5406ae7e9d..5c23eb5d33 100644 --- a/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf +++ b/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf @@ -49,16 +49,6 @@ CommonHeader.h -################################################################################ -# -# 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 @@ -67,8 +57,8 @@ ################################################################################ [Packages] - Nt32Pkg/Nt32Pkg.dec MdePkg/MdePkg.dec + Nt32Pkg/Nt32Pkg.dec ################################################################################ diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.inf b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.inf index c9a43c20f4..a26d6f761c 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.inf +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.inf @@ -77,17 +77,6 @@ MiscBaseBoardManufacturer.uni CommonHeader.h - -################################################################################ -# -# 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 diff --git a/Nt32Pkg/Nt32.dsc b/Nt32Pkg/Nt32Pkg.dsc similarity index 100% rename from Nt32Pkg/Nt32.dsc rename to Nt32Pkg/Nt32Pkg.dsc 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 @@ -45,16 +45,6 @@ [Sources.common] WinntAutoscan.c -################################################################################ -# -# 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 @@ -63,9 +53,9 @@ ################################################################################ [Packages] - Nt32Pkg/Nt32Pkg.dec - MdeModulePkg/MdeModulePkg.dec MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec + Nt32Pkg/Nt32Pkg.dec ################################################################################ diff --git a/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.inf b/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.inf index 0b99f47bd4..4884adf1ed 100644 --- a/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.inf +++ b/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.inf @@ -57,16 +57,6 @@ WinNtBlockIo.h -################################################################################ -# -# 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 @@ -75,8 +65,8 @@ ################################################################################ [Packages] - Nt32Pkg/Nt32Pkg.dec MdePkg/MdePkg.dec + Nt32Pkg/Nt32Pkg.dec ################################################################################ diff --git a/Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriver.inf b/Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriver.inf index d33b8c8ceb..af5adf7086 100644 --- a/Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriver.inf +++ b/Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriver.inf @@ -53,16 +53,6 @@ WinNtBusDriver.h -################################################################################ -# -# 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 @@ -71,8 +61,8 @@ ################################################################################ [Packages] - Nt32Pkg/Nt32Pkg.dec MdePkg/MdePkg.dec + Nt32Pkg/Nt32Pkg.dec ################################################################################ diff --git a/Nt32Pkg/WinNtConsoleDxe/WinNtConsole.inf b/Nt32Pkg/WinNtConsoleDxe/WinNtConsole.inf index 52959fa866..a03b1a392e 100644 --- a/Nt32Pkg/WinNtConsoleDxe/WinNtConsole.inf +++ b/Nt32Pkg/WinNtConsoleDxe/WinNtConsole.inf @@ -53,16 +53,6 @@ Console.h -################################################################################ -# -# 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 @@ -71,8 +61,8 @@ ################################################################################ [Packages] - Nt32Pkg/Nt32Pkg.dec MdePkg/MdePkg.dec + Nt32Pkg/Nt32Pkg.dec ################################################################################ diff --git a/Nt32Pkg/WinNtGopDxe/WinNtGop.inf b/Nt32Pkg/WinNtGopDxe/WinNtGop.inf index 7130ba3930..514fee6a36 100644 --- a/Nt32Pkg/WinNtGopDxe/WinNtGop.inf +++ b/Nt32Pkg/WinNtGopDxe/WinNtGop.inf @@ -55,16 +55,6 @@ WinNtGopInput.c WinNtGopScreen.c -################################################################################ -# -# 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 @@ -73,8 +63,8 @@ ################################################################################ [Packages] - Nt32Pkg/Nt32Pkg.dec MdePkg/MdePkg.dec + Nt32Pkg/Nt32Pkg.dec ################################################################################ diff --git a/Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIo.inf b/Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIo.inf index 59bcf64da7..96d97f264b 100644 --- a/Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIo.inf +++ b/Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIo.inf @@ -51,15 +51,6 @@ WinNtSerialIo.c WinNtSerialIo.h -################################################################################ -# -# Includes Section - list of Include locations that are required for -# this module. -# -################################################################################ - -[Includes] - $(WORKSPACE)/MdePkg/Include/Library ################################################################################ # @@ -69,8 +60,8 @@ ################################################################################ [Packages] - Nt32Pkg/Nt32Pkg.dec MdePkg/MdePkg.dec + Nt32Pkg/Nt32Pkg.dec ################################################################################ diff --git a/Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystem.inf b/Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystem.inf index 625a5fd76e..8424d8fc8d 100644 --- a/Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystem.inf +++ b/Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystem.inf @@ -53,16 +53,6 @@ WinNtSimpleFileSystem.c WinNtSimpleFileSystem.h -################################################################################ -# -# 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 @@ -71,8 +61,8 @@ ################################################################################ [Packages] - Nt32Pkg/Nt32Pkg.dec MdePkg/MdePkg.dec + Nt32Pkg/Nt32Pkg.dec ################################################################################ diff --git a/Nt32Pkg/WinNtThunkDxe/WinNtThunk.inf b/Nt32Pkg/WinNtThunkDxe/WinNtThunk.inf index e0a32dfe4b..66a202da04 100644 --- a/Nt32Pkg/WinNtThunkDxe/WinNtThunk.inf +++ b/Nt32Pkg/WinNtThunkDxe/WinNtThunk.inf @@ -46,16 +46,6 @@ WinNtThunk.c WinNtThunk.h -################################################################################ -# -# Includes Section - list of Include locations that are required for -# this module. -# -################################################################################ - -[Includes] - $(WORKSPACE)/MdePkg/Include/Library - $(WORKSPACE)/Nt32Pkg/Include/Library ################################################################################ # diff --git a/Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocol.inf b/Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocol.inf index 916bea1c5c..cebd43be49 100644 --- a/Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocol.inf +++ b/Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocol.inf @@ -45,16 +45,6 @@ [Sources.common] WinNtThunkPPIToProtocol.c -################################################################################ -# -# 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 @@ -63,8 +53,8 @@ ################################################################################ [Packages] - Nt32Pkg/Nt32Pkg.dec MdePkg/MdePkg.dec + Nt32Pkg/Nt32Pkg.dec ################################################################################ -- 2.39.2