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
This commit is contained in:
qhuang8 2008-05-21 01:10:16 +00:00
parent b21f513659
commit 3b1d9fd579
2 changed files with 16 additions and 16 deletions

View File

@ -83,11 +83,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include "Library.h" #include "Library.h"
#include "FwVolBlock.h" #include "FwVolBlock.h"
#include "FwVolDriver.h" #include "FwVolDriver.h"
#include "gcd.h" #include "Gcd.h"
#include "imem.h" #include "Imem.h"
#include "Image.h" #include "Image.h"
#include "Exec.h" #include "Exec.h"
#include "hand.h" #include "Hand.h"
// //

View File

@ -30,10 +30,10 @@
[Sources.common] [Sources.common]
Library.h Library.h
imem.h Imem.h
Image.h Image.h
hand.h Hand.h
gcd.h Gcd.h
FwVolDriver.h FwVolDriver.h
FwVolBlock.h FwVolBlock.h
Exec.h Exec.h
@ -49,23 +49,23 @@
Library/Library.c Library/Library.c
Hand/DriverSupport.c Hand/DriverSupport.c
Hand/Notify.c Hand/Notify.c
Hand/locate.c Hand/Locate.c
Hand/handle.c Hand/Handle.c
Gcd/gcd.c Gcd/Gcd.c
Mem/pool.c Mem/Pool.c
Mem/Page.c Mem/Page.c
Mem/memdata.c Mem/MemData.c
FwVolBlock/FwVolBlock.c FwVolBlock/FwVolBlock.c
FwVol/FwVolWrite.c FwVol/FwVolWrite.c
FwVol/FwVolRead.c FwVol/FwVolRead.c
FwVol/FwVolAttrib.c FwVol/FwVolAttrib.c
FwVol/Ffs.c FwVol/Ffs.c
FwVol/FwVol.c FwVol/FwVol.c
Event/tpl.c Event/Tpl.c
Event/timer.c Event/Timer.c
Event/event.c Event/Event.c
Event/execdata.c Event/ExecData.c
Dispatcher/dependency.c Dispatcher/Dependency.c
Dispatcher/Dispatcher.c Dispatcher/Dispatcher.c
DxeMain/DxeProtocolNotify.c DxeMain/DxeProtocolNotify.c
DxeMain/DxeMain.c DxeMain/DxeMain.c