]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Console/ConPlatformDxe/CommonHeader.h
Add VFR compiler Path for x64 & IPF arch.
[mirror_edk2.git] / MdeModulePkg / Universal / Console / ConPlatformDxe / CommonHeader.h
CommitLineData
95276127 1/**@file\r
2 Common header file shared by all source files.\r
3\r
4 This file includes package header files, library classes and protocol, PPI & GUID definitions.\r
5\r
6 Copyright (c) 2006 - 2007, Intel Corporation\r
7 All rights reserved. This program and the accompanying materials\r
8 are licensed and made available under the terms and conditions of the BSD License\r
9 which accompanies this distribution. The full text of the license may be found at\r
10 http://opensource.org/licenses/bsd-license.php\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13**/\r
14\r
15#ifndef __COMMON_HEADER_H_\r
16#define __COMMON_HEADER_H_\r
17\r
18\r
19//\r
20// The package level header files this module uses\r
21//\r
22#include <Uefi.h>\r
23\r
24//\r
25// The protocols, PPI and GUID defintions for this module\r
26//\r
27#include <Protocol/SimpleTextOut.h>\r
28#include <Guid/GlobalVariable.h>\r
29#include <Guid/ConsoleInDevice.h>\r
30#include <Protocol/DevicePath.h>\r
31#include <Protocol/SimpleTextIn.h>\r
32#include <Guid/HotPlugDevice.h>\r
33#include <Guid/StandardErrorDevice.h>\r
34#include <Guid/ConsoleOutDevice.h>\r
35//\r
36// The Library classes this module consumes\r
37//\r
38#include <Library/DebugLib.h>\r
39#include <Library/UefiDriverEntryPoint.h>\r
40#include <Library/UefiLib.h>\r
41#include <Library/BaseMemoryLib.h>\r
42#include <Library/UefiBootServicesTableLib.h>\r
43#include <Library/UefiRuntimeServicesTableLib.h>\r
44#include <Library/DevicePathLib.h>\r
45#include <Library/MemoryAllocationLib.h>\r
46//\r
47// Driver Binding Externs\r
48//\r
49extern EFI_DRIVER_BINDING_PROTOCOL gConPlatformTextInDriverBinding;\r
50extern EFI_COMPONENT_NAME_PROTOCOL gConPlatformComponentName;\r
51extern EFI_DRIVER_BINDING_PROTOCOL gConPlatformTextOutDriverBinding;\r
52extern EFI_COMPONENT_NAME_PROTOCOL gConPlatformComponentName;\r
53\r
54#endif\r