filename renaming to meet coding style.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6371 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2008-11-04 06:31:13 +00:00
parent 9727163329
commit e9f9d09a69
8 changed files with 14 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -15,7 +15,7 @@
///
#include "common.i"
#include "Common.i"
#include "Ds64Macros.i"
.globl PatchSaveBuffer

View File

@ -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
///
///

View File

@ -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;

View File

@ -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 (

View File

@ -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