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