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 /IntelFrameworkModulePkg/Library | |
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 'IntelFrameworkModulePkg/Library')
3 files changed, 7 insertions, 21 deletions
diff --git a/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLibInternals.h b/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLibInternals.h index 713da98af9..903de3fba0 100644 --- a/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLibInternals.h +++ b/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLibInternals.h @@ -17,13 +17,9 @@ #ifndef __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>
-//
-// The Library classes this module consumes
-//
+
#include <Library/UefiDecompressLib.h>
#include <Library/CustomDecompressLib.h>
#include <Library/DebugLib.h>
diff --git a/IntelFrameworkModulePkg/Library/GraphicsLib/CommonHeader.h b/IntelFrameworkModulePkg/Library/GraphicsLib/CommonHeader.h index 44e3940720..f2bf0e1c9b 100644 --- a/IntelFrameworkModulePkg/Library/GraphicsLib/CommonHeader.h +++ b/IntelFrameworkModulePkg/Library/GraphicsLib/CommonHeader.h @@ -16,13 +16,9 @@ #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 <Protocol/SimpleTextOut.h>
#include <Protocol/OEMBadging.h>
#include <Protocol/ConsoleControl.h>
@@ -32,9 +28,7 @@ #include <Protocol/HiiFramework.h>
#include <Guid/Bmp.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/GraphicsLib.h>
#include <Library/PrintLib.h>
#include <Library/BaseLib.h>
diff --git a/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/IncompatiblePciDeviceList.h b/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/IncompatiblePciDeviceList.h index d43918d2c3..9f1794ce60 100644 --- a/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/IncompatiblePciDeviceList.h +++ b/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/IncompatiblePciDeviceList.h @@ -15,13 +15,9 @@ Intel Corporation. #ifndef _EFI_INCOMPATIBLE_PCI_DEVICE_LIST_H
#define _EFI_INCOMPATIBLE_PCI_DEVICE_LIST_H
-//
-// The package level header files this module uses
-//
+
#include <PiDxe.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/PciIncompatibleDeviceSupportLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/DebugLib.h>
|