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