]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/PlatformPei/CommonHeader.h
MdeModulePkg/CapsuleApp: Center bitmap at bottom of screen
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformPei / CommonHeader.h
CommitLineData
3cbfba02
DW
1/*++\r
2\r
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
4 \r\r
5 This program and the accompanying materials are licensed and made available under\r\r
6 the terms and conditions of the BSD License that accompanies this distribution. \r\r
7 The full text of the license may be found at \r\r
8 http://opensource.org/licenses/bsd-license.php. \r\r
9 \r\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
12 \r\r
13\r
14**/\r
15\r
16#ifndef __COMMON_HEADER_H_\r
17#define __COMMON_HEADER_H_\r
18\r
19\r
20\r
21#include <FrameworkPei.h>\r
22\r
23#include <IndustryStandard/SmBus.h>\r
24#include <IndustryStandard/Pci22.h>\r
25#include <Ppi/AtaController.h>\r
26#include <Guid/Capsule.h>\r
27#include <Ppi/Cache.h>\r
28#include <Ppi/MasterBootMode.h>\r
29#include <Guid/MemoryTypeInformation.h>\r
30#include <Guid/RecoveryDevice.h>\r
31#include <Ppi/ReadOnlyVariable2.h>\r
32#include <Ppi/FvLoadFile.h>\r
33#include <Ppi/DeviceRecoveryModule.h>\r
34#include <Ppi/Capsule.h>\r
35#include <Ppi/Reset.h>\r
36#include <Ppi/Stall.h>\r
37#include <Ppi/BootInRecoveryMode.h>\r
38#include <Guid/FirmwareFileSystem2.h>\r
39#include <Ppi/MemoryDiscovered.h>\r
40#include <Ppi/RecoveryModule.h>\r
41#include <Ppi/Smbus2.h>\r
42#include <Ppi/FirmwareVolumeInfo.h>\r
43#include <Ppi/EndOfPeiPhase.h>\r
44#include <Library/DebugLib.h>\r
45#include <Library/PeimEntryPoint.h>\r
46#include <Library/BaseLib.h>\r
47#include <Library/PeiServicesLib.h>\r
48#include <Library/BaseMemoryLib.h>\r
49#include <Library/HobLib.h>\r
50#include <Library/PciCf8Lib.h>\r
51#include <Library/IoLib.h>\r
52#include <Library/PciLib.h>\r
53#include <Library/ReportStatusCodeLib.h>\r
54#include <Library/PcdLib.h>\r
55#include <Library/SmbusLib.h>\r
56#include <Library/TimerLib.h>\r
57#include <Library/PrintLib.h>\r
58#include <Library/ResetSystemLib.h>\r
59#include <Library/MemoryAllocationLib.h>\r
60#include <Library/PerformanceLib.h>\r
61#include <Library/CacheMaintenanceLib.h>\r
62#include <Library/MtrrLib.h>\r
63\r
64\r
65#endif\r