]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/GraphicsLib/CommonHeader.h
First round of PI enabling work:
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / GraphicsLib / CommonHeader.h
CommitLineData
45e6322c 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
ed7748fe 19\r
45e6322c 20#include <PiDxe.h>\r
ed7748fe 21\r
45e6322c 22#include <Protocol/SimpleTextOut.h>\r
23#include <Protocol/OEMBadging.h>\r
24#include <Protocol/ConsoleControl.h>\r
25#include <Protocol/GraphicsOutput.h>\r
507b36ca 26#include <Protocol/FirmwareVolume2.h>\r
45e6322c 27#include <Protocol/UgaDraw.h>\r
1c740695 28#include <Protocol/HiiFramework.h>\r
45e6322c 29\r
30#include <Guid/Bmp.h>\r
ed7748fe 31\r
45e6322c 32#include <Library/GraphicsLib.h>\r
33#include <Library/PrintLib.h>\r
34#include <Library/BaseLib.h>\r
35#include <Library/MemoryAllocationLib.h>\r
36#include <Library/UefiBootServicesTableLib.h>\r
37\r
38\r
39#endif\r