]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
MdeModulePkg: Fix coding style issues in file/function comments
[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
10# Redistribution and use in source and binary forms, with or without\r
11# modification, are permitted provided that the following conditions are met:\r
12# 1. Redistributions of source code must retain the above copyright notice,\r
13# this list of conditions and the following disclaimer.\r
14# 2. Redistributions in binary form must reproduce the above copyright notice,\r
15# this list of conditions and the following disclaimer in the documentation\r
16# and/or other materials provided with the distribution.\r
17#\r
18# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND\r
19# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r
20# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\r
21# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\r
22# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\r
23# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\r
24# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\r
25# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\r
26# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF\r
27# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
28##\r
29\r
30[Defines]\r
31 INF_VERSION = 0x00010017\r
32 BASE_NAME = BaseBmpSupportLib\r
33 MODULE_UNI_FILE = BaseBmpSupportLib.uni\r
34 FILE_GUID = CF5F650B-C208-409A-B889-0755172E2B0C\r
35 VERSION_STRING = 1.0\r
36 MODULE_TYPE = BASE\r
37 LIBRARY_CLASS = BmpSupportLib\r
38\r
39[LibraryClasses]\r
40 DebugLib\r
41 BaseMemoryLib\r
42 MemoryAllocationLib\r
43 SafeIntLib\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 MdeModulePkg/MdeModulePkg.dec\r
48\r
49[Sources]\r
50 BmpSupportLib.c\r