]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/PlatformBdsDxe/CommonHeader.h
5d3facb94664b0b34e2e46d241959db97230fab5
[mirror_edk2.git] / Nt32Pkg / PlatformBdsDxe / 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
19 //
20 // The package level header files this module uses
21 //
22 #include <PiDxe.h>
23 //
24 // The protocols, PPI and GUID defintions for this module
25 //
26 #include <Protocol/FormCallback.h>
27 #include <Guid/FileSystemVolumeLabelInfo.h>
28 #include <Protocol/DevicePath.h>
29 #include <Guid/BootState.h>
30 #include <Protocol/LoadFile.h>
31 #include <Protocol/CpuIo.h>
32 #include <Guid/FileInfo.h>
33 #include <Protocol/Bds.h>
34 #include <Protocol/DataHub.h>
35 #include <Protocol/FormBrowser.h>
36 #include <Guid/Bmp.h>
37 #include <Protocol/UgaDraw.h>
38 #include <Protocol/BlockIo.h>
39 #include <Guid/GlobalVariable.h>
40 #include <Protocol/ConsoleControl.h>
41 #include <Protocol/GenericMemoryTest.h>
42 #include <Protocol/GraphicsOutput.h>
43 #include <Protocol/SimpleFileSystem.h>
44 #include <Protocol/Hii.h>
45 #include <Guid/GenericPlatformVariable.h>
46 #include <Guid/FlashMapHob.h>
47 #include <Protocol/SerialIo.h>
48 #include <Protocol/LegacyBios.h>
49 //
50 // The Library classes this module consumes
51 //
52 #include <Library/DebugLib.h>
53 #include <Library/UefiLib.h>
54 #include <Library/UefiDriverEntryPoint.h>
55 #include <Library/BaseLib.h>
56 #include <Library/EdkGraphicsLib.h>
57 #include <Library/DxeServicesTableLib.h>
58 #include <Library/PerformanceLib.h>
59 #include <Library/PrintLib.h>
60 #include <Library/IfrSupportLibFramework.h>
61 #include <Library/ReportStatusCodeLib.h>
62 #include <Library/HobLib.h>
63 #include <Library/EdkGenericBdsLib.h>
64 #include <Library/MemoryAllocationLib.h>
65 #include <Library/BaseMemoryLib.h>
66 #include <Library/UefiBootServicesTableLib.h>
67 #include <Library/UefiRuntimeServicesTableLib.h>
68 #include <Library/DevicePathLib.h>
69 #include <Library/HiiLib.h>
70 #include <Library/PeCoffLib.h>
71
72 #endif