remove some comments introduced by tools.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3387 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2007-07-20 06:10:09 +00:00
parent 977bdf030b
commit ed7748fe4a
60 changed files with 170 additions and 510 deletions

View File

@ -24,14 +24,10 @@ Revision History:
#ifndef _EFI_ISA_BUS_H #ifndef _EFI_ISA_BUS_H
#define _EFI_ISA_BUS_H #define _EFI_ISA_BUS_H
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
#include <FrameworkDxe.h> #include <FrameworkDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/PciIo.h> #include <Protocol/PciIo.h>
#include <Protocol/ComponentName.h> #include <Protocol/ComponentName.h>
#include <Protocol/IsaIo.h> #include <Protocol/IsaIo.h>
@ -40,9 +36,7 @@ Revision History:
#include <Protocol/DriverBinding.h> #include <Protocol/DriverBinding.h>
#include <Protocol/GenericMemoryTest.h> #include <Protocol/GenericMemoryTest.h>
#include <Guid/StatusCodeDataTypeId.h> #include <Guid/StatusCodeDataTypeId.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/UefiLib.h> #include <Library/UefiLib.h>

View File

@ -27,15 +27,11 @@ Revision History:
#include <PiDxe.h> #include <PiDxe.h>
#include <FrameworkPei.h> #include <FrameworkPei.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/BlockIo.h> #include <Protocol/BlockIo.h>
#include <Protocol/IsaIo.h> #include <Protocol/IsaIo.h>
#include <Protocol/DevicePath.h> #include <Protocol/DevicePath.h>
//
// The Library classes this module consumes
//
#include <Library/TimerLib.h> #include <Library/TimerLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>

View File

@ -25,20 +25,14 @@ Revision History:
#ifndef _SERIAL_H #ifndef _SERIAL_H
#define _SERIAL_H #define _SERIAL_H
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
#include <FrameworkPei.h> #include <FrameworkPei.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/IsaIo.h> #include <Protocol/IsaIo.h>
#include <Protocol/SerialIo.h> #include <Protocol/SerialIo.h>
#include <Protocol/DevicePath.h> #include <Protocol/DevicePath.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseLib.h> #include <Library/BaseLib.h>

View File

@ -16,21 +16,15 @@
#define _IDE_BUS_H #define _IDE_BUS_H
//
// The package level header files this module uses
//
#include <FrameworkDxe.h> #include <FrameworkDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/IdeControllerInit.h> #include <Protocol/IdeControllerInit.h>
#include <Protocol/BlockIo.h> #include <Protocol/BlockIo.h>
#include <Protocol/PciIo.h> #include <Protocol/PciIo.h>
#include <Protocol/DiskInfo.h> #include <Protocol/DiskInfo.h>
#include <Protocol/DevicePath.h> #include <Protocol/DevicePath.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseLib.h> #include <Library/BaseLib.h>

View File

@ -24,14 +24,10 @@ Revision History
#ifndef _EFI_PCI_BUS_H #ifndef _EFI_PCI_BUS_H
#define _EFI_PCI_BUS_H #define _EFI_PCI_BUS_H
//
// The package level header files this module uses
//
#include <FrameworkDxe.h> #include <FrameworkDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/LoadedImage.h> #include <Protocol/LoadedImage.h>
#include <Protocol/PciHostBridgeResourceAllocation.h> #include <Protocol/PciHostBridgeResourceAllocation.h>
#include <Protocol/PciIo.h> #include <Protocol/PciIo.h>
@ -45,9 +41,7 @@ Revision History
#include <Guid/PciOptionRomTable.h> #include <Guid/PciOptionRomTable.h>
#include <Protocol/BusSpecificDriverOverride.h> #include <Protocol/BusSpecificDriverOverride.h>
#include <Protocol/UgaIo.h> #include <Protocol/UgaIo.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseLib.h> #include <Library/BaseLib.h>

View File

@ -17,13 +17,9 @@
#ifndef __BASE_UEFI_TIANO_CUSTOM_DECOMPRESS_LIB_INTERNALS_H__ #ifndef __BASE_UEFI_TIANO_CUSTOM_DECOMPRESS_LIB_INTERNALS_H__
#define __BASE_UEFI_TIANO_CUSTOM_DECOMPRESS_LIB_INTERNALS_H__ #define __BASE_UEFI_TIANO_CUSTOM_DECOMPRESS_LIB_INTERNALS_H__
//
// The package level header files this module uses
//
#include <Base.h> #include <Base.h>
//
// The Library classes this module consumes
//
#include <Library/UefiDecompressLib.h> #include <Library/UefiDecompressLib.h>
#include <Library/CustomDecompressLib.h> #include <Library/CustomDecompressLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>

