summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Library')
-rw-r--r--MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c12
-rw-r--r--MdeModulePkg/Library/DxePeCoffLoaderFromHobLib/PeCoff.c12
-rw-r--r--MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c12
-rw-r--r--MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c12
-rw-r--r--MdeModulePkg/Library/EdkFvbServiceLib/Fvb.h12
-rw-r--r--MdeModulePkg/Library/PeiDxePeCoffLoaderLib/PeCoffLoader.c12
-rw-r--r--MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c12
7 files changed, 21 insertions, 63 deletions
diff --git a/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c b/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c
index bc1a67e..62a0a55 100644
--- a/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c
+++ b/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c
@@ -19,18 +19,12 @@ Abstract:
--*/
-//
-// The package level header files this module uses
-//
+
#include <PiDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Protocol/Performance.h>
#include <Guid/PeiPerformanceHob.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/PerformanceLib.h>
#include <Library/DebugLib.h>
#include <Library/HobLib.h>
diff --git a/MdeModulePkg/Library/DxePeCoffLoaderFromHobLib/PeCoff.c b/MdeModulePkg/Library/DxePeCoffLoaderFromHobLib/PeCoff.c
index c1a4309..44ec3ca 100644
--- a/MdeModulePkg/Library/DxePeCoffLoaderFromHobLib/PeCoff.c
+++ b/MdeModulePkg/Library/DxePeCoffLoaderFromHobLib/PeCoff.c
@@ -17,17 +17,11 @@ Abstract:
--*/
-//
-// The package level header files this module uses
-//
+
#include <PiDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Guid/PeiPeCoffLoader.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/PeCoffLoaderLib.h>
#include <Library/HobLib.h>
diff --git a/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c b/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c
index fbfba26..ac2ce4e 100644
--- a/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c
+++ b/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c
@@ -19,17 +19,11 @@ Abstract:
--*/
-//
-// The package level header files this module uses
-//
+
#include <PiDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Protocol/Performance.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/PerformanceLib.h>
#include <Library/DebugLib.h>
#include <Library/UefiBootServicesTableLib.h>
diff --git a/MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c b/MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c
index 7dbbcb7..5d781eb 100644
--- a/MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c
+++ b/MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c
@@ -21,17 +21,11 @@ Abstract:
-//
-// The package level header files this module uses
-//
+
#include <PiDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Protocol/Print.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/PrintLib.h>
#include <Library/UefiBootServicesTableLib.h>
diff --git a/MdeModulePkg/Library/EdkFvbServiceLib/Fvb.h b/MdeModulePkg/Library/EdkFvbServiceLib/Fvb.h
index 0f17932..9ef0885 100644
--- a/MdeModulePkg/Library/EdkFvbServiceLib/Fvb.h
+++ b/MdeModulePkg/Library/EdkFvbServiceLib/Fvb.h
@@ -12,18 +12,12 @@ http://opensource.org/licenses/bsd-license.php
#ifndef __FVB_H__
#define __FVB_H__
-//
-// The package level header files this module uses
-//
+
#include <PiDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Protocol/FirmwareVolumeBlock.h>
#include <Protocol/FvbExtension.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/FvbServiceLib.h>
#include <Library/UefiLib.h>
#include <Library/BaseLib.h>
diff --git a/MdeModulePkg/Library/PeiDxePeCoffLoaderLib/PeCoffLoader.c b/MdeModulePkg/Library/PeiDxePeCoffLoaderLib/PeCoffLoader.c
index 783e875..c8f6b87 100644
--- a/MdeModulePkg/Library/PeiDxePeCoffLoaderLib/PeCoffLoader.c
+++ b/MdeModulePkg/Library/PeiDxePeCoffLoaderLib/PeCoffLoader.c
@@ -20,17 +20,11 @@ Abstract:
--*/
-//
-// The package level header files this module uses
-//
+
#include <PiPei.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Guid/PeiPeCoffLoader.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/PeCoffLib.h>
#include <IndustryStandard/PeImage.h>
diff --git a/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c b/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c
index aa23184..3bfd486 100644
--- a/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c
+++ b/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c
@@ -19,17 +19,11 @@ Abstract:
--*/
-//
-// The package level header files this module uses
-//
+
#include <PiPei.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Guid/PeiPerformanceHob.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/PerformanceLib.h>
#include <Library/DebugLib.h>
#include <Library/HobLib.h>