]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fixed Case of include bootmaint.h to correct BootMaint.h, also corrected the case...
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 31 Oct 2006 15:58:02 +0000 (15:58 +0000)
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 31 Oct 2006 15:58:02 +0000 (15:58 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1878 6f19259b-4bc3-4df7-8a09-765794883524

EdkNt32Pkg/Dxe/PlatformBds/Generic/BootMaint/BmLib.c
EdkNt32Pkg/Dxe/PlatformBds/Generic/BootMaint/BootMaint.h
EdkNt32Pkg/Dxe/PlatformBds/Generic/BootMaint/BootOption.c
EdkNt32Pkg/Dxe/PlatformBds/Generic/BootMaint/ConsoleOption.c
EdkNt32Pkg/Dxe/PlatformBds/Generic/BootMaint/Data.c
EdkNt32Pkg/Dxe/PlatformBds/Generic/BootMaint/FileExplorer.c
EdkNt32Pkg/Dxe/PlatformBds/Generic/BootMaint/FormGuid.h
EdkNt32Pkg/Dxe/PlatformBds/Generic/BootMaint/UpdatePage.c
EdkNt32Pkg/Dxe/PlatformBds/Generic/BootMaint/Variable.c

index 201339e896a61f64e549fb545b2b38524bd0dfca..6f4638662166002f970db497091ca93d714f3c35 100644 (file)
@@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 Module Name:\r
 \r
-  bmlib.c\r
+  BmLib.c\r
     \r
 AgBStract:\r
 \r
@@ -19,7 +19,7 @@ AgBStract:
 \r
 --*/\r
 \r
-#include "bootmaint.h"\r
+#include "BootMaint.h"\r
 \r
 EFI_STATUS\r
 EfiLibLocateProtocol (\r
index 1e0dc8de876498b716ddb6660c82001fb317f6a2..8352b10172f04ee12f4dd06bf18cb667993cb4dd 100644 (file)
@@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 Module Name:\r
 \r
-  bootmaint.h\r
+  BootMaint.h\r
 \r
 Abstract:\r
 \r
index 57b5239530c76876ff8ff8d08aafb88ee93e3ebc..3fccd99e4a2c2d5e89767e0124c06c61f7728cd7 100644 (file)
@@ -10,7 +10,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 Module Name:\r
 \r
-  bootoption.c\r
+  BootOption.c\r
   \r
 Abstract:\r
 \r
@@ -24,7 +24,7 @@ Revision History
 \r
 --*/\r
 \r
-#include "bootmaint.h"\r
+#include "BootMaint.h"\r
 #include "BBSsupport.h"\r
 \r
 BM_MENU_ENTRY *\r
index 9deb5fa9129bc5e8057d65a842dc7a903cbe8193..c77fa0a351eda1fe28981ffbbc278a49151f9e96 100644 (file)
@@ -10,7 +10,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 Module Name:\r
 \r
-    consoleoption.c\r
+    ConsoleOption.c\r
     \r
 Abstract:\r
 \r
@@ -21,7 +21,7 @@ Revision History
 \r
 --*/\r
 \r
-#include "bootmaint.h"\r
+#include "BootMaint.h"\r
 \r
 EFI_DEVICE_PATH_PROTOCOL  *\r
 DevicePathInstanceDup (\r
index 3c0c1cc7e3f1f06dd615436b89ec6024a2baa0f6..4b169c9822fafd6572d52a4678424069e6633abf 100644 (file)
@@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 Module Name:\r
 \r
-  data.c\r
+  Data.c\r
     \r
 Abstract:\r
 \r
@@ -21,7 +21,7 @@ Revision History
 \r
 --*/\r
 \r
-#include "bootmaint.h"\r
+#include "BootMaint.h"\r
 \r
 EFI_HII_UPDATE_DATA *UpdateData;\r
 STRING_DEPOSITORY   *FileOptionStrDepository;\r
index 0c8c74c6042d70e6dee793257ae0df02fcc3a38a..5f304e0b8f32e62c11886c4ce71a0b9cb7e61156 100644 (file)
@@ -20,7 +20,7 @@ AgBStract:
 --*/\r
 \r
 #include "Generic/Bds.h"\r
-#include "bootmaint.h"\r
+#include "BootMaint.h"\r
 #include "BdsPlatform.h"\r
 \r
 VOID\r
index 3d4cd4a027b8bfb35905d8abfda23ec9fdc7506c..8b55159f8b7cd56d8c43fb4c9c38f1ec6641a3c2 100644 (file)
@@ -11,7 +11,7 @@
 //\r
 // Module Name:\r
 //\r
-//   formguid.h\r
+//   FormGuid.h\r
 //\r
 // Abstract:\r
 //\r
index 65ee289968cfdb8baf792158428a137798321b13..9c72f23768f680c70d84d10b6712bfa836ae6ce5 100644 (file)
@@ -20,7 +20,7 @@ AgBStract:
 --*/\r
 \r
 #include "Generic/Bds.h"\r
-#include "bootmaint.h"\r
+#include "BootMaint.h"\r
 #include "BdsPlatform.h"\r
 \r
 EFI_GUID gTerminalDriverGuid = {\r
index d0c5c9bafb542b8af97848076923dc34669090ba..88955c730d6179e1e6652b41f70caf741ea14113 100644 (file)
@@ -15,12 +15,12 @@ Module Name:
 \r
 Abstract:\r
 \r
-  Variable operation that will be used by bootmaint\r
+  Variable operation that will be used by BootMaint\r
 \r
 --*/\r
 \r
 #include "Generic/Bds.h"\r
-#include "bootmaint.h"\r
+#include "BootMaint.h"\r
 #include "bdsplatform.h"\r
 \r
 EFI_STATUS\r