View File

@ -16,13 +16,9 @@
#define __COMMON_HEADER_H_ #define __COMMON_HEADER_H_
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/SimpleTextOut.h> #include <Protocol/SimpleTextOut.h>
#include <Protocol/OEMBadging.h> #include <Protocol/OEMBadging.h>
#include <Protocol/ConsoleControl.h> #include <Protocol/ConsoleControl.h>
@ -32,9 +28,7 @@
#include <Protocol/HiiFramework.h> #include <Protocol/HiiFramework.h>
#include <Guid/Bmp.h> #include <Guid/Bmp.h>
//
// The Library classes this module consumes
//
#include <Library/GraphicsLib.h> #include <Library/GraphicsLib.h>
#include <Library/PrintLib.h> #include <Library/PrintLib.h>
#include <Library/BaseLib.h> #include <Library/BaseLib.h>

View File

@ -15,13 +15,9 @@ Intel Corporation.
#ifndef _EFI_INCOMPATIBLE_PCI_DEVICE_LIST_H #ifndef _EFI_INCOMPATIBLE_PCI_DEVICE_LIST_H
#define _EFI_INCOMPATIBLE_PCI_DEVICE_LIST_H #define _EFI_INCOMPATIBLE_PCI_DEVICE_LIST_H
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The Library classes this module consumes
//
#include <Library/PciIncompatibleDeviceSupportLib.h> #include <Library/PciIncompatibleDeviceSupportLib.h>
#include <Library/MemoryAllocationLib.h> #include <Library/MemoryAllocationLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>

View File

@ -25,17 +25,13 @@ Revision History
#include <PiDxe.h> #include <PiDxe.h>
#include <FrameworkDxe.h> #include <FrameworkDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/SimpleTextIn.h> #include <Protocol/SimpleTextIn.h>
#include <Protocol/SimpleTextOut.h> #include <Protocol/SimpleTextOut.h>
#include <Protocol/PciIo.h> #include <Protocol/PciIo.h>
#include <Protocol/VgaMiniPort.h> #include <Protocol/VgaMiniPort.h>
#include <Protocol/DevicePath.h> #include <Protocol/DevicePath.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseLib.h> #include <Library/BaseLib.h>

View File

@ -22,17 +22,11 @@ Abstract:
#ifndef _DATA_HUB_H_ #ifndef _DATA_HUB_H_
#define _DATA_HUB_H_ #define _DATA_HUB_H_
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/DataHub.h> #include <Protocol/DataHub.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/UefiLib.h> #include <Library/UefiLib.h>

View File

@ -20,21 +20,15 @@ Abstract:
--*/ --*/
//
// The package level header files this module uses
//
#include <FrameworkDxe.h> #include <FrameworkDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Guid/DataHubStatusCodeRecord.h> #include <Guid/DataHubStatusCodeRecord.h>
#include <Guid/StatusCodeDataTypeId.h> #include <Guid/StatusCodeDataTypeId.h>
#include <Protocol/DataHub.h> #include <Protocol/DataHub.h>
#include <Protocol/SimpleTextOut.h> #include <Protocol/SimpleTextOut.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseMemoryLib.h> #include <Library/BaseMemoryLib.h>

View File

@ -24,18 +24,12 @@ Revision History
#define _DRIVER_SAMPLE_H #define _DRIVER_SAMPLE_H
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/FormCallbackFramework.h> #include <Protocol/FormCallbackFramework.h>
#include <Protocol/HiiFramework.h> #include <Protocol/HiiFramework.h>
//
// The Library classes this module consumes
//
#include <Library/UefiBootServicesTableLib.h> #include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiRuntimeServicesTableLib.h> #include <Library/UefiRuntimeServicesTableLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>

View File

