MdeModulePkg: Remove redundant library classes and GUIDs
Some redundant library classes and GUIDs have been removed in inf, .c and .h files. https://bugzilla.tianocore.org/show_bug.cgi?id=1044 https://bugzilla.tianocore.org/show_bug.cgi?id=1045 https://bugzilla.tianocore.org/show_bug.cgi?id=1047 https://bugzilla.tianocore.org/show_bug.cgi?id=1049 https://bugzilla.tianocore.org/show_bug.cgi?id=1051 https://bugzilla.tianocore.org/show_bug.cgi?id=1052 https://bugzilla.tianocore.org/show_bug.cgi?id=1053 https://bugzilla.tianocore.org/show_bug.cgi?id=1054 https://bugzilla.tianocore.org/show_bug.cgi?id=1055 https://bugzilla.tianocore.org/show_bug.cgi?id=1056 https://bugzilla.tianocore.org/show_bug.cgi?id=1017 https://bugzilla.tianocore.org/show_bug.cgi?id=1035 https://bugzilla.tianocore.org/show_bug.cgi?id=1033 https://bugzilla.tianocore.org/show_bug.cgi?id=1012 https://bugzilla.tianocore.org/show_bug.cgi?id=1011 https://bugzilla.tianocore.org/show_bug.cgi?id=1062 v2: 1. Correct copyright year. 2. Fix alignment issue in AcpiPlatformDxe.inf. 3. Add DevicePathLib which is removed before in I2cHostDxe.inf. 4. Update NvmExpressPei.inf, NvmExpressPei.h, IScsiDxe.inf, IScsiDxe.inf, IScsiDxe.h, DxeMain.inf, DxeMain.h, PiSmmCore.inf and PiSmmCore.h for https://bugzilla.tianocore.org/show_bug.cgi?id=1062. v3: 1. Add https://bugzilla.tianocore.org/show_bug.cgi?id=1062 to the link list. 2. Remove DevicePathLib from I2cHostDxe.inf. 3. Update NvmExpressPei.inf, NvmExpressPei.h, UfsPciHcDxe.inf, UfsPciHcDxe.h, I2cHostDxe.inf, AtaBusDxe.inf, IScsiDxe.inf, IScsiDxe.h, DxeMain.inf, DxeMain.h, PiSmmCore.inf and PiSmmCore.h for https://bugzilla.tianocore.org/show_bug.cgi?id=1062. (Forget to add UfsPciHcDxe.inf, UfsPciHcDxe.h, AtaBusDxe.inf, and I2cHostDxe.inf previously.) Cc: Star Zeng <star.zeng@intel.com> Cc: Eric Dong <eric.dong@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei <shenglei.zhang@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
@ -23,7 +23,6 @@
|
|||||||
#include <Library/PrintLib.h>
|
#include <Library/PrintLib.h>
|
||||||
#include <Library/BmpSupportLib.h>
|
#include <Library/BmpSupportLib.h>
|
||||||
#include <Protocol/GraphicsOutput.h>
|
#include <Protocol/GraphicsOutput.h>
|
||||||
#include <Guid/GlobalVariable.h>
|
|
||||||
#include <Guid/CapsuleReport.h>
|
#include <Guid/CapsuleReport.h>
|
||||||
#include <Guid/SystemResourceTable.h>
|
#include <Guid/SystemResourceTable.h>
|
||||||
#include <Guid/FmpCapsule.h>
|
#include <Guid/FmpCapsule.h>
|
||||||
|
@ -40,7 +40,6 @@
|
|||||||
MdeModulePkg/MdeModulePkg.dec
|
MdeModulePkg/MdeModulePkg.dec
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiGlobalVariableGuid ## CONSUMES ## GUID
|
|
||||||
gEfiCapsuleReportGuid ## CONSUMES ## GUID
|
gEfiCapsuleReportGuid ## CONSUMES ## GUID
|
||||||
gEfiFmpCapsuleGuid ## CONSUMES ## GUID
|
gEfiFmpCapsuleGuid ## CONSUMES ## GUID
|
||||||
gWindowsUxCapsuleGuid ## CONSUMES ## GUID
|
gWindowsUxCapsuleGuid ## CONSUMES ## GUID
|
||||||
|
@ -22,7 +22,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
#include <Library/PrintLib.h>
|
#include <Library/PrintLib.h>
|
||||||
#include <Library/UefiLib.h>
|
#include <Library/UefiLib.h>
|
||||||
#include <Library/DevicePathLib.h>
|
#include <Library/DevicePathLib.h>
|
||||||
#include <Library/PeCoffGetEntryPointLib.h>
|
|
||||||
#include <Library/DxeServicesLib.h>
|
#include <Library/DxeServicesLib.h>
|
||||||
#include <Protocol/SmmCommunication.h>
|
#include <Protocol/SmmCommunication.h>
|
||||||
#include <Guid/PiSmmCommunicationRegionTable.h>
|
#include <Guid/PiSmmCommunicationRegionTable.h>
|
||||||
|
@ -42,7 +42,6 @@
|
|||||||
UefiLib
|
UefiLib
|
||||||
PrintLib
|
PrintLib
|
||||||
DevicePathLib
|
DevicePathLib
|
||||||
PeCoffGetEntryPointLib
|
|
||||||
DxeServicesLib
|
DxeServicesLib
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
|
@ -60,7 +60,6 @@
|
|||||||
ReportStatusCodeLib
|
ReportStatusCodeLib
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiDiskInfoIdeInterfaceGuid ## SOMETIMES_PRODUCES ## UNDEFINED
|
|
||||||
gEfiDiskInfoAhciInterfaceGuid ## SOMETIMES_PRODUCES ## UNDEFINED
|
gEfiDiskInfoAhciInterfaceGuid ## SOMETIMES_PRODUCES ## UNDEFINED
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
|
@ -36,7 +36,6 @@
|
|||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
BaseMemoryLib
|
BaseMemoryLib
|
||||||
DebugLib
|
DebugLib
|
||||||
DevicePathLib
|
|
||||||
MemoryAllocationLib
|
MemoryAllocationLib
|
||||||
UefiBootServicesTableLib
|
UefiBootServicesTableLib
|
||||||
UefiDriverEntryPoint
|
UefiDriverEntryPoint
|
||||||
|
@ -33,7 +33,6 @@
|
|||||||
#include <Library/MemoryAllocationLib.h>
|
#include <Library/MemoryAllocationLib.h>
|
||||||
#include <Library/BaseMemoryLib.h>
|
#include <Library/BaseMemoryLib.h>
|
||||||
#include <Library/IoLib.h>
|
#include <Library/IoLib.h>
|
||||||
#include <Library/PciLib.h>
|
|
||||||
#include <Library/TimerLib.h>
|
#include <Library/TimerLib.h>
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -50,7 +50,6 @@
|
|||||||
MemoryAllocationLib
|
MemoryAllocationLib
|
||||||
BaseMemoryLib
|
BaseMemoryLib
|
||||||
IoLib
|
IoLib
|
||||||
PciLib
|
|
||||||
TimerLib
|
TimerLib
|
||||||
PeimEntryPoint
|
PeimEntryPoint
|
||||||
|
|
||||||
|
@ -44,7 +44,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
#include <Library/UefiBootServicesTableLib.h>
|
#include <Library/UefiBootServicesTableLib.h>
|
||||||
#include <Library/DevicePathLib.h>
|
#include <Library/DevicePathLib.h>
|
||||||
#include <Library/PcdLib.h>
|
#include <Library/PcdLib.h>
|
||||||
#include <Library/PeCoffLib.h>
|
|
||||||
|
|
||||||
#include <IndustryStandard/Pci.h>
|
#include <IndustryStandard/Pci.h>
|
||||||
#include <IndustryStandard/PeImage.h>
|
#include <IndustryStandard/PeImage.h>
|
||||||
|
@ -78,7 +78,6 @@
|
|||||||
BaseLib
|
BaseLib
|
||||||
UefiDriverEntryPoint
|
UefiDriverEntryPoint
|
||||||
DebugLib
|
DebugLib
|
||||||
PeCoffLib
|
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiPciHotPlugRequestProtocolGuid ## SOMETIMES_PRODUCES
|
gEfiPciHotPlugRequestProtocolGuid ## SOMETIMES_PRODUCES
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
#include <Library/BaseLib.h>
|
#include <Library/BaseLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
#include <Library/UefiLib.h>
|
#include <Library/UefiLib.h>
|
||||||
#include <Library/DevicePathLib.h>
|
|
||||||
#include <Library/MemoryAllocationLib.h>
|
#include <Library/MemoryAllocationLib.h>
|
||||||
#include <Library/UefiBootServicesTableLib.h>
|
#include <Library/UefiBootServicesTableLib.h>
|
||||||
#include <Library/UefiDriverEntryPoint.h>
|
#include <Library/UefiDriverEntryPoint.h>
|
||||||
|
@ -42,7 +42,6 @@
|
|||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
BaseLib
|
BaseLib
|
||||||
DebugLib
|
DebugLib
|
||||||
DevicePathLib
|
|
||||||
UefiDriverEntryPoint
|
UefiDriverEntryPoint
|
||||||
UefiBootServicesTableLib
|
UefiBootServicesTableLib
|
||||||
UefiLib
|
UefiLib
|
||||||
|
@ -89,7 +89,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
#include <Library/DevicePathLib.h>
|
#include <Library/DevicePathLib.h>
|
||||||
#include <Library/UefiBootServicesTableLib.h>
|
#include <Library/UefiBootServicesTableLib.h>
|
||||||
#include <Library/ReportStatusCodeLib.h>
|
#include <Library/ReportStatusCodeLib.h>
|
||||||
#include <Library/TimerLib.h>
|
|
||||||
#include <Library/DxeServicesLib.h>
|
#include <Library/DxeServicesLib.h>
|
||||||
#include <Library/DebugAgentLib.h>
|
#include <Library/DebugAgentLib.h>
|
||||||
#include <Library/CpuExceptionHandlerLib.h>
|
#include <Library/CpuExceptionHandlerLib.h>
|
||||||
|
@ -97,7 +97,6 @@
|
|||||||
UefiBootServicesTableLib
|
UefiBootServicesTableLib
|
||||||
DevicePathLib
|
DevicePathLib
|
||||||
ReportStatusCodeLib
|
ReportStatusCodeLib
|
||||||
TimerLib
|
|
||||||
DxeServicesLib
|
DxeServicesLib
|
||||||
DebugAgentLib
|
DebugAgentLib
|
||||||
CpuExceptionHandlerLib
|
CpuExceptionHandlerLib
|
||||||
@ -163,7 +162,6 @@
|
|||||||
gEfiHiiPackageListProtocolGuid ## SOMETIMES_PRODUCES
|
gEfiHiiPackageListProtocolGuid ## SOMETIMES_PRODUCES
|
||||||
gEfiEbcProtocolGuid ## SOMETIMES_CONSUMES
|
gEfiEbcProtocolGuid ## SOMETIMES_CONSUMES
|
||||||
gEfiSmmBase2ProtocolGuid ## SOMETIMES_CONSUMES
|
gEfiSmmBase2ProtocolGuid ## SOMETIMES_CONSUMES
|
||||||
gEfiBlockIoProtocolGuid ## SOMETIMES_CONSUMES
|
|
||||||
|
|
||||||
# Arch Protocols
|
# Arch Protocols
|
||||||
gEfiBdsArchProtocolGuid ## CONSUMES
|
gEfiBdsArchProtocolGuid ## CONSUMES
|
||||||
|
@ -44,7 +44,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
#include <Guid/PropertiesTable.h>
|
#include <Guid/PropertiesTable.h>
|
||||||
|
|
||||||
#include <Protocol/FirmwareVolume2.h>
|
#include <Protocol/FirmwareVolume2.h>
|
||||||
#include <Protocol/BlockIo.h>
|
|
||||||
#include <Protocol/SimpleFileSystem.h>
|
#include <Protocol/SimpleFileSystem.h>
|
||||||
|
|
||||||
#include "DxeMain.h"
|
#include "DxeMain.h"
|
||||||
|
@ -58,7 +58,6 @@
|
|||||||
#include <Library/PcdLib.h>
|
#include <Library/PcdLib.h>
|
||||||
#include <Library/SmmCorePlatformHookLib.h>
|
#include <Library/SmmCorePlatformHookLib.h>
|
||||||
#include <Library/PerformanceLib.h>
|
#include <Library/PerformanceLib.h>
|
||||||
#include <Library/TimerLib.h>
|
|
||||||
#include <Library/HobLib.h>
|
#include <Library/HobLib.h>
|
||||||
#include <Library/SmmMemLib.h>
|
#include <Library/SmmMemLib.h>
|
||||||
|
|
||||||
|
@ -63,10 +63,8 @@
|
|||||||
PcdLib
|
PcdLib
|
||||||
SmmCorePlatformHookLib
|
SmmCorePlatformHookLib
|
||||||
PerformanceLib
|
PerformanceLib
|
||||||
TimerLib
|
|
||||||
HobLib
|
HobLib
|
||||||
SmmMemLib
|
SmmMemLib
|
||||||
DxeServicesLib
|
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiDxeSmmReadyToLockProtocolGuid ## UNDEFINED # SmiHandlerRegister
|
gEfiDxeSmmReadyToLockProtocolGuid ## UNDEFINED # SmiHandlerRegister
|
||||||
@ -90,7 +88,6 @@
|
|||||||
gEfiSmmGpiDispatch2ProtocolGuid ## SOMETIMES_CONSUMES
|
gEfiSmmGpiDispatch2ProtocolGuid ## SOMETIMES_CONSUMES
|
||||||
gEfiSmmIoTrapDispatch2ProtocolGuid ## SOMETIMES_CONSUMES
|
gEfiSmmIoTrapDispatch2ProtocolGuid ## SOMETIMES_CONSUMES
|
||||||
gEfiSmmUsbDispatch2ProtocolGuid ## SOMETIMES_CONSUMES
|
gEfiSmmUsbDispatch2ProtocolGuid ## SOMETIMES_CONSUMES
|
||||||
gEfiSmmCpuProtocolGuid ## SOMETIMES_CONSUMES
|
|
||||||
gEdkiiSmmMemoryAttributeProtocolGuid ## CONSUMES
|
gEdkiiSmmMemoryAttributeProtocolGuid ## CONSUMES
|
||||||
gEfiSmmSxDispatch2ProtocolGuid ## SOMETIMES_CONSUMES
|
gEfiSmmSxDispatch2ProtocolGuid ## SOMETIMES_CONSUMES
|
||||||
|
|
||||||
|
@ -23,7 +23,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
#include <Library/UefiLib.h>
|
#include <Library/UefiLib.h>
|
||||||
#include <Library/DevicePathLib.h>
|
#include <Library/DevicePathLib.h>
|
||||||
#include <Library/PeCoffGetEntryPointLib.h>
|
#include <Library/PeCoffGetEntryPointLib.h>
|
||||||
#include <Library/DxeServicesLib.h>
|
|
||||||
#include <Protocol/LoadedImage.h>
|
#include <Protocol/LoadedImage.h>
|
||||||
#include <Protocol/SmmAccess2.h>
|
#include <Protocol/SmmAccess2.h>
|
||||||
#include <Protocol/SmmReadyToLock.h>
|
#include <Protocol/SmmReadyToLock.h>
|
||||||
|
@ -36,15 +36,14 @@
|
|||||||
|
|
||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
UefiLib
|
UefiLib
|
||||||
DxeServicesLib
|
|
||||||
PcdLib
|
PcdLib
|
||||||
BaseMemoryLib
|
|
||||||
DebugLib
|
DebugLib
|
||||||
UefiBootServicesTableLib
|
UefiBootServicesTableLib
|
||||||
UefiDriverEntryPoint
|
UefiDriverEntryPoint
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiAcpiTableProtocolGuid ## CONSUMES
|
gEfiAcpiTableProtocolGuid ## CONSUMES
|
||||||
|
gEfiFirmwareVolume2ProtocolGuid ## CONSUMES
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile ## CONSUMES
|
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile ## CONSUMES
|
||||||
|
@ -25,8 +25,6 @@
|
|||||||
|
|
||||||
#include <Guid/Acpi.h>
|
#include <Guid/Acpi.h>
|
||||||
#include <Guid/FirmwarePerformance.h>
|
#include <Guid/FirmwarePerformance.h>
|
||||||
#include <Guid/EventGroup.h>
|
|
||||||
#include <Guid/EventLegacyBios.h>
|
|
||||||
|
|
||||||
#include <Library/UefiBootServicesTableLib.h>
|
#include <Library/UefiBootServicesTableLib.h>
|
||||||
#include <Library/UefiRuntimeServicesTableLib.h>
|
#include <Library/UefiRuntimeServicesTableLib.h>
|
||||||
|
@ -61,8 +61,6 @@
|
|||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiEventExitBootServicesGuid ## CONSUMES ## Event
|
gEfiEventExitBootServicesGuid ## CONSUMES ## Event
|
||||||
gEfiEventReadyToBootGuid ## CONSUMES ## Event
|
|
||||||
gEfiEventLegacyBootGuid ## SOMETIMES_CONSUMES ## Event
|
|
||||||
## SOMETIMES_CONSUMES ## HOB
|
## SOMETIMES_CONSUMES ## HOB
|
||||||
## SOMETIMES_CONSUMES ## Variable:L"FirmwarePerformance"
|
## SOMETIMES_CONSUMES ## Variable:L"FirmwarePerformance"
|
||||||
## PRODUCES ## Variable:L"FirmwarePerformance"
|
## PRODUCES ## Variable:L"FirmwarePerformance"
|
||||||
|
@ -42,7 +42,6 @@
|
|||||||
|
|
||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
UefiBootServicesTableLib
|
UefiBootServicesTableLib
|
||||||
MemoryAllocationLib
|
|
||||||
UefiDriverEntryPoint
|
UefiDriverEntryPoint
|
||||||
BaseMemoryLib
|
BaseMemoryLib
|
||||||
BaseLib
|
BaseLib
|
||||||
|
@ -106,8 +106,6 @@
|
|||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## GUID
|
gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## GUID
|
||||||
gEfiFileSystemInfoGuid ## SOMETIMES_CONSUMES ## GUID
|
|
||||||
gEfiFileSystemVolumeLabelInfoIdGuid ## SOMETIMES_CONSUMES ## GUID
|
|
||||||
gEfiDebugImageInfoTableGuid ## SOMETIMES_CONSUMES ## GUID
|
gEfiDebugImageInfoTableGuid ## SOMETIMES_CONSUMES ## GUID
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
|
@ -29,8 +29,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
#include <Protocol/SimpleFileSystem.h>
|
#include <Protocol/SimpleFileSystem.h>
|
||||||
#include <Protocol/DebuggerConfiguration.h>
|
#include <Protocol/DebuggerConfiguration.h>
|
||||||
#include <Guid/FileInfo.h>
|
#include <Guid/FileInfo.h>
|
||||||
#include <Guid/FileSystemInfo.h>
|
|
||||||
#include <Guid/FileSystemVolumeLabelInfo.h>
|
|
||||||
#include <Guid/DebugImageInfoTable.h>
|
#include <Guid/DebugImageInfoTable.h>
|
||||||
|
|
||||||
typedef UINTN EFI_DEBUG_STATUS;
|
typedef UINTN EFI_DEBUG_STATUS;
|
||||||
|
@ -49,7 +49,6 @@
|
|||||||
DxeServicesTableLib
|
DxeServicesTableLib
|
||||||
UefiBootServicesTableLib
|
UefiBootServicesTableLib
|
||||||
UefiRuntimeServicesTableLib
|
UefiRuntimeServicesTableLib
|
||||||
PrintLib
|
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiSystemResourceTableGuid ## PRODUCES ## SystemTable
|
gEfiSystemResourceTableGuid ## PRODUCES ## SystemTable
|
||||||
|
@ -28,7 +28,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
#include <Library/UefiBootServicesTableLib.h>
|
#include <Library/UefiBootServicesTableLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
#include <Library/CapsuleLib.h>
|
#include <Library/CapsuleLib.h>
|
||||||
#include <Library/PrintLib.h>
|
|
||||||
|
|
||||||
#include <Protocol/FirmwareManagement.h>
|
#include <Protocol/FirmwareManagement.h>
|
||||||
#include <Protocol/EsrtManagement.h>
|
#include <Protocol/EsrtManagement.h>
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
gEfiIfrTianoGuid ## SOMETIMES_PRODUCES ## UNDEFINED
|
gEfiIfrTianoGuid ## SOMETIMES_PRODUCES ## UNDEFINED
|
||||||
gEfiAcpiTableGuid ## SOMETIMES_CONSUMES ## SystemTable
|
gEfiAcpiTableGuid ## SOMETIMES_CONSUMES ## SystemTable
|
||||||
gEfiAcpi10TableGuid ## SOMETIMES_CONSUMES ## SystemTable
|
gEfiAcpi10TableGuid ## SOMETIMES_CONSUMES ## SystemTable
|
||||||
gEfiAcpi20TableGuid ## SOMETIMES_CONSUMES ## SystemTable
|
|
||||||
## SOMETIMES_PRODUCES ## Variable:L"iSCSIDeviceList"
|
## SOMETIMES_PRODUCES ## Variable:L"iSCSIDeviceList"
|
||||||
## SOMETIMES_CONSUMES ## Variable:L"iSCSIDeviceList"
|
## SOMETIMES_CONSUMES ## Variable:L"iSCSIDeviceList"
|
||||||
## SOMETIMES_CONSUMES ## UNDEFINED # HiiIsConfigHdrMatch mVendorStorageName
|
## SOMETIMES_CONSUMES ## UNDEFINED # HiiIsConfigHdrMatch mVendorStorageName
|
||||||
|
@ -26,7 +26,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
#include <Library/UefiRuntimeServicesTableLib.h>
|
#include <Library/UefiRuntimeServicesTableLib.h>
|
||||||
|
|
||||||
#include <Guid/EventGroup.h>
|
#include <Guid/EventGroup.h>
|
||||||
#include <Guid/Acpi.h>
|
|
||||||
|
|
||||||
#include "IScsiCommon.h"
|
#include "IScsiCommon.h"
|
||||||
#include "IScsiDriver.h"
|
#include "IScsiDriver.h"
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
#include <Library/BaseLib.h>
|
#include <Library/BaseLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
#include <Library/UefiLib.h>
|
#include <Library/UefiLib.h>
|
||||||
#include <Library/IoLib.h>
|
|
||||||
#include <Library/UefiDriverEntryPoint.h>
|
#include <Library/UefiDriverEntryPoint.h>
|
||||||
#include <Library/UefiBootServicesTableLib.h>
|
#include <Library/UefiBootServicesTableLib.h>
|
||||||
#include <Library/UefiRuntimeLib.h>
|
#include <Library/UefiRuntimeLib.h>
|
||||||
|
@ -43,7 +43,6 @@
|
|||||||
UefiRuntimeLib
|
UefiRuntimeLib
|
||||||
UefiBootServicesTableLib
|
UefiBootServicesTableLib
|
||||||
UefiDriverEntryPoint
|
UefiDriverEntryPoint
|
||||||
IoLib
|
|
||||||
UefiLib
|
UefiLib
|
||||||
DebugLib
|
DebugLib
|
||||||
BaseLib
|
BaseLib
|
||||||
|
@ -26,7 +26,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
#include <Library/MemoryAllocationLib.h>
|
#include <Library/MemoryAllocationLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
#include <Library/UefiLib.h>
|
#include <Library/UefiLib.h>
|
||||||
#include <Library/PcdLib.h>
|
|
||||||
#include <Guid/PiSmmCommunicationRegionTable.h>
|
#include <Guid/PiSmmCommunicationRegionTable.h>
|
||||||
|
|
||||||
#define DEFAULT_COMMON_PI_SMM_COMMUNIATION_REGION_PAGES 4
|
#define DEFAULT_COMMON_PI_SMM_COMMUNIATION_REGION_PAGES 4
|
||||||
|
@ -50,7 +50,6 @@
|
|||||||
MemoryAllocationLib
|
MemoryAllocationLib
|
||||||
HobLib
|
HobLib
|
||||||
DebugLib
|
DebugLib
|
||||||
PcdLib
|
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEdkiiPiSmmCommunicationRegionTableGuid ## PRODUCES ## SystemTable
|
gEdkiiPiSmmCommunicationRegionTableGuid ## PRODUCES ## SystemTable
|
||||||
|
Reference in New Issue
Block a user