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:
klu2
2007-07-27 03:52:06 +00:00
parent 141a0202ad
commit 40f18da12b
28 changed files with 106 additions and 205 deletions

View File

@@ -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

View File

@@ -19,11 +19,6 @@ Abstract:
--*/
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "Bds.h"
#include "BdsPlatform.h"
#include "FrontPage.h"

View File

@@ -21,11 +21,6 @@ Abstract:
--*/
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "BBSsupport.h"
EFI_DEVICE_PATH_PROTOCOL EndDevicePath[] = {

View File

@@ -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)

View File

@@ -19,11 +19,6 @@ AgBStract:
--*/
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "BootMaint.h"
EFI_STATUS

View File

@@ -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"

View File

@@ -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"
//

View File

@@ -24,11 +24,6 @@ Revision History
--*/
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "BootMaint.h"
#include "BBSsupport.h"

View File

@@ -21,11 +21,6 @@ Revision History
--*/
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "BootMaint.h"
EFI_DEVICE_PATH_PROTOCOL *

View File

@@ -21,11 +21,6 @@ Revision History
--*/
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "BootMaint.h"
EFI_HII_UPDATE_DATA *UpdateData;

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -18,10 +18,6 @@ Abstract:
The platform boot manager reference implement
--*/
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "BootManager.h"

View File

@@ -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"

View File

@@ -19,12 +19,7 @@ Abstract:
--*/
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "Bds.h"
#include <Guid/FlashMapHob.h>
VOID

View File

@@ -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;

View File

@@ -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

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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

View File

@@ -19,11 +19,6 @@ Abstract:
--*/
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "bds.h"
#include "BdsPlatform.h"
#include "BdsString.h"

View File

@@ -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"