@ -23,19 +23,13 @@ Abstract:
#ifndef _HIIDATABASE_H #ifndef _HIIDATABASE_H
#define _HIIDATABASE_H #define _HIIDATABASE_H
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Guid/GlobalVariable.h> #include <Guid/GlobalVariable.h>
#include <Protocol/FormCallbackFramework.h> #include <Protocol/FormCallbackFramework.h>
#include <Protocol/HiiFramework.h> #include <Protocol/HiiFramework.h>
//
// The Library classes this module consumes
//
#include <Library/BaseLib.h> #include <Library/BaseLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>

View File

@ -23,20 +23,14 @@ Revision History
#ifndef _SETUP_H #ifndef _SETUP_H
#define _SETUP_H #define _SETUP_H
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/FormCallbackFramework.h> #include <Protocol/FormCallbackFramework.h>
#include <Protocol/FormBrowserFramework.h> #include <Protocol/FormBrowserFramework.h>
#include <Protocol/HiiFramework.h> #include <Protocol/HiiFramework.h>
#include <Protocol/Print.h> #include <Protocol/Print.h>
//
// The Library classes this module consumes
//
#include <Library/BaseLib.h> #include <Library/BaseLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/BaseMemoryLib.h> #include <Library/BaseMemoryLib.h>

View File

@ -14,22 +14,16 @@
#ifndef __DXE_STATUS_CODE_H__ #ifndef __DXE_STATUS_CODE_H__
#define __DXE_STATUS_CODE_H__ #define __DXE_STATUS_CODE_H__
//
// The package level header files this module uses
//
#include <FrameworkDxe.h> #include <FrameworkDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Guid/DataHubStatusCodeRecord.h> #include <Guid/DataHubStatusCodeRecord.h>
#include <Protocol/DataHub.h> #include <Protocol/DataHub.h>
#include <Protocol/SerialIo.h> #include <Protocol/SerialIo.h>
#include <Guid/MemoryStatusCodeRecord.h> #include <Guid/MemoryStatusCodeRecord.h>
#include <Protocol/StatusCode.h> #include <Protocol/StatusCode.h>
#include <Guid/StatusCodeDataTypeId.h> #include <Guid/StatusCodeDataTypeId.h>
//
// The Library classes this module consumes
//
#include <Library/BaseLib.h> #include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h> #include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>

View File

@ -19,19 +19,13 @@
#define __PEI_STATUS_CODE_H__ #define __PEI_STATUS_CODE_H__
//
// The package level header files this module uses
//
#include <FrameworkPei.h> #include <FrameworkPei.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Guid/MemoryStatusCodeRecord.h> #include <Guid/MemoryStatusCodeRecord.h>
#include <Guid/StatusCodeDataTypeId.h> #include <Guid/StatusCodeDataTypeId.h>
#include <Ppi/StatusCode.h> #include <Ppi/StatusCode.h>
//
// The Library classes this module consumes
//
#include <Library/BaseLib.h> #include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h> #include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>

View File

@ -17,20 +17,14 @@
#ifndef _DXE_CPUIO_LIB_INTERNAL_H_ #ifndef _DXE_CPUIO_LIB_INTERNAL_H_
#define _DXE_CPUIO_LIB_INTERNAL_H_ #define _DXE_CPUIO_LIB_INTERNAL_H_
//
// The package level header files this module uses
//
#include <FrameworkDxe.h> #include <FrameworkDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/CpuIo.h> #include <Protocol/CpuIo.h>
#include <Protocol/PciRootBridgeIo.h> #include <Protocol/PciRootBridgeIo.h>
//
// The Library classes this module consumes
//
#include <Library/IoLib.h> #include <Library/IoLib.h>
#include <Library/UefiBootServicesTableLib.h> #include <Library/UefiBootServicesTableLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>

View File

@ -12,18 +12,12 @@
**/ **/
//
// The package level header files this module uses
//
#include <FrameworkDxe.h> #include <FrameworkDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Guid/StatusCodeDataTypeId.h> #include <Guid/StatusCodeDataTypeId.h>
#include <Protocol/StatusCode.h> #include <Protocol/StatusCode.h>
//
// The Library classes this module consumes
//
#include <Library/ReportStatusCodeLib.h> #include <Library/ReportStatusCodeLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiBootServicesTableLib.h> #include <Library/UefiBootServicesTableLib.h>

View File

