1.Removed PrintXY from Graphics Library.
[edk2.git] / IntelFrameworkModulePkg / Library / GraphicsLib / GraphicsLib.inf
bloba204918c447bdadb633f115be723d5fd05124263
1 #/** @file\r
2 #  Library supports diplaying graphical splash screen,\r
3 #  locking of keyboard input and printing character on\r
4 #  screen. These basic graphics operations are based on UEFI HII, \r
5 #  Graphics Output protocol or UGA Draw protocol.\r
6 #\r
7 # This library provides supports for basic graphic functions.\r
8 # Copyright (c) 2006 - 2008, Intel Corporation.\r
9 #\r
10 #  All rights reserved. This program and the accompanying materials\r
11 #  are licensed and made available under the terms and conditions of the BSD License\r
12 #  which accompanies this distribution. The full text of the license may be found at\r
13 #  http://opensource.org/licenses/bsd-license.php\r
14 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16 #\r
17 #\r
18 #**/\r
20 [Defines]\r
21   INF_VERSION                    = 0x00010005\r
22   BASE_NAME                      = EdkGraphicsLib\r
23   FILE_GUID                      = BF0788B9-12F2-42ca-A41B-B43C06BA8202\r
24   MODULE_TYPE                    = DXE_DRIVER\r
25   VERSION_STRING                 = 1.0\r
26   LIBRARY_CLASS                  = GraphicsLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
27   EDK_RELEASE_VERSION            = 0x00020000\r
28   EFI_SPECIFICATION_VERSION      = 0x00020000\r
31 #\r
32 # The following information is for reference only and not required by the build tools.\r
33 #\r
34 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
35 #\r
37 [Sources.common]\r
38   Graphics.c\r
40 [Packages]\r
41   MdePkg/MdePkg.dec\r
42   MdeModulePkg/MdeModulePkg.dec\r
43   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
44   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
46 [LibraryClasses]\r
47   UefiBootServicesTableLib\r
48   MemoryAllocationLib\r
49   BaseLib\r
50   PrintLib\r
51   DebugLib\r
53 [Protocols]\r
54   gEfiHiiProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
55   gEfiSimpleTextOutProtocolGuid                 # PROTOCOL ALWAYS_CONSUMED\r
56   gEfiGraphicsOutputProtocolGuid                # PROTOCOL ALWAYS_CONSUMED\r
57   gEfiUgaDrawProtocolGuid                       # PROTOCOL ALWAYS_CONSUMED\r
58   gEfiConsoleControlProtocolGuid                # PROTOCOL ALWAYS_CONSUMED\r
59   gEfiFirmwareVolume2ProtocolGuid                # PROTOCOL ALWAYS_CONSUMED\r
60   gEfiOEMBadgingProtocolGuid                    # PROTOCOL ALWAYS_CONSUMED\r
62 [FeaturePcd.common]\r
63   gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r