From 4d3f3cae570d50fbf41dcf34fbf3e4cf701c038f Mon Sep 17 00:00:00 2001 From: qwang12 Date: Mon, 2 Jul 2007 08:20:41 +0000 Subject: [PATCH] Rename Protocol/FrameworkHii.h to Protocol/HiiFramework.h to follow the naming convention. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2943 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkPkg/Include/Library/HiiLibFramework.h | 2 +- IntelFrameworkPkg/Include/Protocol/FormCallback.h | 2 +- .../Include/Protocol/{FrameworkHii.h => HiiFramework.h} | 2 +- IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename IntelFrameworkPkg/Include/Protocol/{FrameworkHii.h => HiiFramework.h} (97%) diff --git a/IntelFrameworkPkg/Include/Library/HiiLibFramework.h b/IntelFrameworkPkg/Include/Library/HiiLibFramework.h index d2d74336a0..91453e99ea 100644 --- a/IntelFrameworkPkg/Include/Library/HiiLibFramework.h +++ b/IntelFrameworkPkg/Include/Library/HiiLibFramework.h @@ -17,7 +17,7 @@ #ifndef __HII_LIB_H__ #define __HII_LIB_H__ -#include +#include /** This function allocates pool for an EFI_HII_PACKAGES structure diff --git a/IntelFrameworkPkg/Include/Protocol/FormCallback.h b/IntelFrameworkPkg/Include/Protocol/FormCallback.h index 0d65f569bd..bded9c0835 100644 --- a/IntelFrameworkPkg/Include/Protocol/FormCallback.h +++ b/IntelFrameworkPkg/Include/Protocol/FormCallback.h @@ -26,7 +26,7 @@ #include -#include +#include #include #define EFI_FORM_CALLBACK_PROTOCOL_GUID \ diff --git a/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h b/IntelFrameworkPkg/Include/Protocol/HiiFramework.h similarity index 97% rename from IntelFrameworkPkg/Include/Protocol/FrameworkHii.h rename to IntelFrameworkPkg/Include/Protocol/HiiFramework.h index a9665c6e78..4a2237852f 100644 --- a/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h +++ b/IntelFrameworkPkg/Include/Protocol/HiiFramework.h @@ -12,7 +12,7 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - Module Name: FrameworkHii.h + Module Name: HiiFramework.h @par Revision Reference: This protocol is defined in HII spec 0.92. diff --git a/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h b/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h index 6d6137358f..c575777a5a 100644 --- a/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h +++ b/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h @@ -24,7 +24,7 @@ // The protocols, PPI and GUID defintions for this module // #include -#include +#include // // The Library classes this module consumes // -- 2.39.2