From: vanjeff Date: Tue, 4 Nov 2008 06:31:13 +0000 (+0000) Subject: filename renaming to meet coding style. X-Git-Tag: edk2-stable201903~19858 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=e9f9d09a69d4f2f3df882d0dc4dcd30e2320a683 filename renaming to meet coding style. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6371 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.c b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.c index 33f2ad1269..04be432e9f 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.c +++ b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.c @@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. // // private header files // -#include "plDebugSupport.h" +#include "PlDebugSupport.h" // // This is a global that is the actual interface diff --git a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf index 16ad3d542b..c2eafdb09c 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf +++ b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf @@ -35,22 +35,22 @@ DebugSupport.c [Sources.Ia32] - Ia32/plDebugSupport.c - Ia32/plDebugSupport.h + Ia32/PlDebugSupport.c + Ia32/PlDebugSupport.h Ia32/AsmFuncs.S Ia32/AsmFuncs.asm [Sources.X64] - X64/plDebugSupport.c - X64/plDebugSupport.h + X64/PlDebugSupport.c + X64/PlDebugSupport.h X64/AsmFuncs.S X64/AsmFuncs.asm [Sources.IPF] - Ipf/plDebugSupport.h - Ipf/plDebugSupport.c + Ipf/PlDebugSupport.h + Ipf/PlDebugSupport.c Ipf/Ds64Macros.i - Ipf/common.i + Ipf/Common.i Ipf/AsmFuncs.s diff --git a/MdeModulePkg/Universal/DebugSupportDxe/Ia32/PlDebugSupport.c b/MdeModulePkg/Universal/DebugSupportDxe/Ia32/PlDebugSupport.c index a148842b40..6c219d01e4 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/Ia32/PlDebugSupport.c +++ b/MdeModulePkg/Universal/DebugSupportDxe/Ia32/PlDebugSupport.c @@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. // // private header files // -#include "plDebugSupport.h" +#include "PlDebugSupport.h" // // This the global main table to keep track of the interrupts diff --git a/MdeModulePkg/Universal/DebugSupportDxe/Ipf/AsmFuncs.s b/MdeModulePkg/Universal/DebugSupportDxe/Ipf/AsmFuncs.s index 23a5eb487f..54b620c6ae 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/Ipf/AsmFuncs.s +++ b/MdeModulePkg/Universal/DebugSupportDxe/Ipf/AsmFuncs.s @@ -15,7 +15,7 @@ /// -#include "common.i" +#include "Common.i" #include "Ds64Macros.i" .globl PatchSaveBuffer diff --git a/MdeModulePkg/Universal/DebugSupportDxe/Ipf/Common.i b/MdeModulePkg/Universal/DebugSupportDxe/Ipf/Common.i index 77cfed2b57..fad791aa29 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/Ipf/Common.i +++ b/MdeModulePkg/Universal/DebugSupportDxe/Ipf/Common.i @@ -10,7 +10,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: common.i +/// Module Name: Common.i /// /// diff --git a/MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.c b/MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.c index cf9bcfef01..d47959f00d 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.c +++ b/MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.c @@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. // // private header files // -#include "plDebugSupport.h" +#include "PlDebugSupport.h" BOOLEAN mInHandler = FALSE; diff --git a/MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.h b/MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.h index b52597a128..4d993bcaef 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.h +++ b/MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.h @@ -80,7 +80,7 @@ Returns: ; // -// Assembly worker functions and data referenced from plDebugSupport.c +// Assembly worker functions and data referenced from PlDebugSupport.c // VOID * GetIva ( diff --git a/MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupport.c b/MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupport.c index 983a01305a..f6af90f21b 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupport.c +++ b/MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupport.c @@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. // // private header files // -#include "plDebugSupport.h" +#include "PlDebugSupport.h" // // This the global main table to keep track of the interrupts