]>
git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Include/EdkPeiCore.h
3 Copyright (c) 2006 - 2007, Intel Corporation
4 All rights reserved. This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 This file defines the base package surface area for writting a PEIM
18 Things defined in the Tiano specification go in DxeCis.h.
20 Dxe.h contains build environment and library information needed to build
21 a basic Dxe driver. This file must match the "base package" definition of
22 how to write a Dxe driver.
26 #ifndef __EDK_PEI_CORE_H__
27 #define __EDK_PEI_CORE_H__
30 #include <Guid/PeiPeCoffLoader.h>
33 // BUGBUG: Performance related Guid.
34 // It is Tiano-private, but is required for PeiCore
36 #include <Guid/PeiPerformanceHob.h>