]> git.proxmox.com Git - mirror_edk2.git/blob - OptionRomPkg/Library/GopBltLib/GopBltLib.inf
OptionRomPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / OptionRomPkg / Library / GopBltLib / GopBltLib.inf
1 ## @file
2 # GopBltLib - Library to perform blt using the UEFI Graphics Output Protocol.
3 #
4 # Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = GopBltLib
13 FILE_GUID = b75b91f0-a0b4-42fe-ba62-849027999b39
14 MODULE_TYPE = BASE
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = BltLib
17
18 [Sources.common]
19 GopBltLib.c
20
21 [LibraryClasses]
22 BaseLib
23 BaseMemoryLib
24 DebugLib
25 MemoryAllocationLib
26 UefiBootServicesTableLib
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 OptionRomPkg/OptionRomPkg.dec
31