From c892d8464468618b0aa3c7f35edbdfbc7cc24ee5 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Fri, 20 Jul 2007 06:28:14 +0000 Subject: [PATCH] remove some comments introduced by tools. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3388 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseDebugLibNull/DebugLib.c | 4 +--- .../BaseIoLibIntrinsicInternal.h | 14 ++++---------- MdePkg/Library/BasePciCf8Lib/PciLib.c | 12 +++--------- MdePkg/Library/BasePciExpressLib/PciLib.c | 12 +++--------- MdePkg/Library/BasePciLibCf8/PciLib.c | 12 +++--------- MdePkg/Library/BasePciLibPciExpress/PciLib.c | 12 +++--------- .../PeCoffGetEntryPoint.c | 12 +++--------- .../BasePerformanceLibNull/PerformanceLib.c | 12 +++--------- MdePkg/Library/BasePostCodeLibDebug/PostCode.c | 12 +++--------- MdePkg/Library/BasePostCodeLibPort80/PostCode.c | 12 +++--------- .../BaseTimerLibNullTemplate/TimerLibNull.c | 12 +++--------- .../BaseUefiDecompressLib/BaseUefiDecompressLib.c | 12 +++--------- .../Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c | 12 +++--------- MdePkg/Library/DxeCoreHobLib/HobLib.c | 12 +++--------- MdePkg/Library/DxeHobLib/HobLib.c | 12 +++--------- .../DxeMemoryAllocationLib/MemoryAllocationLib.c | 12 +++--------- MdePkg/Library/DxeMemoryLib/MemLibInternals.h | 12 +++--------- MdePkg/Library/DxePcdLib/DxePcdLib.c | 12 +++--------- MdePkg/Library/DxeSmbusLib/InternalSmbusLib.h | 12 +++--------- MdePkg/Library/HiiLib/HiiLib.c | 8 ++------ .../OldPeiCoreEntryPoint/PeiCoreEntryPoint.c | 8 ++------ .../Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c | 8 ++------ .../PeiDxePostCodeLibReportStatusCode/PostCode.c | 8 ++------ MdePkg/Library/PeiHobLib/HobLib.c | 12 +++--------- MdePkg/Library/PeiIoLibCpuIo/IoHighLevel.c | 8 ++------ MdePkg/Library/PeiIoLibCpuIo/IoLib.c | 8 ++------ MdePkg/Library/PeiIoLibCpuIo/IoLibMmioBuffer.c | 8 ++------ .../PeiMemoryAllocationLib/MemoryAllocationLib.c | 12 +++--------- MdePkg/Library/PeiMemoryLib/MemLibInternals.h | 8 ++------ MdePkg/Library/PeiPcdLib/PeiPcdLib.c | 12 +++--------- .../PeiResourcePublicationLib.c | 12 +++--------- MdePkg/Library/PeiServicesLib/PeiServicesLib.c | 12 +++--------- .../InternalPeiServicesTablePointer.h | 4 +--- .../PeiSmbusLibSmbus2Ppi/InternalSmbusLib.h | 12 +++--------- MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c | 12 +++--------- .../Library/SerialPortLibNull/SerialPortLibNull.c | 12 +++--------- .../UefiBootServicesTableLib.c | 12 +++--------- MdePkg/Library/UefiDebugLibConOut/DebugLib.c | 12 +++--------- MdePkg/Library/UefiDebugLibStdErr/DebugLib.c | 12 +++--------- .../Library/UefiDevicePathLib/UefiDevicePathLib.c | 12 +++--------- .../UefiDevicePathLib.c | 12 +++--------- .../UefiDriverEntryPoint/DriverEntryPoint.c | 12 +++--------- .../UefiRuntimeServicesTableLib.c | 12 +++--------- 43 files changed, 118 insertions(+), 352 deletions(-) diff --git a/MdePkg/Library/BaseDebugLibNull/DebugLib.c b/MdePkg/Library/BaseDebugLibNull/DebugLib.c index d457821095..5034317d49 100644 --- a/MdePkg/Library/BaseDebugLibNull/DebugLib.c +++ b/MdePkg/Library/BaseDebugLibNull/DebugLib.c @@ -12,9 +12,7 @@ **/ -// -// The package level header files this module uses -// + #include // diff --git a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicInternal.h b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicInternal.h index 56858d1825..1a8cc27c56 100644 --- a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicInternal.h +++ b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicInternal.h @@ -3,7 +3,7 @@ This file includes package header files, library classes and protocol, PPI & GUID definitions. - Copyright (c) 2007 - 2007, Intel Corporation. + Copyright (c) 2007, Intel Corporation. All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -16,16 +16,10 @@ #define __COMMON_HEADER_H_ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include #include diff --git a/MdePkg/Library/BasePciCf8Lib/PciLib.c b/MdePkg/Library/BasePciCf8Lib/PciLib.c index bbd1e01d91..d95f8366b1 100644 --- a/MdePkg/Library/BasePciCf8Lib/PciLib.c +++ b/MdePkg/Library/BasePciCf8Lib/PciLib.c @@ -12,16 +12,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include #include diff --git a/MdePkg/Library/BasePciExpressLib/PciLib.c b/MdePkg/Library/BasePciExpressLib/PciLib.c index dd1fcd4fd0..9042dc4f84 100644 --- a/MdePkg/Library/BasePciExpressLib/PciLib.c +++ b/MdePkg/Library/BasePciExpressLib/PciLib.c @@ -18,16 +18,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include #include diff --git a/MdePkg/Library/BasePciLibCf8/PciLib.c b/MdePkg/Library/BasePciLibCf8/PciLib.c index 17fc8cb5f4..13c76c047f 100644 --- a/MdePkg/Library/BasePciLibCf8/PciLib.c +++ b/MdePkg/Library/BasePciLibCf8/PciLib.c @@ -12,16 +12,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include diff --git a/MdePkg/Library/BasePciLibPciExpress/PciLib.c b/MdePkg/Library/BasePciLibPciExpress/PciLib.c index 0183bef22b..93f0af2cff 100644 --- a/MdePkg/Library/BasePciLibPciExpress/PciLib.c +++ b/MdePkg/Library/BasePciLibPciExpress/PciLib.c @@ -12,16 +12,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include diff --git a/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c b/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c index 29a623fd8c..5e1f14d9a7 100644 --- a/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c +++ b/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c @@ -12,16 +12,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include diff --git a/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c b/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c index 670979ee8a..a5f715f593 100644 --- a/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c +++ b/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c @@ -12,16 +12,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include #include diff --git a/MdePkg/Library/BasePostCodeLibDebug/PostCode.c b/MdePkg/Library/BasePostCodeLibDebug/PostCode.c index 7b5896f7b7..6b99d8986c 100644 --- a/MdePkg/Library/BasePostCodeLibDebug/PostCode.c +++ b/MdePkg/Library/BasePostCodeLibDebug/PostCode.c @@ -13,16 +13,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include #include diff --git a/MdePkg/Library/BasePostCodeLibPort80/PostCode.c b/MdePkg/Library/BasePostCodeLibPort80/PostCode.c index d3b11e66c7..7ac4efce28 100644 --- a/MdePkg/Library/BasePostCodeLibPort80/PostCode.c +++ b/MdePkg/Library/BasePostCodeLibPort80/PostCode.c @@ -13,16 +13,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include #include diff --git a/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c b/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c index b40ab25d2f..85b52bda19 100644 --- a/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c +++ b/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c @@ -12,16 +12,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include diff --git a/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c b/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c index 2952e98b03..db891262ce 100644 --- a/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c +++ b/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c @@ -12,16 +12,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include #include diff --git a/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c index e410d41f25..489f315efa 100644 --- a/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c +++ b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c @@ -12,16 +12,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include #include diff --git a/MdePkg/Library/DxeCoreHobLib/HobLib.c b/MdePkg/Library/DxeCoreHobLib/HobLib.c index 752a4f6afd..407f7f921e 100644 --- a/MdePkg/Library/DxeCoreHobLib/HobLib.c +++ b/MdePkg/Library/DxeCoreHobLib/HobLib.c @@ -13,16 +13,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include #include diff --git a/MdePkg/Library/DxeHobLib/HobLib.c b/MdePkg/Library/DxeHobLib/HobLib.c index 47cabd25cf..43e57b6a97 100644 --- a/MdePkg/Library/DxeHobLib/HobLib.c +++ b/MdePkg/Library/DxeHobLib/HobLib.c @@ -13,17 +13,11 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c b/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c index ae52108e40..5a7ee4d170 100644 --- a/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c +++ b/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c @@ -12,16 +12,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include #include diff --git a/MdePkg/Library/DxeMemoryLib/MemLibInternals.h b/MdePkg/Library/DxeMemoryLib/MemLibInternals.h index e633fe9ae4..51877359c0 100644 --- a/MdePkg/Library/DxeMemoryLib/MemLibInternals.h +++ b/MdePkg/Library/DxeMemoryLib/MemLibInternals.h @@ -24,16 +24,10 @@ #ifndef __MEM_LIB_INTERNALS__ #define __MEM_LIB_INTERNALS__ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include #include diff --git a/MdePkg/Library/DxePcdLib/DxePcdLib.c b/MdePkg/Library/DxePcdLib/DxePcdLib.c index b79400b907..707bebdf93 100644 --- a/MdePkg/Library/DxePcdLib/DxePcdLib.c +++ b/MdePkg/Library/DxePcdLib/DxePcdLib.c @@ -13,17 +13,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdePkg/Library/DxeSmbusLib/InternalSmbusLib.h b/MdePkg/Library/DxeSmbusLib/InternalSmbusLib.h index 8c96f64159..327ee53875 100644 --- a/MdePkg/Library/DxeSmbusLib/InternalSmbusLib.h +++ b/MdePkg/Library/DxeSmbusLib/InternalSmbusLib.h @@ -16,17 +16,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef __INTERNAL_SMBUS_LIB_H #define __INTERNAL_SMBUS_LIB_H -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdePkg/Library/HiiLib/HiiLib.c b/MdePkg/Library/HiiLib/HiiLib.c index 4e464855dc..6cc5e764e9 100644 --- a/MdePkg/Library/HiiLib/HiiLib.c +++ b/MdePkg/Library/HiiLib/HiiLib.c @@ -12,13 +12,9 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdePkg/Library/OldPeiCoreEntryPoint/PeiCoreEntryPoint.c b/MdePkg/Library/OldPeiCoreEntryPoint/PeiCoreEntryPoint.c index c18284a6df..4967a37c51 100644 --- a/MdePkg/Library/OldPeiCoreEntryPoint/PeiCoreEntryPoint.c +++ b/MdePkg/Library/OldPeiCoreEntryPoint/PeiCoreEntryPoint.c @@ -12,13 +12,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + // // The Library classes this module produced // diff --git a/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c b/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c index 0dc56b3aef..fdddf661b6 100644 --- a/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c +++ b/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c @@ -12,13 +12,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + // // The Library classes this module produced // diff --git a/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PostCode.c b/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PostCode.c index fb0de3f6bf..3d5901548b 100644 --- a/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PostCode.c +++ b/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PostCode.c @@ -12,13 +12,9 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdePkg/Library/PeiHobLib/HobLib.c b/MdePkg/Library/PeiHobLib/HobLib.c index 31389ad28b..710e112dee 100644 --- a/MdePkg/Library/PeiHobLib/HobLib.c +++ b/MdePkg/Library/PeiHobLib/HobLib.c @@ -12,17 +12,11 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdePkg/Library/PeiIoLibCpuIo/IoHighLevel.c b/MdePkg/Library/PeiIoLibCpuIo/IoHighLevel.c index 7e6816a8af..bbcc06751e 100644 --- a/MdePkg/Library/PeiIoLibCpuIo/IoHighLevel.c +++ b/MdePkg/Library/PeiIoLibCpuIo/IoHighLevel.c @@ -21,13 +21,9 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdePkg/Library/PeiIoLibCpuIo/IoLib.c b/MdePkg/Library/PeiIoLibCpuIo/IoLib.c index e2d6ea631d..bc8319eb29 100644 --- a/MdePkg/Library/PeiIoLibCpuIo/IoLib.c +++ b/MdePkg/Library/PeiIoLibCpuIo/IoLib.c @@ -12,13 +12,9 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdePkg/Library/PeiIoLibCpuIo/IoLibMmioBuffer.c b/MdePkg/Library/PeiIoLibCpuIo/IoLibMmioBuffer.c index ef1863eee0..133f5c2a2a 100644 --- a/MdePkg/Library/PeiIoLibCpuIo/IoLibMmioBuffer.c +++ b/MdePkg/Library/PeiIoLibCpuIo/IoLibMmioBuffer.c @@ -12,13 +12,9 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c b/MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c index 78468de25f..57a4009461 100644 --- a/MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c +++ b/MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c @@ -12,16 +12,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include #include diff --git a/MdePkg/Library/PeiMemoryLib/MemLibInternals.h b/MdePkg/Library/PeiMemoryLib/MemLibInternals.h index f0749c3002..3a0ab3481d 100644 --- a/MdePkg/Library/PeiMemoryLib/MemLibInternals.h +++ b/MdePkg/Library/PeiMemoryLib/MemLibInternals.h @@ -24,13 +24,9 @@ #ifndef __MEM_LIB_INTERNALS__ #define __MEM_LIB_INTERNALS__ -// -// The package level header files this module uses -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdePkg/Library/PeiPcdLib/PeiPcdLib.c b/MdePkg/Library/PeiPcdLib/PeiPcdLib.c index 7ac4cf90c9..4e66531979 100644 --- a/MdePkg/Library/PeiPcdLib/PeiPcdLib.c +++ b/MdePkg/Library/PeiPcdLib/PeiPcdLib.c @@ -15,17 +15,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.c b/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.c index 08e230674e..96c60e3733 100644 --- a/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.c +++ b/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.c @@ -13,16 +13,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include #include diff --git a/MdePkg/Library/PeiServicesLib/PeiServicesLib.c b/MdePkg/Library/PeiServicesLib/PeiServicesLib.c index 0f77807723..cdcb857185 100644 --- a/MdePkg/Library/PeiServicesLib/PeiServicesLib.c +++ b/MdePkg/Library/PeiServicesLib/PeiServicesLib.c @@ -12,16 +12,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include diff --git a/MdePkg/Library/PeiServicesTablePointerLibIdt/InternalPeiServicesTablePointer.h b/MdePkg/Library/PeiServicesTablePointerLibIdt/InternalPeiServicesTablePointer.h index 8841cea033..e1c74901ac 100644 --- a/MdePkg/Library/PeiServicesTablePointerLibIdt/InternalPeiServicesTablePointer.h +++ b/MdePkg/Library/PeiServicesTablePointerLibIdt/InternalPeiServicesTablePointer.h @@ -18,9 +18,7 @@ #include -// -// The Library classes this module consumes -// + #include #include diff --git a/MdePkg/Library/PeiSmbusLibSmbus2Ppi/InternalSmbusLib.h b/MdePkg/Library/PeiSmbusLibSmbus2Ppi/InternalSmbusLib.h index 0ba5d63575..81104db727 100644 --- a/MdePkg/Library/PeiSmbusLibSmbus2Ppi/InternalSmbusLib.h +++ b/MdePkg/Library/PeiSmbusLibSmbus2Ppi/InternalSmbusLib.h @@ -16,17 +16,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef __INTERNAL_SMBUS_LIB_H #define __INTERNAL_SMBUS_LIB_H -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c b/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c index a7faf2b5f4..0b9bca3b87 100644 --- a/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c +++ b/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c @@ -13,16 +13,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include diff --git a/MdePkg/Library/SerialPortLibNull/SerialPortLibNull.c b/MdePkg/Library/SerialPortLibNull/SerialPortLibNull.c index e98865b402..78223fcbe0 100644 --- a/MdePkg/Library/SerialPortLibNull/SerialPortLibNull.c +++ b/MdePkg/Library/SerialPortLibNull/SerialPortLibNull.c @@ -12,16 +12,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include /* diff --git a/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c b/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c index b0de64d4b7..5901ac5fe0 100644 --- a/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c +++ b/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c @@ -12,16 +12,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include #include "UefiBootServicesTableLibInternal.h" diff --git a/MdePkg/Library/UefiDebugLibConOut/DebugLib.c b/MdePkg/Library/UefiDebugLibConOut/DebugLib.c index ebe00c7f35..3cf31bd8a9 100644 --- a/MdePkg/Library/UefiDebugLibConOut/DebugLib.c +++ b/MdePkg/Library/UefiDebugLibConOut/DebugLib.c @@ -12,16 +12,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include #include diff --git a/MdePkg/Library/UefiDebugLibStdErr/DebugLib.c b/MdePkg/Library/UefiDebugLibStdErr/DebugLib.c index ca4e56e98d..84ba61175f 100644 --- a/MdePkg/Library/UefiDebugLibStdErr/DebugLib.c +++ b/MdePkg/Library/UefiDebugLibStdErr/DebugLib.c @@ -12,16 +12,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include #include diff --git a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.c b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.c index 34412a6f46..ef25fc983f 100644 --- a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.c +++ b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.c @@ -19,17 +19,11 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c b/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c index 779aa06dbe..e9193cf1b2 100644 --- a/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c +++ b/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c @@ -12,18 +12,12 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdePkg/Library/UefiDriverEntryPoint/DriverEntryPoint.c b/MdePkg/Library/UefiDriverEntryPoint/DriverEntryPoint.c index 20abcdaf6b..05f157b5e5 100644 --- a/MdePkg/Library/UefiDriverEntryPoint/DriverEntryPoint.c +++ b/MdePkg/Library/UefiDriverEntryPoint/DriverEntryPoint.c @@ -13,17 +13,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include diff --git a/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c b/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c index 4c0c745566..4889094618 100644 --- a/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c +++ b/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c @@ -12,16 +12,10 @@ **/ -// -// The package level header files this module uses -// + #include -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include -- 2.39.2