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