From ed7748fe4a5575adea8055c6da5948fbee65fd7a Mon Sep 17 00:00:00 2001 From: vanjeff Date: Fri, 20 Jul 2007 06:10:09 +0000 Subject: remove some comments introduced by tools. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3387 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h | 12 +++--------- .../DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c | 12 +++--------- .../Library/DxeSmmDriverEntryPoint/DriverEntryPoint.c | 12 +++--------- IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.c | 12 +++--------- .../Library/IfrSupportLibFramework/CommonHeader.h | 12 +++--------- .../Library/PeiDxeDebugLibReportStatusCode/DebugLib.c | 12 +++--------- .../Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c | 12 +++--------- .../Library/PeiSmbusLibSmbusPpi/InternalSmbusLib.h | 12 +++--------- .../Library/UefiLibFramework/UefiLibFramework.h | 12 +++--------- 9 files changed, 27 insertions(+), 81 deletions(-) (limited to 'IntelFrameworkPkg') 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 -// -// The protocols, PPI and GUID defintions for this module -// + #include #include -// -// The Library classes this module consumes -// + #include #include #include 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 -// -// The protocols, PPI and GUID defintions for this module -// + #include #include -// -// The Library classes this module consumes -// + #include #include #include 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 -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include -// -// The Library classes this module consumes -// + #include #include #include 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 -// -// The protocols, PPI and GUID defintions for this module -// -// -// The Library classes this module consumes -// + + #include #include #include 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 -// -// The protocols, PPI and GUID defintions for this module -// + #include #include -// -// The Library classes this module consumes -// + #include #include #include 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 -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include 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 -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include 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 #include -// -// The protocols, PPI and GUID defintions for this module -// + #include -// -// The Library classes this module consumes -// + #include #include #include 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 -// -// The protocols, PPI and GUID defintions for this module -// + #include #include #include -// -// The Library classes this module consumes -// + #include #include #include -- cgit v1.2.3