summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-21 01:10:16 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-21 01:10:16 +0000
commit3b1d9fd5790d50982c6366669da74bf4dcf60b19 (patch)
tree34eebc6dd491f6fb9056d5e4b4da539a9e46f115 /MdeModulePkg/Core/Dxe
parentb21f513659af739320c1dbf0618cef60ce66a5ba (diff)
downloadedk2-3b1d9fd5790d50982c6366669da74bf4dcf60b19.zip
edk2-3b1d9fd5790d50982c6366669da74bf4dcf60b19.tar.gz
edk2-3b1d9fd5790d50982c6366669da74bf4dcf60b19.tar.bz2
Change the file name case to follow coding style: The first character should be capital.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5255 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Dxe')
-rw-r--r--MdeModulePkg/Core/Dxe/DxeMain.h6
-rw-r--r--MdeModulePkg/Core/Dxe/DxeMain.inf26
2 files changed, 16 insertions, 16 deletions
diff --git a/MdeModulePkg/Core/Dxe/DxeMain.h b/MdeModulePkg/Core/Dxe/DxeMain.h
index 63eeeec..6cc314f 100644
--- a/MdeModulePkg/Core/Dxe/DxeMain.h
+++ b/MdeModulePkg/Core/Dxe/DxeMain.h
@@ -83,11 +83,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include "Library.h"
#include "FwVolBlock.h"
#include "FwVolDriver.h"
-#include "gcd.h"
-#include "imem.h"
+#include "Gcd.h"
+#include "Imem.h"
#include "Image.h"
#include "Exec.h"
-#include "hand.h"
+#include "Hand.h"
//
diff --git a/MdeModulePkg/Core/Dxe/DxeMain.inf b/MdeModulePkg/Core/Dxe/DxeMain.inf
index 595c3d2..8e314c6 100644
--- a/MdeModulePkg/Core/Dxe/DxeMain.inf
+++ b/MdeModulePkg/Core/Dxe/DxeMain.inf
@@ -30,10 +30,10 @@
[Sources.common]
Library.h
- imem.h
+ Imem.h
Image.h
- hand.h
- gcd.h
+ Hand.h
+ Gcd.h
FwVolDriver.h
FwVolBlock.h
Exec.h
@@ -49,23 +49,23 @@
Library/Library.c
Hand/DriverSupport.c
Hand/Notify.c
- Hand/locate.c
- Hand/handle.c
- Gcd/gcd.c
- Mem/pool.c
+ Hand/Locate.c
+ Hand/Handle.c
+ Gcd/Gcd.c
+ Mem/Pool.c
Mem/Page.c
- Mem/memdata.c
+ Mem/MemData.c
FwVolBlock/FwVolBlock.c
FwVol/FwVolWrite.c
FwVol/FwVolRead.c
FwVol/FwVolAttrib.c
FwVol/Ffs.c
FwVol/FwVol.c
- Event/tpl.c
- Event/timer.c
- Event/event.c
- Event/execdata.c
- Dispatcher/dependency.c
+ Event/Tpl.c
+ Event/Timer.c
+ Event/Event.c
+ Event/ExecData.c
+ Dispatcher/Dependency.c
Dispatcher/Dispatcher.c
DxeMain/DxeProtocolNotify.c
DxeMain/DxeMain.c