Last change
on this file since 80922 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
696 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # FrameBufferBltLib - Library to perform blt operations on a frame buffer.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2006 - 2016, 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 = FrameBufferBltLib
|
---|
13 | FILE_GUID = 243D3E8C-2780-4A25-9693-A410475BFCEC
|
---|
14 | MODULE_TYPE = UEFI_DRIVER
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | LIBRARY_CLASS = FrameBufferBltLib
|
---|
17 |
|
---|
18 | [Sources.common]
|
---|
19 | FrameBufferBltLib.c
|
---|
20 |
|
---|
21 | [LibraryClasses]
|
---|
22 | BaseLib
|
---|
23 | BaseMemoryLib
|
---|
24 | DebugLib
|
---|
25 |
|
---|
26 | [Packages]
|
---|
27 | MdePkg/MdePkg.dec
|
---|
28 | MdeModulePkg/MdeModulePkg.dec
|
---|
Note:
See
TracBrowser
for help on using the repository browser.