summaryrefslogtreecommitdiff
path: root/Universal
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-20 06:10:09 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-20 06:10:09 +0000
commitb367cff90b67642deffb73cd397a56d7588a4ba6 (patch)
tree90da4f18e7e68f42de287ba5c96986ffc40dd467 /Universal
parenta5c8ccbb8d0d9c3e1b2f792459133d3c9854c71b (diff)
downloadedk2-b367cff90b67642deffb73cd397a56d7588a4ba6.zip
edk2-b367cff90b67642deffb73cd397a56d7588a4ba6.tar.gz
edk2-b367cff90b67642deffb73cd397a56d7588a4ba6.tar.bz2
remove some comments introduced by tools.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/IntelFrameworkModulePkg@3387 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Universal')
-rw-r--r--Universal/Console/VgaClassDxe/VgaClass.h8
-rw-r--r--Universal/DataHubDxe/DataHub.h12
-rw-r--r--Universal/DataHubStdErrDxe/DataHubStdErr.c12
-rw-r--r--Universal/DriverSampleDxe/DriverSample.h12
-rw-r--r--Universal/HiiDataBaseDxe/HiiDatabase.h12
-rw-r--r--Universal/SetupBrowserDxe/Setup.h12
-rw-r--r--Universal/StatusCode/Dxe/DxeStatusCode.h12
-rw-r--r--Universal/StatusCode/Pei/PeiStatusCode.h12
8 files changed, 23 insertions, 69 deletions
diff --git a/Universal/Console/VgaClassDxe/VgaClass.h b/Universal/Console/VgaClassDxe/VgaClass.h
index aed4a84..7e46574 100644
--- a/Universal/Console/VgaClassDxe/VgaClass.h
+++ b/Universal/Console/VgaClassDxe/VgaClass.h
@@ -25,17 +25,13 @@ Revision History
#include <PiDxe.h>
#include <FrameworkDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Protocol/SimpleTextIn.h>
#include <Protocol/SimpleTextOut.h>
#include <Protocol/PciIo.h>
#include <Protocol/VgaMiniPort.h>
#include <Protocol/DevicePath.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseLib.h>
diff --git a/Universal/DataHubDxe/DataHub.h b/Universal/DataHubDxe/DataHub.h
index 8f90e99..b60c18e 100644
--- a/Universal/DataHubDxe/DataHub.h
+++ b/Universal/DataHubDxe/DataHub.h
@@ -22,17 +22,11 @@ Abstract:
#ifndef _DATA_HUB_H_
#define _DATA_HUB_H_
-//
-// The package level header files this module uses
-//
+
#include <PiDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Protocol/DataHub.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/UefiLib.h>
diff --git a/Universal/DataHubStdErrDxe/DataHubStdErr.c b/Universal/DataHubStdErrDxe/DataHubStdErr.c
index ad610fe..52edef6 100644
--- a/Universal/DataHubStdErrDxe/DataHubStdErr.c
+++ b/Universal/DataHubStdErrDxe/DataHubStdErr.c
@@ -20,21 +20,15 @@ Abstract:
--*/
-//
-// The package level header files this module uses
-//
+
#include <FrameworkDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Guid/DataHubStatusCodeRecord.h>
#include <Guid/StatusCodeDataTypeId.h>
#include <Protocol/DataHub.h>
#include <Protocol/SimpleTextOut.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseMemoryLib.h>
diff --git a/Universal/DriverSampleDxe/DriverSample.h b/Universal/DriverSampleDxe/DriverSample.h
index c02c244..8c19d1c 100644
--- a/Universal/DriverSampleDxe/DriverSample.h
+++ b/Universal/DriverSampleDxe/DriverSample.h
@@ -24,18 +24,12 @@ Revision History
#define _DRIVER_SAMPLE_H
-//
-// The package level header files this module uses
-//
+
#include <PiDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Protocol/FormCallbackFramework.h>
#include <Protocol/HiiFramework.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiRuntimeServicesTableLib.h>
#include <Library/DebugLib.h>
diff --git a/Universal/HiiDataBaseDxe/HiiDatabase.h b/Universal/HiiDataBaseDxe/HiiDatabase.h
index b35dc17..0fae13f 100644
--- a/Universal/HiiDataBaseDxe/HiiDatabase.h
+++ b/Universal/HiiDataBaseDxe/HiiDatabase.h
@@ -23,19 +23,13 @@ Abstract:
#ifndef _HIIDATABASE_H
#define _HIIDATABASE_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/FormCallbackFramework.h>
#include <Protocol/HiiFramework.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h>
diff --git a/Universal/SetupBrowserDxe/Setup.h b/Universal/SetupBrowserDxe/Setup.h
index cca053b..f91b404 100644
--- a/Universal/SetupBrowserDxe/Setup.h
+++ b/Universal/SetupBrowserDxe/Setup.h
@@ -23,20 +23,14 @@ Revision History
#ifndef _SETUP_H
#define _SETUP_H
-//
-// The package level header files this module uses
-//
+
#include <PiDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Protocol/FormCallbackFramework.h>
#include <Protocol/FormBrowserFramework.h>
#include <Protocol/HiiFramework.h>
#include <Protocol/Print.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/BaseMemoryLib.h>
diff --git a/Universal/StatusCode/Dxe/DxeStatusCode.h b/Universal/StatusCode/Dxe/DxeStatusCode.h
index 8f92a7d..197ca4e 100644
--- a/Universal/StatusCode/Dxe/DxeStatusCode.h
+++ b/Universal/StatusCode/Dxe/DxeStatusCode.h
@@ -14,22 +14,16 @@
#ifndef __DXE_STATUS_CODE_H__
#define __DXE_STATUS_CODE_H__
-//
-// The package level header files this module uses
-//
+
#include <FrameworkDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Guid/DataHubStatusCodeRecord.h>
#include <Protocol/DataHub.h>
#include <Protocol/SerialIo.h>
#include <Guid/MemoryStatusCodeRecord.h>
#include <Protocol/StatusCode.h>
#include <Guid/StatusCodeDataTypeId.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
diff --git a/Universal/StatusCode/Pei/PeiStatusCode.h b/Universal/StatusCode/Pei/PeiStatusCode.h
index 4867505..cd2b10c 100644
--- a/Universal/StatusCode/Pei/PeiStatusCode.h
+++ b/Universal/StatusCode/Pei/PeiStatusCode.h
@@ -19,19 +19,13 @@
#define __PEI_STATUS_CODE_H__
-//
-// The package level header files this module uses
-//
+
#include <FrameworkPei.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Guid/MemoryStatusCodeRecord.h>
#include <Guid/StatusCodeDataTypeId.h>
#include <Ppi/StatusCode.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>