@ -12,19 +12,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/ **/
//
// The package level header files this module uses
//
#include <FrameworkSmm.h> #include <FrameworkSmm.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/LoadedImage.h> #include <Protocol/LoadedImage.h>
#include <Protocol/SmmBase.h> #include <Protocol/SmmBase.h>
#include <Protocol/DevicePath.h> #include <Protocol/DevicePath.h>
//
// The Library classes this module consumes
//
#include <Library/DxeSmmDriverEntryPoint.h> #include <Library/DxeSmmDriverEntryPoint.h>
#include <Library/UefiBootServicesTableLib.h> #include <Library/UefiBootServicesTableLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>

View File

@ -14,16 +14,10 @@
**/ **/
//
// The package level header files this module uses
//
#include <FrameworkDxe.h> #include <FrameworkDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
//
// The Library classes this module consumes
//
#include <Library/HiiLibFramework.h> #include <Library/HiiLibFramework.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/MemoryAllocationLib.h> #include <Library/MemoryAllocationLib.h>

View File

@ -16,18 +16,12 @@
#define __COMMON_HEADER_H_ #define __COMMON_HEADER_H_
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Guid/GlobalVariable.h> #include <Guid/GlobalVariable.h>
#include <Protocol/HiiFramework.h> #include <Protocol/HiiFramework.h>
//
// The Library classes this module consumes
//
#include <Library/IfrSupportLibFramework.h> #include <Library/IfrSupportLibFramework.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/BaseLib.h> #include <Library/BaseLib.h>

View File

@ -13,17 +13,11 @@
**/ **/
//
// The package level header files this module uses
//
#include <FrameworkPei.h> #include <FrameworkPei.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Guid/StatusCodeDataTypeId.h> #include <Guid/StatusCodeDataTypeId.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/BaseLib.h> #include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h> #include <Library/BaseMemoryLib.h>

View File

@ -12,17 +12,11 @@
**/ **/
//
// The package level header files this module uses
//
#include <FrameworkPei.h> #include <FrameworkPei.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Guid/StatusCodeDataTypeId.h> #include <Guid/StatusCodeDataTypeId.h>
//
// The Library classes this module consumes
//
#include <Library/ReportStatusCodeLib.h> #include <Library/ReportStatusCodeLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/BaseLib.h> #include <Library/BaseLib.h>

View File

@ -16,18 +16,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#ifndef __INTERNAL_SMBUS_LIB_H #ifndef __INTERNAL_SMBUS_LIB_H
#define __INTERNAL_SMBUS_LIB_H #define __INTERNAL_SMBUS_LIB_H
//
// The package level header files this module uses
//
#include <PiPei.h> #include <PiPei.h>
#include <FrameworkPei.h> #include <FrameworkPei.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Ppi/Smbus.h> #include <Ppi/Smbus.h>
//
// The Library classes this module consumes
//
#include <Library/SmbusLib.h> #include <Library/SmbusLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/PeiServicesTablePointerLib.h> #include <Library/PeiServicesTablePointerLib.h>

View File

@ -18,19 +18,13 @@
#ifndef _UEFI_LIB_FRAMEWORK_H_ #ifndef _UEFI_LIB_FRAMEWORK_H_
#define _UEFI_LIB_FRAMEWORK_H_ #define _UEFI_LIB_FRAMEWORK_H_
//
// The package level header files this module uses
//
#include <FrameworkDxe.h> #include <FrameworkDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Guid/EventGroup.h> #include <Guid/EventGroup.h>
#include <Guid/EventLegacyBios.h> #include <Guid/EventLegacyBios.h>
#include <Guid/FrameworkDevicePath.h> #include <Guid/FrameworkDevicePath.h>
//
// The Library classes this module consumes
//
#include <Library/UefiLib.h> #include <Library/UefiLib.h>
#include <Library/UefiBootServicesTableLib.h> #include <Library/UefiBootServicesTableLib.h>
#include <Library/BaseLib.h> #include <Library/BaseLib.h>

View File

@ -16,18 +16,12 @@
#define _APT_H #define _APT_H
//
// The package level header files this module uses
//
#include <Uefi.h> #include <Uefi.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/ScsiPassThru.h> #include <Protocol/ScsiPassThru.h>
#include <Protocol/PciIo.h> #include <Protocol/PciIo.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseLib.h> #include <Library/BaseLib.h>

View File

