Clean the public header files to remove the unnecessary include files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8871 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
#ifndef _PEI_BLOCK_IO_H_
|
||||
#define _PEI_BLOCK_IO_H_
|
||||
|
||||
#include <PiPei.h>
|
||||
|
||||
#define EFI_PEI_IDE_BLOCK_IO_PPI \
|
||||
{ \
|
||||
0x0964e5b22, 0x6459, 0x11d2, { 0x8e, 0x39, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b } \
|
||||
|
@@ -28,7 +28,7 @@
|
||||
#ifndef _PEI_BOOT_SCRIPT_EXECUTER_PPI_H_
|
||||
#define _PEI_BOOT_SCRIPT_EXECUTER_PPI_H_
|
||||
|
||||
#include <PiPei.h>
|
||||
#include <FrameworkPei.h>
|
||||
|
||||
#define EFI_ACPI_S3_RESUME_SCRIPT_TABLE 0x00
|
||||
|
||||
|
@@ -26,8 +26,6 @@
|
||||
#ifndef _PEI_DEVICE_RECOVERY_MODULE_PPI_H_
|
||||
#define _PEI_DEVICE_RECOVERY_MODULE_PPI_H_
|
||||
|
||||
#include <PiPei.h>
|
||||
|
||||
#define EFI_PEI_DEVICE_RECOVERY_MODULE_PPI_GUID \
|
||||
{ \
|
||||
0x0DE2CE25, 0x446A, 0x45a7, {0xBF, 0xC9, 0x37, 0xDA, 0x26, 0x34, 0x4B, 0x37 } \
|
||||
|
@@ -21,8 +21,6 @@
|
||||
#ifndef _FIND_FV_H_
|
||||
#define _FIND_FV_H_
|
||||
|
||||
#include <PiPei.h>
|
||||
|
||||
///
|
||||
/// Inconsistent with specification here:
|
||||
/// GUID value format has been changed to the standard guid format.
|
||||
|
@@ -21,11 +21,10 @@
|
||||
#ifndef __PEI_PCI_CFG_H__
|
||||
#define __PEI_PCI_CFG_H__
|
||||
|
||||
#include <Pi/PiPeiCis.h>
|
||||
#include <Ppi/PciCfg2.h>
|
||||
//
|
||||
// Get the common definitions for EFI_PEI_PCI_CFG_PPI_WIDTH.
|
||||
//
|
||||
#include <Ppi/PciCfg2.h>
|
||||
|
||||
#define EFI_PEI_PCI_CFG_PPI_INSTALLED_GUID \
|
||||
{ \
|
||||
|
@@ -21,8 +21,6 @@
|
||||
#ifndef __PEI_READ_ONLY_VARIABLE_PPI_H__
|
||||
#define __PEI_READ_ONLY_VARIABLE_PPI_H__
|
||||
|
||||
#include <PiPei.h>
|
||||
|
||||
#define EFI_PEI_READ_ONLY_VARIABLE_ACCESS_PPI_GUID \
|
||||
{ \
|
||||
0x3cdc90c6, 0x13fb, 0x4a75, {0x9e, 0x79, 0x59, 0xe9, 0xdd, 0x78, 0xb9, 0xfa } \
|
||||
|
@@ -22,8 +22,6 @@
|
||||
#ifndef __PEI_RECOVERY_MODULE_PPI_H__
|
||||
#define __PEI_RECOVERY_MODULE_PPI_H__
|
||||
|
||||
#include <PiPei.h>
|
||||
|
||||
///
|
||||
/// Inconsistent with specification here:
|
||||
/// GUID marco name has been changed to the consistent PPI GUID macro name.
|
||||
|
@@ -37,8 +37,6 @@
|
||||
#ifndef __PEI_S3_RESUME_PPI_H__
|
||||
#define __PEI_S3_RESUME_PPI_H__
|
||||
|
||||
#include <PiPei.h>
|
||||
|
||||
#define EFI_PEI_S3_RESUME_PPI_GUID \
|
||||
{ \
|
||||
0x4426CCB2, 0xE684, 0x4a8a, {0xAE, 0x40, 0x20, 0xD4, 0xB0, 0x25, 0xB7, 0x10 } \
|
||||
|
@@ -18,8 +18,6 @@
|
||||
#ifndef __SECTION_EXTRACTION_H__
|
||||
#define __SECTION_EXTRACTION_H__
|
||||
|
||||
#include <PiPei.h>
|
||||
|
||||
#define EFI_PEI_SECTION_EXTRACTION_PPI_GUID \
|
||||
{ \
|
||||
0x4F89E208, 0xE144, 0x4804, {0x9E, 0xC8, 0x0F, 0x89, 0x4F, 0x7E, 0x36, 0xD7 } \
|
||||
|
@@ -25,8 +25,6 @@
|
||||
#ifndef __SECURITY_PPI_H__
|
||||
#define __SECURITY_PPI_H__
|
||||
|
||||
#include <PiPei.h>
|
||||
|
||||
#define EFI_PEI_SECURITY_PPI_GUID \
|
||||
{ \
|
||||
0x1388066e, 0x3a57, 0x4efa, {0x98, 0xf3, 0xc1, 0x2f, 0x3a, 0x95, 0x8a, 0x29 } \
|
||||
|
@@ -20,7 +20,6 @@
|
||||
#ifndef _PEI_SMBUS_PPI_H_
|
||||
#define _PEI_SMBUS_PPI_H_
|
||||
|
||||
#include <PiPei.h>
|
||||
#include <Ppi/Smbus2.h>
|
||||
|
||||
#define EFI_PEI_SMBUS_PPI_GUID \
|
||||
|
Reference in New Issue
Block a user