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