2011-12-16 06:46:57 +01:00
|
|
|
## @file
|
2011-04-12 17:08:08 +02:00
|
|
|
# GopBltLib - Library to perform blt using the UEFI Graphics Output Protocol.
|
|
|
|
#
|
2011-06-07 10:07:29 +02:00
|
|
|
# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
|
2011-04-12 17:08:08 +02:00
|
|
|
#
|
2019-04-04 01:06:23 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2011-04-12 17:08:08 +02:00
|
|
|
#
|
2011-12-16 06:46:57 +01:00
|
|
|
##
|
2011-04-12 17:08:08 +02:00
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = GopBltLib
|
|
|
|
FILE_GUID = b75b91f0-a0b4-42fe-ba62-849027999b39
|
|
|
|
MODULE_TYPE = BASE
|
|
|
|
VERSION_STRING = 1.0
|
|
|
|
LIBRARY_CLASS = BltLib
|
|
|
|
|
|
|
|
[Sources.common]
|
|
|
|
GopBltLib.c
|
|
|
|
|
2011-04-17 07:47:30 +02:00
|
|
|
[LibraryClasses]
|
2011-04-12 17:08:08 +02:00
|
|
|
BaseLib
|
|
|
|
BaseMemoryLib
|
|
|
|
DebugLib
|
|
|
|
MemoryAllocationLib
|
|
|
|
UefiBootServicesTableLib
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
OptionRomPkg/OptionRomPkg.dec
|
|
|
|
|