mirror of https://github.com/acidanthera/audk.git
Corrected uses of IntelFrameworkPkg header files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3051 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
297ce0faf3
commit
694b922c0b
|
@ -19,8 +19,7 @@
|
|||
//
|
||||
// The package level header files this module uses
|
||||
//
|
||||
#include <PiDxe.h>
|
||||
#include <Common/FrameworkStatusCode.h>
|
||||
#include <FrameworkDxe.h>
|
||||
//
|
||||
// The protocols, PPI and GUID defintions for this module
|
||||
//
|
||||
|
|
|
@ -27,9 +27,8 @@ Revision History
|
|||
//
|
||||
// The package level header files this module uses
|
||||
//
|
||||
#include <PiDxe.h>
|
||||
#include <Common/FrameworkStatusCode.h>
|
||||
#include <Common/FrameworkStatusCodeDataTypeId.h>
|
||||
#include <FrameworkDxe.h>
|
||||
|
||||
//
|
||||
// The protocols, PPI and GUID defintions for this module
|
||||
//
|
||||
|
|
|
@ -23,8 +23,8 @@ Abstract:
|
|||
//
|
||||
// The package level header files this module uses
|
||||
//
|
||||
#include <PiDxe.h>
|
||||
#include <Common/FrameworkStatusCode.h>
|
||||
#include <FrameworkDxe.h>
|
||||
|
||||
//
|
||||
// The protocols, PPI and GUID defintions for this module
|
||||
//
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#define _FRAMEWORK_DXE_CIS_H_
|
||||
|
||||
#include <PiDxe.h>
|
||||
#include <Common/FrameworkStatusCode.h>
|
||||
#include <Framework/StatusCode.h>
|
||||
#include <Protocol/StatusCode.h>
|
||||
|
||||
//
|
|
@ -22,6 +22,8 @@
|
|||
#ifndef __EFI_FIRMWARE_VOLUME_HEADER_H__
|
||||
#define __EFI_FIRMWARE_VOLUME_HEADER_H__
|
||||
|
||||
#include <FrameworkPei.h>
|
||||
|
||||
//
|
||||
// Firmware Volume Block Attributes definition
|
||||
//
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef _FRAMEWORK_SMM_CIS_H_
|
||||
#define _FRAMEWORK_SMM_CIS_H_
|
||||
|
||||
#include <Common/FrameworkDxeCis.h>
|
||||
#include <Framework/DxeCis.h>
|
||||
|
||||
#define EFI_SMM_CPU_IO_GUID \
|
||||
{ \
|
|
@ -21,7 +21,7 @@
|
|||
#ifndef __FRAMEWORK_STATUS_CODE_DATA_TYPE_ID_H__
|
||||
#define __FRAMEWORK_STATUS_CODE_DATA_TYPE_ID_H__
|
||||
|
||||
#include <Common/DataHubRecords.h>
|
||||
#include <Framework/DataHubRecords.h>
|
||||
#include <Protocol/DebugSupport.h>
|
||||
|
||||
///
|
|
@ -21,7 +21,7 @@
|
|||
#define _FRAMEWORK_DXE_H_
|
||||
|
||||
#include <FrameworkPei.h>
|
||||
#include <PiDxe.h>
|
||||
#include <Common/FrameworkDxeCis.h>
|
||||
|
||||
#include <Framework/DxeCis.h>
|
||||
|
||||
#endif
|
||||
|
|
|
@ -22,13 +22,13 @@
|
|||
|
||||
#include <PiPei.h>
|
||||
|
||||
#include <Common/FrameworkFirmwareFileSystem.h>
|
||||
#include <Common/FrameworkFirmwareVolumeImageFormat.h>
|
||||
#include <Common/FrameworkFirmwareVolumeHeader.h>
|
||||
#include <Common/FrameworkHob.h>
|
||||
#include <Common/FrameworkLegacy16.h>
|
||||
#include <Common/DataHubRecords.h>
|
||||
#include <Common/FrameworkStatusCode.h>
|
||||
#include <Common/FrameworkStatusCodeDataTypeId.h>
|
||||
#include <Framework/FirmwareFileSystem.h>
|
||||
#include <Framework/FirmwareVolumeImageFormat.h>
|
||||
#include <Framework/FirmwareVolumeHeader.h>
|
||||
#include <Framework/Hob.h>
|
||||
#include <Framework/Legacy16.h>
|
||||
#include <Framework/DataHubRecords.h>
|
||||
#include <Framework/StatusCode.h>
|
||||
#include <Framework/StatusCodeDataTypeId.h>
|
||||
|
||||
#endif
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#define _FRAMEWORK_SMM_H_
|
||||
|
||||
#include <FrameworkDxe.h>
|
||||
#include <Common/FrameworkSmmCis.h>
|
||||
|
||||
#include <Framework/SmmCis.h>
|
||||
|
||||
#endif
|
||||
|
|
|
@ -18,8 +18,10 @@
|
|||
|
||||
**/
|
||||
|
||||
#ifndef _PEI_BOOT_SCRIPT_EXECUTER_PPI_H
|
||||
#define _PEI_BOOT_SCRIPT_EXECUTER_PPI_H
|
||||
#ifndef _PEI_BOOT_SCRIPT_EXECUTER_PPI_H_
|
||||
#define _PEI_BOOT_SCRIPT_EXECUTER_PPI_H_
|
||||
|
||||
#include <FrameworkPei.h>
|
||||
|
||||
#define EFI_ACPI_S3_RESUME_SCRIPT_TABLE 0x00
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/** @file
|
||||
This file declares FindFv PPI used to locate FVs that contain PEIMs in PEI
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
Copyright (c) 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
|
||||
|
@ -18,8 +18,10 @@
|
|||
|
||||
**/
|
||||
|
||||
#ifndef __FIND_FV_H__
|
||||
#define __FIND_FV_H__
|
||||
#ifndef _FIND_FV_H_
|
||||
#define _FIND_FV_H_
|
||||
|
||||
#include <FrameworkPei.h>
|
||||
|
||||
#define EFI_PEI_FIND_FV_PPI_GUID \
|
||||
{ \
|
||||
|
|
|
@ -19,15 +19,15 @@
|
|||
//
|
||||
// The package level header files this module uses
|
||||
//
|
||||
#include <PiDxe.h>
|
||||
#include <FrameworkDxe.h>
|
||||
#include <WinNtDxe.h>
|
||||
|
||||
//
|
||||
// The protocols, PPI and GUID defintions for this module
|
||||
//
|
||||
#include <Protocol/Cpu.h>
|
||||
#include <Protocol/DataHub.h>
|
||||
#include <Protocol/HiiFramework.h>
|
||||
#include <Common/DataHubRecords.h>
|
||||
#include <Guid/DataHubRecords.h>
|
||||
#include <Protocol/CpuIo.h>
|
||||
#include <Protocol/WinNtIo.h>
|
||||
|
|
Loading…
Reference in New Issue