]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Clean up include of ACPI header file so that only IndustryStandard/Acpi.h is needed...
authorlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 12 Jul 2012 06:18:22 +0000 (06:18 +0000)
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 12 Jul 2012 06:18:22 +0000 (06:18 +0000)
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13527 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Include/Guid/FirmwarePerformance.h
MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.c
MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.c
MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.c
MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.c

index 89e225d505ef9f250b6c6364ee5b8dc85acf2c0d..7da07f9ea736a6abb93e853cc337c879ee5bb639 100644 (file)
@@ -15,8 +15,8 @@
 #ifndef _FIRMWARE_PERFORMANCE_GUID_H_\r
 #define _FIRMWARE_PERFORMANCE_GUID_H_\r
 \r
-#include <IndustryStandard/Acpi50.h>\r
 #include <PiPei.h>\r
+#include <IndustryStandard/Acpi.h>\r
 #include <Ppi/SecPerformance.h>\r
 \r
 ///\r
index df770fc6478de7ed50fb43e0dc0fc7196cb0ae5b..207abf7809e591b9ab93644a7d1746af33d0b7b4 100644 (file)
@@ -13,7 +13,7 @@
 \r
 #include <Uefi.h>\r
 \r
-#include <IndustryStandard/Acpi50.h>\r
+#include <IndustryStandard/Acpi.h>\r
 #include <IndustryStandard/Bmp.h>\r
 \r
 #include <Protocol/AcpiTable.h>\r
index 602968c47146ecd6bdad5ae4cf99e77b4e13d328..ce17e4f928b6376765ab7b2f38611ae6529515e6 100644 (file)
@@ -18,8 +18,6 @@
 \r
 #include <PiDxe.h>\r
 \r
-#include <IndustryStandard/Acpi50.h>\r
-\r
 #include <Protocol/ReportStatusCodeHandler.h>\r
 #include <Protocol/AcpiTable.h>\r
 #include <Protocol/SmmCommunication.h>\r
index 8bff0c914b945d6ec44b0a0df3f8212b016f7598..af9b4e3c650e68678e83be589e7ba02887aaf11a 100644 (file)
@@ -7,7 +7,7 @@
   This module register report status code listener to collect performance data\r
   for S3 Resume Performance Record on S3 resume boot path.\r
 \r
-  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -20,8 +20,6 @@
 \r
 #include <PiPei.h>\r
 \r
-#include <IndustryStandard/Acpi50.h>\r
-\r
 #include <Ppi/ReadOnlyVariable2.h>\r
 #include <Ppi/ReportStatusCodeHandler.h>\r
 #include <Ppi/SecPerformance.h>\r
index a3f8159b985b8ff89d8808080781b1957d76420c..54a2275d4ed908bcd0e480242d4de82885d6bd15 100644 (file)
@@ -24,8 +24,6 @@
 \r
 #include <PiSmm.h>\r
 \r
-#include <IndustryStandard/Acpi50.h>\r
-\r
 #include <Protocol/SmmReportStatusCodeHandler.h>\r
 #include <Protocol/SmmAccess2.h>\r
 \r