From e9f9d09a69d4f2f3df882d0dc4dcd30e2320a683 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Tue, 4 Nov 2008 06:31:13 +0000 Subject: filename renaming to meet coding style. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6371 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.c | 2 +- MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf | 14 +++++++------- .../Universal/DebugSupportDxe/Ia32/PlDebugSupport.c | 2 +- MdeModulePkg/Universal/DebugSupportDxe/Ipf/AsmFuncs.s | 2 +- MdeModulePkg/Universal/DebugSupportDxe/Ipf/Common.i | 2 +- .../Universal/DebugSupportDxe/Ipf/PlDebugSupport.c | 2 +- .../Universal/DebugSupportDxe/Ipf/PlDebugSupport.h | 2 +- .../Universal/DebugSupportDxe/X64/PlDebugSupport.c | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) (limited to 'MdeModulePkg') diff --git a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.c b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.c index 33f2ad1..04be432 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 16ad3d5..c2eafdb 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 a148842..6c219d0 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 23a5eb4..54b620c 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 77cfed2..fad791a 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 cf9bcfe..d47959f 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 b52597a..4d993bc 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 983a013..f6af90f 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 -- cgit v1.1