]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / BaseBmpSupportLib / BaseBmpSupportLib.inf
1 ## @file
2 # Base library to support BMP graphics image conversion.
3 #
4 # Provides services to convert a BMP graphics image to a GOP BLT buffer and
5 # from a GOP BLT buffer to a BMP graphics image.
6 #
7 # Copyright (c) 2017, Microsoft Corporation
8 #
9 # All rights reserved.
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010017
15 BASE_NAME = BaseBmpSupportLib
16 MODULE_UNI_FILE = BaseBmpSupportLib.uni
17 FILE_GUID = CF5F650B-C208-409A-B889-0755172E2B0C
18 VERSION_STRING = 1.0
19 MODULE_TYPE = BASE
20 LIBRARY_CLASS = BmpSupportLib
21
22 [LibraryClasses]
23 DebugLib
24 BaseMemoryLib
25 MemoryAllocationLib
26 SafeIntLib
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 MdeModulePkg/MdeModulePkg.dec
31
32 [Sources]
33 BmpSupportLib.c