mirror of https://github.com/acidanthera/audk.git
Remove CommonHeader.h for BdsPlatformDxe driver in Nt32Pkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3474 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
141a0202ad
commit
40f18da12b
|
@ -20,11 +20,6 @@ Abstract:
|
|||
|
||||
--*/
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "Generic/Bds.h"
|
||||
#include "BdsPlatform.h"
|
||||
#include "Generic/BdsString.h"
|
||||
|
|
|
@ -22,10 +22,61 @@ Abstract:
|
|||
#ifndef _BDS_PLATFORM_H
|
||||
#define _BDS_PLATFORM_H
|
||||
|
||||
#include <PiDxe.h>
|
||||
#include <Common/MaxBbsEntries.h>
|
||||
#include <Protocol/FormCallbackFramework.h>
|
||||
#include <Protocol/DevicePath.h>
|
||||
#include <Protocol/LoadFile.h>
|
||||
#include <Protocol/CpuIo.h>
|
||||
#include <Protocol/Bds.h>
|
||||
#include <Protocol/DataHub.h>
|
||||
#include <Protocol/FormBrowserFramework.h>
|
||||
#include <Protocol/UgaDraw.h>
|
||||
#include <Protocol/BlockIo.h>
|
||||
#include <Protocol/ConsoleControl.h>
|
||||
#include <Protocol/GenericMemoryTest.h>
|
||||
#include <Protocol/GraphicsOutput.h>
|
||||
#include <Protocol/SimpleFileSystem.h>
|
||||
#include <Protocol/HiiFramework.h>
|
||||
#include <Protocol/SerialIo.h>
|
||||
#include <Protocol/LegacyBios.h>
|
||||
#include <Protocol/Performance.h>
|
||||
#include <Guid/PcAnsi.h>
|
||||
#include <Guid/DataHubRecords.h>
|
||||
#include <Guid/Bmp.h>
|
||||
#include <Guid/FileInfo.h>
|
||||
#include <Guid/BootState.h>
|
||||
#include <Guid/FileSystemVolumeLabelInfo.h>
|
||||
#include <Guid/GenericPlatformVariable.h>
|
||||
#include <Guid/GlobalVariable.h>
|
||||
|
||||
#include <Library/DebugLib.h>
|
||||
#include <Library/UefiLib.h>
|
||||
#include <Library/UefiDriverEntryPoint.h>
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/GraphicsLib.h>
|
||||
#include <Library/DxeServicesTableLib.h>
|
||||
#include <Library/PerformanceLib.h>
|
||||
#include <Library/PrintLib.h>
|
||||
#include <Library/IfrSupportLibFramework.h>
|
||||
#include <Library/ReportStatusCodeLib.h>
|
||||
#include <Library/HobLib.h>
|
||||
#include <Library/EdkGenericBdsLib.h>
|
||||
#include <Library/MemoryAllocationLib.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include <Library/UefiRuntimeServicesTableLib.h>
|
||||
#include <Library/DevicePathLib.h>
|
||||
#include <Library/HiiLibFramework.h>
|
||||
#include <Library/PeCoffLib.h>
|
||||
#include <Library/PcdLib.h>
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
// The rest of the includes
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
#include <Common/FirmwareRevision.h>
|
||||
|
||||
extern UINT8 PlatformBdsStrings[];
|
||||
|
||||
#include "IndustryStandard/Pci22.h"
|
||||
|
||||
|
|
|
@ -1,74 +0,0 @@
|
|||
/**@file
|
||||
Common header file shared by all source files.
|
||||
|
||||
This file includes package header files, library classes and protocol, PPI & GUID definitions.
|
||||
|
||||
Copyright (c) 2006 - 2007, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
http://opensource.org/licenses/bsd-license.php
|
||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
**/
|
||||
|
||||
#ifndef __COMMON_HEADER_H_
|
||||
#define __COMMON_HEADER_H_
|
||||
|
||||
#include <PiDxe.h>
|
||||
#include <Common/MaxBbsEntries.h>
|
||||
#include <Protocol/FormCallbackFramework.h>
|
||||
#include <Protocol/DevicePath.h>
|
||||
#include <Protocol/LoadFile.h>
|
||||
#include <Protocol/CpuIo.h>
|
||||
#include <Protocol/Bds.h>
|
||||
#include <Protocol/DataHub.h>
|
||||
#include <Protocol/FormBrowserFramework.h>
|
||||
#include <Protocol/UgaDraw.h>
|
||||
#include <Protocol/BlockIo.h>
|
||||
#include <Protocol/ConsoleControl.h>
|
||||
#include <Protocol/GenericMemoryTest.h>
|
||||
#include <Protocol/GraphicsOutput.h>
|
||||
#include <Protocol/SimpleFileSystem.h>
|
||||
#include <Protocol/HiiFramework.h>
|
||||
#include <Protocol/SerialIo.h>
|
||||
#include <Protocol/LegacyBios.h>
|
||||
#include <Protocol/Performance.h>
|
||||
#include <Guid/PcAnsi.h>
|
||||
#include <Guid/DataHubRecords.h>
|
||||
#include <Guid/Bmp.h>
|
||||
#include <Guid/FileInfo.h>
|
||||
#include <Guid/BootState.h>
|
||||
#include <Guid/FileSystemVolumeLabelInfo.h>
|
||||
#include <Guid/GenericPlatformVariable.h>
|
||||
#include <Guid/GlobalVariable.h>
|
||||
|
||||
#include <Library/DebugLib.h>
|
||||
#include <Library/UefiLib.h>
|
||||
#include <Library/UefiDriverEntryPoint.h>
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/GraphicsLib.h>
|
||||
#include <Library/DxeServicesTableLib.h>
|
||||
#include <Library/PerformanceLib.h>
|
||||
#include <Library/PrintLib.h>
|
||||
#include <Library/IfrSupportLibFramework.h>
|
||||
#include <Library/ReportStatusCodeLib.h>
|
||||
#include <Library/HobLib.h>
|
||||
#include <Library/EdkGenericBdsLib.h>
|
||||
#include <Library/MemoryAllocationLib.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include <Library/UefiRuntimeServicesTableLib.h>
|
||||
#include <Library/DevicePathLib.h>
|
||||
#include <Library/HiiLibFramework.h>
|
||||
#include <Library/PeCoffLib.h>
|
||||
#include <Library/PcdLib.h>
|
||||
|
||||
//
|
||||
// The rest of the includes
|
||||
//
|
||||
#include <Common/FirmwareRevision.h>
|
||||
|
||||
extern UINT8 PlatformBdsStrings[];
|
||||
|
||||
#endif
|
|
@ -24,10 +24,55 @@ Revision History
|
|||
#ifndef _BDS_H
|
||||
#define _BDS_H
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
#include <PiDxe.h>
|
||||
#include <Common/MaxBbsEntries.h>
|
||||
#include <Protocol/FormCallbackFramework.h>
|
||||
#include <Protocol/DevicePath.h>
|
||||
#include <Protocol/LoadFile.h>
|
||||
#include <Protocol/CpuIo.h>
|
||||
#include <Protocol/Bds.h>
|
||||
#include <Protocol/DataHub.h>
|
||||
#include <Protocol/FormBrowserFramework.h>
|
||||
#include <Protocol/UgaDraw.h>
|
||||
#include <Protocol/BlockIo.h>
|
||||
#include <Protocol/ConsoleControl.h>
|
||||
#include <Protocol/GenericMemoryTest.h>
|
||||
#include <Protocol/GraphicsOutput.h>
|
||||
#include <Protocol/SimpleFileSystem.h>
|
||||
#include <Protocol/HiiFramework.h>
|
||||
#include <Protocol/SerialIo.h>
|
||||
#include <Protocol/LegacyBios.h>
|
||||
#include <Protocol/Performance.h>
|
||||
#include <Guid/PcAnsi.h>
|
||||
#include <Guid/DataHubRecords.h>
|
||||
#include <Guid/Bmp.h>
|
||||
#include <Guid/FileInfo.h>
|
||||
#include <Guid/BootState.h>
|
||||
#include <Guid/FileSystemVolumeLabelInfo.h>
|
||||
#include <Guid/GenericPlatformVariable.h>
|
||||
#include <Guid/GlobalVariable.h>
|
||||
|
||||
#include <Library/DebugLib.h>
|
||||
#include <Library/UefiLib.h>
|
||||
#include <Library/UefiDriverEntryPoint.h>
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/GraphicsLib.h>
|
||||
#include <Library/DxeServicesTableLib.h>
|
||||
#include <Library/PerformanceLib.h>
|
||||
#include <Library/PrintLib.h>
|
||||
#include <Library/IfrSupportLibFramework.h>
|
||||
#include <Library/ReportStatusCodeLib.h>
|
||||
#include <Library/HobLib.h>
|
||||
#include <Library/EdkGenericBdsLib.h>
|
||||
#include <Library/MemoryAllocationLib.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include <Library/UefiRuntimeServicesTableLib.h>
|
||||
#include <Library/DevicePathLib.h>
|
||||
#include <Library/HiiLibFramework.h>
|
||||
#include <Library/PeCoffLib.h>
|
||||
#include <Library/PcdLib.h>
|
||||
|
||||
|
||||
//
|
||||
// Bds AP Context data
|
||||
|
|
|
@ -19,11 +19,6 @@ Abstract:
|
|||
|
||||
--*/
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "Bds.h"
|
||||
#include "BdsPlatform.h"
|
||||
#include "FrontPage.h"
|
||||
|
|
|
@ -21,11 +21,6 @@ Abstract:
|
|||
|
||||
--*/
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "BBSsupport.h"
|
||||
|
||||
EFI_DEVICE_PATH_PROTOCOL EndDevicePath[] = {
|
||||
|
|
|
@ -24,11 +24,6 @@ Revision History
|
|||
#ifndef _EFI_BDS_BBS_SUPPORT_H
|
||||
#define _EFI_BDS_BBS_SUPPORT_H
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "Generic/BootMaint/BootMaint.h"
|
||||
|
||||
#if defined (MDE_CPU_IA32)
|
||||
|
|
|
@ -19,11 +19,6 @@ AgBStract:
|
|||
|
||||
--*/
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "BootMaint.h"
|
||||
|
||||
EFI_STATUS
|
||||
|
|
|
@ -19,11 +19,6 @@ Abstract:
|
|||
|
||||
--*/
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "Generic/Bds.h"
|
||||
#include "BootMaint.h"
|
||||
#include "formguid.h"
|
||||
|
|
|
@ -22,11 +22,7 @@ Revision History
|
|||
#ifndef _BOOT_MAINT_H
|
||||
#define _BOOT_MAINT_H
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "Generic/Bds.h"
|
||||
#include "Generic/BootMaint/BBSsupport.h"
|
||||
|
||||
//
|
||||
|
|
|
@ -24,11 +24,6 @@ Revision History
|
|||
|
||||
--*/
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "BootMaint.h"
|
||||
#include "BBSsupport.h"
|
||||
|
||||
|
|
|
@ -21,11 +21,6 @@ Revision History
|
|||
|
||||
--*/
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "BootMaint.h"
|
||||
|
||||
EFI_DEVICE_PATH_PROTOCOL *
|
||||
|
|
|
@ -21,11 +21,6 @@ Revision History
|
|||
|
||||
--*/
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "BootMaint.h"
|
||||
|
||||
EFI_HII_UPDATE_DATA *UpdateData;
|
||||
|
|
|
@ -19,11 +19,6 @@ AgBStract:
|
|||
|
||||
--*/
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "Generic/Bds.h"
|
||||
#include "BootMaint.h"
|
||||
#include "BdsPlatform.h"
|
||||
|
|
|
@ -12,11 +12,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
|
||||
**/
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "Generic/Bds.h"
|
||||
#include "BootMaint.h"
|
||||
#include "BdsPlatform.h"
|
||||
|
|
|
@ -19,11 +19,6 @@ Abstract:
|
|||
|
||||
--*/
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "Generic/Bds.h"
|
||||
#include "BootMaint.h"
|
||||
#include "bdsplatform.h"
|
||||
|
|
|
@ -18,10 +18,6 @@ Abstract:
|
|||
The platform boot manager reference implement
|
||||
|
||||
--*/
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "BootManager.h"
|
||||
|
||||
|
|
|
@ -24,11 +24,6 @@ Revision History
|
|||
#ifndef _EFI_BOOT_MANAGER_H
|
||||
#define _EFI_BOOT_MANAGER_H
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "Generic/Bds.h"
|
||||
#include "BdsPlatform.h"
|
||||
#include "Generic/BdsString.h"
|
||||
|
|
|
@ -19,12 +19,7 @@ Abstract:
|
|||
|
||||
--*/
|
||||
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "Bds.h"
|
||||
#include <Guid/FlashMapHob.h>
|
||||
|
||||
VOID
|
||||
|
|
|
@ -18,10 +18,7 @@ Abstract:
|
|||
The platform device manager reference implement
|
||||
|
||||
--*/
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "DeviceManager.h"
|
||||
|
||||
STATIC UINT16 mTokenCount;
|
||||
|
|
|
@ -24,11 +24,6 @@ Revision History
|
|||
#ifndef _DEVICE_MANAGER_H
|
||||
#define _DEVICE_MANAGER_H
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "Generic/FrontPage.h"
|
||||
|
||||
#define EFI_NON_DEVICE_CLASS 0x00 // Useful when you do not want something in the Device Manager
|
||||
|
|
|
@ -18,12 +18,6 @@ Abstract:
|
|||
FrontPage routines to handle the callbacks and browser calls
|
||||
|
||||
--*/
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "Bds.h"
|
||||
#include "BdsPlatform.h"
|
||||
#include "FrontPage.h"
|
||||
|
|
|
@ -24,11 +24,6 @@ Revision History
|
|||
#ifndef _FRONT_PAGE_H
|
||||
#define _FRONT_PAGE_H
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "Generic/DeviceMngr/DeviceManager.h"
|
||||
#include "Generic/BootMaint/BootMaint.h"
|
||||
#include "Generic/BootMngr/BootManager.h"
|
||||
|
|
|
@ -20,12 +20,7 @@ Abstract:
|
|||
Revision History
|
||||
|
||||
--*/
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "Bds.h"
|
||||
#include "BdsString.h"
|
||||
#include "Language.h"
|
||||
|
||||
|
|
|
@ -24,10 +24,6 @@ Revision History
|
|||
#ifndef _LANGUAGE_H
|
||||
#define _LANGUAGE_H
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#define ISO_639_2_ENTRY_SIZE 3
|
||||
|
||||
|
|
|
@ -19,11 +19,6 @@ Abstract:
|
|||
|
||||
--*/
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "bds.h"
|
||||
#include "BdsPlatform.h"
|
||||
#include "BdsString.h"
|
||||
|
|
|
@ -21,11 +21,6 @@ Revision History
|
|||
|
||||
--*/
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "Bds.h"
|
||||
#include "BdsString.h"
|
||||
#include "Language.h"
|
||||
|
|
|
@ -20,11 +20,6 @@ Abstract:
|
|||
|
||||
--*/
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "Generic/Bds.h"
|
||||
#include "BdsPlatform.h"
|
||||
#include <Protocol/WinNtThunk.h>
|
||||
|
|
Loading…
Reference in New Issue