2007-06-15 12:02:42 +02:00
|
|
|
/** @file
|
2010-03-16 02:53:11 +01:00
|
|
|
Header file that support Framework extension to UEFI/PI for PEI modules.
|
2007-06-15 12:02:42 +02:00
|
|
|
|
|
|
|
This header file must include Framework extension definitions common to PEI
|
|
|
|
modules.
|
|
|
|
|
2010-04-23 17:52:13 +02:00
|
|
|
Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
|
2010-03-16 02:53:11 +01:00
|
|
|
This program and the accompanying materials are licensed and made available under
|
|
|
|
the terms and conditions of the BSD License that 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.
|
2007-06-15 12:02:42 +02:00
|
|
|
|
|
|
|
**/
|
|
|
|
|
|
|
|
#ifndef _FRAMEWORK_PEI_H_
|
|
|
|
#define _FRAMEWORK_PEI_H_
|
|
|
|
|
|
|
|
#include <PiPei.h>
|
2007-07-03 11:18:19 +02:00
|
|
|
|
2007-07-04 14:13:24 +02:00
|
|
|
#include <Framework/FirmwareVolumeImageFormat.h>
|
|
|
|
#include <Framework/FirmwareVolumeHeader.h>
|
|
|
|
#include <Framework/Hob.h>
|
|
|
|
#include <Framework/StatusCode.h>
|
2009-07-12 01:25:44 +02:00
|
|
|
#include <Framework/BootScript.h>
|
2009-07-10 11:30:53 +02:00
|
|
|
#include <Framework/PeiCis.h>
|
2007-06-15 12:02:42 +02:00
|
|
|
|
|
|
|
#endif
|