]> git.proxmox.com Git - mirror_edk2.git/blame - OptionRomPkg/Library/GopBltLib/GopBltLib.inf
BaseTools/Capsule: Do not support -o with --dump-info
[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
98208ad3 6# This program and the accompanying materials\r
4d19deac 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\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
7694367b 14##\r
4d19deac 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = GopBltLib\r
19 FILE_GUID = b75b91f0-a0b4-42fe-ba62-849027999b39\r
20 MODULE_TYPE = BASE\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = BltLib\r
23\r
24[Sources.common]\r
25 GopBltLib.c\r
26\r
f6e5ce5c 27[LibraryClasses]\r
4d19deac 28 BaseLib\r
29 BaseMemoryLib\r
30 DebugLib\r
31 MemoryAllocationLib\r
32 UefiBootServicesTableLib\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 OptionRomPkg/OptionRomPkg.dec\r
37\r