mirror of https://github.com/acidanthera/audk.git
Fixed Case of include bootmaint.h to correct BootMaint.h, also corrected the case in the comment fields
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1878 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
cc0d3fe255
commit
a0a1e5aa35
|
@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
|
||||
Module Name:
|
||||
|
||||
bmlib.c
|
||||
BmLib.c
|
||||
|
||||
AgBStract:
|
||||
|
||||
|
@ -19,7 +19,7 @@ AgBStract:
|
|||
|
||||
--*/
|
||||
|
||||
#include "bootmaint.h"
|
||||
#include "BootMaint.h"
|
||||
|
||||
EFI_STATUS
|
||||
EfiLibLocateProtocol (
|
||||
|
|
|
@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
|
||||
Module Name:
|
||||
|
||||
bootmaint.h
|
||||
BootMaint.h
|
||||
|
||||
Abstract:
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
|
||||
Module Name:
|
||||
|
||||
bootoption.c
|
||||
BootOption.c
|
||||
|
||||
Abstract:
|
||||
|
||||
|
@ -24,7 +24,7 @@ Revision History
|
|||
|
||||
--*/
|
||||
|
||||
#include "bootmaint.h"
|
||||
#include "BootMaint.h"
|
||||
#include "BBSsupport.h"
|
||||
|
||||
BM_MENU_ENTRY *
|
||||
|
|
|
@ -10,7 +10,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
|
||||
Module Name:
|
||||
|
||||
consoleoption.c
|
||||
ConsoleOption.c
|
||||
|
||||
Abstract:
|
||||
|
||||
|
@ -21,7 +21,7 @@ Revision History
|
|||
|
||||
--*/
|
||||
|
||||
#include "bootmaint.h"
|
||||
#include "BootMaint.h"
|
||||
|
||||
EFI_DEVICE_PATH_PROTOCOL *
|
||||
DevicePathInstanceDup (
|
||||
|
|
|
@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
|
||||
Module Name:
|
||||
|
||||
data.c
|
||||
Data.c
|
||||
|
||||
Abstract:
|
||||
|
||||
|
@ -21,7 +21,7 @@ Revision History
|
|||
|
||||
--*/
|
||||
|
||||
#include "bootmaint.h"
|
||||
#include "BootMaint.h"
|
||||
|
||||
EFI_HII_UPDATE_DATA *UpdateData;
|
||||
STRING_DEPOSITORY *FileOptionStrDepository;
|
||||
|
|
|
@ -20,7 +20,7 @@ AgBStract:
|
|||
--*/
|
||||
|
||||
#include "Generic/Bds.h"
|
||||
#include "bootmaint.h"
|
||||
#include "BootMaint.h"
|
||||
#include "BdsPlatform.h"
|
||||
|
||||
VOID
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
//
|
||||
// Module Name:
|
||||
//
|
||||
// formguid.h
|
||||
// FormGuid.h
|
||||
//
|
||||
// Abstract:
|
||||
//
|
||||
|
|
|
@ -20,7 +20,7 @@ AgBStract:
|
|||
--*/
|
||||
|
||||
#include "Generic/Bds.h"
|
||||
#include "bootmaint.h"
|
||||
#include "BootMaint.h"
|
||||
#include "BdsPlatform.h"
|
||||
|
||||
EFI_GUID gTerminalDriverGuid = {
|
||||
|
|
|
@ -15,12 +15,12 @@ Module Name:
|
|||
|
||||
Abstract:
|
||||
|
||||
Variable operation that will be used by bootmaint
|
||||
Variable operation that will be used by BootMaint
|
||||
|
||||
--*/
|
||||
|
||||
#include "Generic/Bds.h"
|
||||
#include "bootmaint.h"
|
||||
#include "BootMaint.h"
|
||||
#include "bdsplatform.h"
|
||||
|
||||
EFI_STATUS
|
||||
|
|
Loading…
Reference in New Issue