]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf
1.Removed PrintXY from Graphics Library.
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / GraphicsLib / GraphicsLib.inf
CommitLineData
45e6322c 1#/** @file\r
6c8e1cee 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
45e6322c 6#\r
7# This library provides supports for basic graphic functions.\r
e9bbddb3 8# Copyright (c) 2006 - 2008, Intel Corporation.\r
45e6322c 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
19\r
45e6322c 20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = EdkGraphicsLib\r
e9bbddb3 23 FILE_GUID = BF0788B9-12F2-42ca-A41B-B43C06BA8202\r
45e6322c 24 MODULE_TYPE = DXE_DRIVER\r
25 VERSION_STRING = 1.0\r
67996c41 26 LIBRARY_CLASS = GraphicsLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
45e6322c 27 EDK_RELEASE_VERSION = 0x00020000\r
28 EFI_SPECIFICATION_VERSION = 0x00020000\r
29\r
30\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
36\r
45e6322c 37[Sources.common]\r
38 Graphics.c\r
45e6322c 39\r
45e6322c 40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
44 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
45\r
45e6322c 46[LibraryClasses]\r
47 UefiBootServicesTableLib\r
48 MemoryAllocationLib\r
49 BaseLib\r
50 PrintLib\r
62409219 51 DebugLib\r
45e6322c 52\r
45e6322c 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
507b36ca 59 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
45e6322c 60 gEfiOEMBadgingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
61\r
8541adab 62[FeaturePcd.common]\r
b3154720 63 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r