]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/Pei/CommonHeader.h
Enable Nt32 platform boot to DXE phase.
[mirror_edk2.git] / MdeModulePkg / Core / Pei / CommonHeader.h
CommitLineData
192f6d4c 1/**@file\r
2 Common header file shared by all source files.\r
3\r
4 This file includes package header files, library classes and protocol, PPI & GUID definitions.\r
5\r
6 Copyright (c) 2006 - 2007, Intel Corporation\r
7 All rights reserved. This program and the accompanying materials\r
8 are licensed and made available under the terms and conditions of the BSD License\r
9 which accompanies this distribution. The full text of the license may be found at\r
10 http://opensource.org/licenses/bsd-license.php\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13**/\r
14\r
15#ifndef __COMMON_HEADER_H_\r
16#define __COMMON_HEADER_H_\r
17\r
18#include <PiPei.h>\r
19#include <FrameworkPei.h>\r
20//\r
21// The protocols, PPI and GUID defintions for this module\r
22//\r
23#include <Ppi/DxeIpl.h>\r
24#include <Ppi/MemoryDiscovered.h>\r
25#include <Ppi/FindFv.h>\r
26#include <Ppi/StatusCode.h>\r
27#include <Ppi/Security.h>\r
28#include <Ppi/Reset.h>\r
29#include <Ppi/LoadFile.h>\r
30//\r
31// The Library classes this module consumes\r
32//\r
33#include <Library/DebugLib.h>\r
34#include <Library/PeiCoreEntryPoint.h>\r
35#include <Library/BaseLib.h>\r
36#include <Library/HobLib.h>\r
37#include <Library/PerformanceLib.h>\r
38#include <Library/PeiServicesLib.h>\r
39#include <Library/ReportStatusCodeLib.h>\r
40#include <Library/PeCoffGetEntryPointLib.h>\r
41#include <Library/BaseMemoryLib.h>\r
42#include <Library/TimerLib.h>\r
43\r
44#endif\r