@ -23,18 +23,12 @@ Revision History
#ifndef _EFI_EHCI_H_ #ifndef _EFI_EHCI_H_
#define _EFI_EHCI_H_ #define _EFI_EHCI_H_
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/Usb2HostController.h> #include <Protocol/Usb2HostController.h>
#include <Protocol/PciIo.h> #include <Protocol/PciIo.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/BaseMemoryLib.h> #include <Library/BaseMemoryLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>

View File

@ -25,19 +25,13 @@ Revision History
#ifndef _UHCI_H #ifndef _UHCI_H
#define _UHCI_H #define _UHCI_H
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/Usb2HostController.h> #include <Protocol/Usb2HostController.h>
#include <Protocol/UsbHostController.h> #include <Protocol/UsbHostController.h>
#include <Protocol/PciIo.h> #include <Protocol/PciIo.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/BaseMemoryLib.h> #include <Library/BaseMemoryLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>

View File

@ -17,23 +17,17 @@ Abstract:
--*/ --*/
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/ScsiPassThru.h> #include <Protocol/ScsiPassThru.h>
#include <Protocol/ScsiPassThruExt.h> #include <Protocol/ScsiPassThruExt.h>
#include <Protocol/ScsiIo.h> #include <Protocol/ScsiIo.h>
#include <Protocol/ComponentName.h> #include <Protocol/ComponentName.h>
#include <Protocol/DriverBinding.h> #include <Protocol/DriverBinding.h>
#include <Protocol/DevicePath.h> #include <Protocol/DevicePath.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/UefiLib.h> #include <Library/UefiLib.h>

View File

@ -19,23 +19,17 @@ Abstract:
Revision History Revision History
--*/ --*/
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/ScsiPassThru.h> #include <Protocol/ScsiPassThru.h>
#include <Protocol/ScsiPassThruExt.h> #include <Protocol/ScsiPassThruExt.h>
#include <Protocol/ScsiIo.h> #include <Protocol/ScsiIo.h>
#include <Protocol/ComponentName.h> #include <Protocol/ComponentName.h>
#include <Protocol/DriverBinding.h> #include <Protocol/DriverBinding.h>
#include <Protocol/DevicePath.h> #include <Protocol/DevicePath.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/UefiLib.h> #include <Library/UefiLib.h>

View File

@ -17,21 +17,15 @@ Abstract:
--*/ --*/
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/ScsiIo.h> #include <Protocol/ScsiIo.h>
#include <Protocol/ComponentName.h> #include <Protocol/ComponentName.h>
#include <Protocol/BlockIo.h> #include <Protocol/BlockIo.h>
#include <Protocol/DriverBinding.h> #include <Protocol/DriverBinding.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/UefiLib.h> #include <Library/UefiLib.h>

View File

@ -16,21 +16,15 @@ Module Name:
Abstract: Abstract:
--*/ --*/
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/ScsiIo.h> #include <Protocol/ScsiIo.h>
#include <Protocol/ComponentName.h> #include <Protocol/ComponentName.h>
#include <Protocol/BlockIo.h> #include <Protocol/BlockIo.h>
#include <Protocol/DriverBinding.h> #include <Protocol/DriverBinding.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/UefiLib.h> #include <Library/UefiLib.h>

View File

@ -18,14 +18,10 @@ Abstract:
**/ **/
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The Library classes this module consumes
//
#include <Library/UefiLib.h> #include <Library/UefiLib.h>

View File

@ -24,20 +24,14 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#ifndef _EFI_USB_BUS_H_ #ifndef _EFI_USB_BUS_H_
#define _EFI_USB_BUS_H_ #define _EFI_USB_BUS_H_
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/Usb2HostController.h> #include <Protocol/Usb2HostController.h>
#include <Protocol/UsbHostController.h> #include <Protocol/UsbHostController.h>
#include <Protocol/UsbIo.h> #include <Protocol/UsbIo.h>
#include <Protocol/DevicePath.h> #include <Protocol/DevicePath.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/BaseMemoryLib.h> #include <Library/BaseMemoryLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>

View File

