diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-20 06:10:09 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-20 06:10:09 +0000 |
commit | ed7748fe4a5575adea8055c6da5948fbee65fd7a (patch) | |
tree | 5c17cc05384d1b37043384f0f0b2924e00212352 /IntelFrameworkPkg | |
parent | 977bdf030be14659ed1cf57a40b13bd8492430cf (diff) | |
download | edk2-platforms-ed7748fe4a5575adea8055c6da5948fbee65fd7a.tar.xz |
remove some comments introduced by tools.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3387 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg')
9 files changed, 27 insertions, 81 deletions
diff --git a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h index e0e54243b4..0a0e143071 100644 --- a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h +++ b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h @@ -17,20 +17,14 @@ #ifndef _DXE_CPUIO_LIB_INTERNAL_H_
#define _DXE_CPUIO_LIB_INTERNAL_H_
-//
-// The package level header files this module uses
-//
+
#include <FrameworkDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Protocol/CpuIo.h>
#include <Protocol/PciRootBridgeIo.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/IoLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/DebugLib.h>
diff --git a/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c b/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c index 728703ab32..be873694d6 100644 --- a/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c +++ b/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c @@ -12,18 +12,12 @@ **/
-//
-// The package level header files this module uses
-//
+
#include <FrameworkDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Guid/StatusCodeDataTypeId.h>
#include <Protocol/StatusCode.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/ReportStatusCodeLib.h>
#include <Library/DebugLib.h>
#include <Library/UefiBootServicesTableLib.h>
diff --git a/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DriverEntryPoint.c b/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DriverEntryPoint.c index 5e0e0094e3..4283c8422b 100644 --- a/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DriverEntryPoint.c +++ b/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DriverEntryPoint.c @@ -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>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Protocol/LoadedImage.h>
#include <Protocol/SmmBase.h>
#include <Protocol/DevicePath.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/DxeSmmDriverEntryPoint.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/DebugLib.h>
diff --git a/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.c b/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.c index 86c8dafea9..354215af0f 100644 --- a/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.c +++ b/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.c @@ -14,16 +14,10 @@ **/
-//
-// The package level header files this module uses
-//
+
#include <FrameworkDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
-//
-// The Library classes this module consumes
-//
+
+
#include <Library/HiiLibFramework.h>
#include <Library/DebugLib.h>
#include <Library/MemoryAllocationLib.h>
diff --git a/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h b/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h index c575777a5a..064b2ceb65 100644 --- a/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h +++ b/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h @@ -16,18 +16,12 @@ #define __COMMON_HEADER_H_
-//
-// The package level header files this module uses
-//
+
#include <PiDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Guid/GlobalVariable.h>
#include <Protocol/HiiFramework.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/IfrSupportLibFramework.h>
#include <Library/DebugLib.h>
#include <Library/BaseLib.h>
diff --git a/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c b/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c index 1c1ead22ee..4bacdd1774 100644 --- a/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c +++ b/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c @@ -13,17 +13,11 @@ **/
-//
-// The package level header files this module uses
-//
+
#include <FrameworkPei.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Guid/StatusCodeDataTypeId.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/DebugLib.h>
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
diff --git a/IntelFrameworkPkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c b/IntelFrameworkPkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c index b16f091e20..5b6f69eced 100644 --- a/IntelFrameworkPkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c +++ b/IntelFrameworkPkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c @@ -12,17 +12,11 @@ **/
-//
-// The package level header files this module uses
-//
+
#include <FrameworkPei.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Guid/StatusCodeDataTypeId.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/ReportStatusCodeLib.h>
#include <Library/DebugLib.h>
#include <Library/BaseLib.h>
diff --git a/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/InternalSmbusLib.h b/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/InternalSmbusLib.h index 794c6eedc0..3821dacb63 100644 --- a/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/InternalSmbusLib.h +++ b/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/InternalSmbusLib.h @@ -16,18 +16,12 @@ 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 <PiPei.h>
#include <FrameworkPei.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Ppi/Smbus.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/SmbusLib.h>
#include <Library/DebugLib.h>
#include <Library/PeiServicesTablePointerLib.h>
diff --git a/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h b/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h index 9d91611cd6..f15b4327de 100644 --- a/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h +++ b/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h @@ -18,19 +18,13 @@ #ifndef _UEFI_LIB_FRAMEWORK_H_
#define _UEFI_LIB_FRAMEWORK_H_
-//
-// The package level header files this module uses
-//
+
#include <FrameworkDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Guid/EventGroup.h>
#include <Guid/EventLegacyBios.h>
#include <Guid/FrameworkDevicePath.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/UefiLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/BaseLib.h>
|