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