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