]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Include/EdkPeiCore.h
Update BaseLib.h to make the spaces between comments constant. Only added blank lines
[mirror_edk2.git] / EdkModulePkg / Include / EdkPeiCore.h
CommitLineData
878ddf1f 1/*++\r
2\r
675a7b0b 3Copyright (c) 2006 - 2007, Intel Corporation \r
878ddf1f 4All rights reserved. This program and the accompanying materials \r
5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13 EdkDxe.h\r
14\r
15Abstract:\r
16 This file defines the base package surface area for writting a PEIM\r
17 \r
18 Things defined in the Tiano specification go in DxeCis.h. \r
19\r
20 Dxe.h contains build environment and library information needed to build\r
21 a basic Dxe driver. This file must match the "base package" definition of\r
22 how to write a Dxe driver.\r
23\r
24--*/\r
25\r
26#ifndef __EDK_PEI_CORE_H__\r
27#define __EDK_PEI_CORE_H__\r
28\r
878ddf1f 29\r
30#include <Guid/PeiPeCoffLoader.h>\r
31\r
32//\r
33// BUGBUG: Performance related Guid.\r
34// It is Tiano-private, but is required for PeiCore\r
35//\r
36#include <Guid/PeiPerformanceHob.h>\r
37\r
38#endif\r