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