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