@ -22,20 +22,14 @@ Revision History
#ifndef _USB_KB_H #ifndef _USB_KB_H
#define _USB_KB_H #define _USB_KB_H
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/SimpleTextIn.h> #include <Protocol/SimpleTextIn.h>
#include <Guid/HotPlugDevice.h> #include <Guid/HotPlugDevice.h>
#include <Protocol/UsbIo.h> #include <Protocol/UsbIo.h>
#include <Protocol/DevicePath.h> #include <Protocol/DevicePath.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/ReportStatusCodeLib.h> #include <Library/ReportStatusCodeLib.h>
#include <Library/BaseMemoryLib.h> #include <Library/BaseMemoryLib.h>

View File

@ -17,14 +17,10 @@ Abstract:
--*/ --*/
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The Library classes this module consumes
//
#include <Library/UefiLib.h> #include <Library/UefiLib.h>
// //

View File

@ -31,18 +31,12 @@ Revision History
#ifndef _EFI_USBMASS_H_ #ifndef _EFI_USBMASS_H_
#define _EFI_USBMASS_H_ #define _EFI_USBMASS_H_
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/BlockIo.h> #include <Protocol/BlockIo.h>
#include <Protocol/UsbIo.h> #include <Protocol/UsbIo.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/BaseMemoryLib.h> #include <Library/BaseMemoryLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>

View File

@ -21,19 +21,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#ifndef _USB_MOUSE_H #ifndef _USB_MOUSE_H
#define _USB_MOUSE_H #define _USB_MOUSE_H
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/SimplePointer.h> #include <Protocol/SimplePointer.h>
#include <Protocol/UsbIo.h> #include <Protocol/UsbIo.h>
#include <Protocol/DevicePath.h> #include <Protocol/DevicePath.h>
//
// The Library classes this module consumes
//
#include <Library/ReportStatusCodeLib.h> #include <Library/ReportStatusCodeLib.h>
#include <Library/BaseMemoryLib.h> #include <Library/BaseMemoryLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>

View File

@ -23,14 +23,10 @@ Revision History
#define _DXE_MAIN_H_ #define _DXE_MAIN_H_
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
#include <FrameworkPei.h> #include <FrameworkPei.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/LoadedImage.h> #include <Protocol/LoadedImage.h>
#include <Protocol/GuidedSectionExtraction.h> #include <Protocol/GuidedSectionExtraction.h>
#include <Protocol/SectionExtraction.h> #include <Protocol/SectionExtraction.h>
@ -74,9 +70,7 @@ Revision History
#include <Protocol/BusSpecificDriverOverride.h> #include <Protocol/BusSpecificDriverOverride.h>
#include <Protocol/Performance.h> #include <Protocol/Performance.h>
#include <Guid/StatusCodeDataTypeId.h> #include <Guid/StatusCodeDataTypeId.h>
//
// The Library classes this module consumes
//
#include <Library/DxeCoreEntryPoint.h> #include <Library/DxeCoreEntryPoint.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiLib.h> #include <Library/UefiLib.h>

View File

@ -26,9 +26,7 @@ Revision History:
--*/ --*/
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
UINT32 mCrcTable[256]; UINT32 mCrcTable[256];

View File

@ -19,18 +19,12 @@ Abstract:
--*/ --*/
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/Performance.h> #include <Protocol/Performance.h>
#include <Guid/PeiPerformanceHob.h> #include <Guid/PeiPerformanceHob.h>
//
// The Library classes this module consumes
//
#include <Library/PerformanceLib.h> #include <Library/PerformanceLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/HobLib.h> #include <Library/HobLib.h>

View File

@ -17,17 +17,11 @@ Abstract:
--*/ --*/
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Guid/PeiPeCoffLoader.h> #include <Guid/PeiPeCoffLoader.h>
//
// The Library classes this module consumes
//
#include <Library/PeCoffLoaderLib.h> #include <Library/PeCoffLoaderLib.h>
#include <Library/HobLib.h> #include <Library/HobLib.h>

View File

@ -19,17 +19,11 @@ Abstract:
--*/ --*/
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/Performance.h> #include <Protocol/Performance.h>
//
// The Library classes this module consumes
//
#include <Library/PerformanceLib.h> #include <Library/PerformanceLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiBootServicesTableLib.h> #include <Library/UefiBootServicesTableLib.h>

View File

@ -21,17 +21,11 @@ Abstract:
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/Print.h> #include <Protocol/Print.h>
//
// The Library classes this module consumes
//
#include <Library/PrintLib.h> #include <Library/PrintLib.h>
#include <Library/UefiBootServicesTableLib.h> #include <Library/UefiBootServicesTableLib.h>

