]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf
update file GUID value to avoid collision with the GraphicsLib instance in MdeModulePkg.
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / GraphicsLib / GraphicsLib.inf
CommitLineData
45e6322c 1#/** @file\r
2# Graphics Library for UEFI drivers\r
3#\r
4# This library provides supports for basic graphic functions.\r
e9bbddb3 5# Copyright (c) 2006 - 2008, Intel Corporation.\r
45e6322c 6#\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#**/\r
16\r
45e6322c 17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = EdkGraphicsLib\r
e9bbddb3 20 FILE_GUID = BF0788B9-12F2-42ca-A41B-B43C06BA8202\r
45e6322c 21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
67996c41 23 LIBRARY_CLASS = GraphicsLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
45e6322c 24 EDK_RELEASE_VERSION = 0x00020000\r
25 EFI_SPECIFICATION_VERSION = 0x00020000\r
26\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
45e6322c 34[Sources.common]\r
35 Graphics.c\r
45e6322c 36\r
45e6322c 37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
41 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
42\r
45e6322c 43[LibraryClasses]\r
44 UefiBootServicesTableLib\r
45 MemoryAllocationLib\r
46 BaseLib\r
47 PrintLib\r
62409219 48 DebugLib\r
45e6322c 49\r
45e6322c 50[Protocols]\r
51 gEfiHiiProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
52 gEfiSimpleTextOutProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
53 gEfiGraphicsOutputProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
54 gEfiUgaDrawProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
55 gEfiConsoleControlProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
507b36ca 56 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
45e6322c 57 gEfiOEMBadgingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
58\r
8541adab 59[FeaturePcd.common]\r
60 gEfiMdeModulePkgTokenSpaceGuid.PcdUgaConsumeSupport\r