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