View File

@ -12,18 +12,12 @@ http://opensource.org/licenses/bsd-license.php
#ifndef __FVB_H__ #ifndef __FVB_H__
#define __FVB_H__ #define __FVB_H__
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/FirmwareVolumeBlock.h> #include <Protocol/FirmwareVolumeBlock.h>
#include <Protocol/FvbExtension.h> #include <Protocol/FvbExtension.h>
//
// The Library classes this module consumes
//
#include <Library/FvbServiceLib.h> #include <Library/FvbServiceLib.h>
#include <Library/UefiLib.h> #include <Library/UefiLib.h>
#include <Library/BaseLib.h> #include <Library/BaseLib.h>

View File

@ -20,17 +20,11 @@ Abstract:
--*/ --*/
//
// The package level header files this module uses
//
#include <PiPei.h> #include <PiPei.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Guid/PeiPeCoffLoader.h> #include <Guid/PeiPeCoffLoader.h>
//
// The Library classes this module consumes
//
#include <Library/PeCoffLib.h> #include <Library/PeCoffLib.h>
#include <IndustryStandard/PeImage.h> #include <IndustryStandard/PeImage.h>

View File

@ -19,17 +19,11 @@ Abstract:
--*/ --*/
//
// The package level header files this module uses
//
#include <PiPei.h> #include <PiPei.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Guid/PeiPerformanceHob.h> #include <Guid/PeiPerformanceHob.h>
//
// The Library classes this module consumes
//
#include <Library/PerformanceLib.h> #include <Library/PerformanceLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/HobLib.h> #include <Library/HobLib.h>

View File

@ -22,18 +22,12 @@ Abstract:
#ifndef _CAPSULE_RUNTIME_H_ #ifndef _CAPSULE_RUNTIME_H_
#define _CAPSULE_RUNTIME_H_ #define _CAPSULE_RUNTIME_H_
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/Capsule.h> #include <Protocol/Capsule.h>
#include <Guid/CapsuleVendor.h> #include <Guid/CapsuleVendor.h>
//
// The Library classes this module consumes
//
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/DxeServicesTableLib.h> #include <Library/DxeServicesTableLib.h>
#include <Library/UefiRuntimeLib.h> #include <Library/UefiRuntimeLib.h>

View File

@ -20,21 +20,15 @@ Abstract:
#ifndef __DEBUGPORT_H__ #ifndef __DEBUGPORT_H__
#define __DEBUGPORT_H__ #define __DEBUGPORT_H__
//
// The package level header files this module uses
//
#include <Uefi.h> #include <Uefi.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/DevicePath.h> #include <Protocol/DevicePath.h>
#include <Protocol/ComponentName.h> #include <Protocol/ComponentName.h>
#include <Protocol/DriverBinding.h> #include <Protocol/DriverBinding.h>
#include <Protocol/SerialIo.h> #include <Protocol/SerialIo.h>
#include <Protocol/DebugPort.h> #include <Protocol/DebugPort.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/UefiLib.h> #include <Library/UefiLib.h>

View File

@ -15,18 +15,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#ifndef _PLDEBUG_SUPPORT_H #ifndef _PLDEBUG_SUPPORT_H
#define _PLDEBUG_SUPPORT_H #define _PLDEBUG_SUPPORT_H
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/DebugSupport.h> #include <Protocol/DebugSupport.h>
#include <Protocol/LoadedImage.h> #include <Protocol/LoadedImage.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseMemoryLib.h> #include <Library/BaseMemoryLib.h>

View File

@ -15,18 +15,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#ifndef _PLDEBUG_SUPPORT_H #ifndef _PLDEBUG_SUPPORT_H
#define _PLDEBUG_SUPPORT_H #define _PLDEBUG_SUPPORT_H
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/DebugSupport.h> #include <Protocol/DebugSupport.h>
#include <Protocol/LoadedImage.h> #include <Protocol/LoadedImage.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseMemoryLib.h> #include <Library/BaseMemoryLib.h>

View File

@ -15,18 +15,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#ifndef _PLDEBUG_SUPPORT_H #ifndef _PLDEBUG_SUPPORT_H
#define _PLDEBUG_SUPPORT_H #define _PLDEBUG_SUPPORT_H
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/DebugSupport.h> #include <Protocol/DebugSupport.h>
#include <Protocol/LoadedImage.h> #include <Protocol/LoadedImage.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseMemoryLib.h> #include <Library/BaseMemoryLib.h>

