]> git.proxmox.com Git - mirror_edk2.git/commitdiff
filename renaming to meet coding style.
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 4 Nov 2008 06:31:13 +0000 (06:31 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 4 Nov 2008 06:31:13 +0000 (06:31 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6371 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.c
MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
MdeModulePkg/Universal/DebugSupportDxe/Ia32/PlDebugSupport.c
MdeModulePkg/Universal/DebugSupportDxe/Ipf/AsmFuncs.s
MdeModulePkg/Universal/DebugSupportDxe/Ipf/Common.i
MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.c
MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.h
MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupport.c

index 33f2ad12692decbb37b1c59d74d9defe59137ed6..04be432e9f9c06a35843992b59a951c3737659d2 100644 (file)
@@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 //\r
 // private header files\r
 //\r
-#include "plDebugSupport.h"\r
+#include "PlDebugSupport.h"\r
 \r
 //\r
 // This is a global that is the actual interface\r
index 16ad3d542b66c60f437bf9ddb364026884228945..c2eafdb09cb87bbc2ec5b66da055762528681b27 100644 (file)
   DebugSupport.c\r
 \r
 [Sources.Ia32]\r
-  Ia32/plDebugSupport.c\r
-  Ia32/plDebugSupport.h\r
+  Ia32/PlDebugSupport.c\r
+  Ia32/PlDebugSupport.h\r
   Ia32/AsmFuncs.S\r
   Ia32/AsmFuncs.asm\r
 \r
 [Sources.X64]\r
-  X64/plDebugSupport.c\r
-  X64/plDebugSupport.h\r
+  X64/PlDebugSupport.c\r
+  X64/PlDebugSupport.h\r
   X64/AsmFuncs.S\r
   X64/AsmFuncs.asm\r
 \r
 [Sources.IPF]\r
-  Ipf/plDebugSupport.h\r
-  Ipf/plDebugSupport.c\r
+  Ipf/PlDebugSupport.h\r
+  Ipf/PlDebugSupport.c\r
   Ipf/Ds64Macros.i\r
-  Ipf/common.i\r
+  Ipf/Common.i\r
   Ipf/AsmFuncs.s\r
 \r
 \r
index a148842b4050c11b4eb4f7c78aa9633d821724f6..6c219d01e4865ceaf705af947c84b4d1b2e676af 100644 (file)
@@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 //\r
 // private header files\r
 //\r
-#include "plDebugSupport.h"\r
+#include "PlDebugSupport.h"\r
 \r
 //\r
 // This the global main table to keep track of the interrupts\r
index 23a5eb487f8cf29684b478b2b2f3404a0815c433..54b620c6aedbfbeca7f0e6d6c60e9ee5cc432734 100644 (file)
@@ -15,7 +15,7 @@
 ///\r
 \r
 \r
-#include "common.i"\r
+#include "Common.i"\r
 #include "Ds64Macros.i"\r
 \r
 .globl PatchSaveBuffer\r
index 77cfed2b570f062ac99e3a6dbef924d90ec5ec70..fad791aa29e1e5a5c95f34199b6239f5716eb5ba 100644 (file)
@@ -10,7 +10,7 @@
 /// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 /// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 ///\r
-/// Module Name: common.i\r
+/// Module Name: Common.i\r
 ///\r
 ///\r
 \r
index cf9bcfef01892e2b4543e8ddcb2ee529269c2670..d47959f00d502901ca62de791c7a80f6c5468466 100644 (file)
@@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 //\r
 // private header files\r
 //\r
-#include "plDebugSupport.h"\r
+#include "PlDebugSupport.h"\r
 \r
 BOOLEAN  mInHandler = FALSE;\r
 \r
index b52597a128c94f659311f9044c6a3ecafb145062..4d993bcaefcc2608188b682e61bdf1e710a915d6 100644 (file)
@@ -80,7 +80,7 @@ Returns:
 ;\r
 \r
 //\r
-// Assembly worker functions and data referenced from plDebugSupport.c\r
+// Assembly worker functions and data referenced from PlDebugSupport.c\r
 //\r
 VOID  *\r
 GetIva (\r
index 983a01305ac6db6153984edc3d5f7e425bb70266..f6af90f21be4b1ba656581aa81d6668e1210e955 100644 (file)
@@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 //\r
 // private header files\r
 //\r
-#include "plDebugSupport.h"\r
+#include "PlDebugSupport.h"\r
 \r
 //\r
 // This the global main table to keep track of the interrupts\r