View File

@ -25,18 +25,12 @@ Revision History
#define _UNICODE_COLLATION_ENG_H #define _UNICODE_COLLATION_ENG_H
//
// The package level header files this module uses
//
#include <Uefi.h> #include <Uefi.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/UnicodeCollation.h> #include <Protocol/UnicodeCollation.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/UefiBootServicesTableLib.h> #include <Library/UefiBootServicesTableLib.h>

View File

@ -23,18 +23,12 @@ Abstract:
#ifndef _EBC_INT_H_ #ifndef _EBC_INT_H_
#define _EBC_INT_H_ #define _EBC_INT_H_
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/DebugSupport.h> #include <Protocol/DebugSupport.h>
#include <Protocol/Ebc.h> #include <Protocol/Ebc.h>
//
// The Library classes this module consumes
//
#include <Library/BaseLib.h> #include <Library/BaseLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>

View File

@ -29,20 +29,14 @@ Abstract:
#ifndef _EFI_FAULT_TOLERANT_WRITE_LITE_H_ #ifndef _EFI_FAULT_TOLERANT_WRITE_LITE_H_
#define _EFI_FAULT_TOLERANT_WRITE_LITE_H_ #define _EFI_FAULT_TOLERANT_WRITE_LITE_H_
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/PciRootBridgeIo.h> #include <Protocol/PciRootBridgeIo.h>
#include <Guid/SystemNvDataGuid.h> #include <Guid/SystemNvDataGuid.h>
#include <Protocol/FaultTolerantWriteLite.h> #include <Protocol/FaultTolerantWriteLite.h>
#include <Protocol/FirmwareVolumeBlock.h> #include <Protocol/FirmwareVolumeBlock.h>
//
// The Library classes this module consumes
//
#include <Library/PcdLib.h> #include <Library/PcdLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>

View File

@ -21,18 +21,12 @@ Abstract:
#ifndef _NULL_MEMORY_TEST_H #ifndef _NULL_MEMORY_TEST_H
#define _NULL_MEMORY_TEST_H #define _NULL_MEMORY_TEST_H
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/GenericMemoryTest.h> #include <Protocol/GenericMemoryTest.h>
//
// The Library classes this module consumes
//
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/DxeServicesTableLib.h> #include <Library/DxeServicesTableLib.h>

View File

@ -22,17 +22,11 @@ Abstract:
#ifndef _MONOTONIC_COUNTER_DRIVER_H_ #ifndef _MONOTONIC_COUNTER_DRIVER_H_
#define _MONOTONIC_COUNTER_DRIVER_H_ #define _MONOTONIC_COUNTER_DRIVER_H_
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/MonotonicCounter.h> #include <Protocol/MonotonicCounter.h>
//
// The Library classes this module consumes
//
#include <Library/BaseLib.h> #include <Library/BaseLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/UefiRuntimeLib.h> #include <Library/UefiRuntimeLib.h>

View File

@ -26,17 +26,11 @@ Revision History
#ifndef _RTC_H_ #ifndef _RTC_H_
#define _RTC_H_ #define _RTC_H_
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/RealTimeClock.h> #include <Protocol/RealTimeClock.h>
//
// The Library classes this module consumes
//
#include <Library/BaseLib.h> #include <Library/BaseLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiLib.h> #include <Library/UefiLib.h>

View File

@ -23,18 +23,12 @@ Abstract:
// //
// Statements that include other header files // Statements that include other header files
// //
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
//
// The protocols, PPI and GUID defintions for this module
//
#include <Protocol/VariableWrite.h> #include <Protocol/VariableWrite.h>
#include <Protocol/Variable.h> #include <Protocol/Variable.h>
//
// The Library classes this module consumes
//
#include <Library/BaseMemoryLib.h> #include <Library/BaseMemoryLib.h>
#include <Library/MemoryAllocationLib.h> #include <Library/MemoryAllocationLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>

View File

@ -25,9 +25,7 @@ Revision History
#define _WATCHDOG_TIMER_H_ #define _WATCHDOG_TIMER_H_
//
// The package level header files this module uses
//
#include <PiDxe.h> #include <PiDxe.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>