]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.inf
MdeModulePkg/BmpImageDecoderLib: Retire it due to new BootLogoLib
[mirror_edk2.git] / MdeModulePkg / Library / ImageDecoderLib / ImageDecoderLib.inf
CommitLineData
345c2b07
RN
1## @file\r
2# This library provides image decoding service by managing the different\r
3# image decoding libraries.\r
0666a04c 4#\r
345c2b07
RN
5# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
6# This program and the accompanying materials are licensed and made available under\r
7# the terms and conditions of the BSD License that accompanies this distribution.\r
8# The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
0666a04c 10#\r
345c2b07
RN
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
0666a04c 13#\r
345c2b07
RN
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = ImageDecoderLib\r
0666a04c 19 MODULE_UNI_FILE = ImageDecoderLib.uni\r
345c2b07
RN
20 FILE_GUID = 5ACDA5F7-AE20-4A17-90C1-7D087F730202\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = ImageDecoderLib|DXE_DRIVER UEFI_APPLICATION\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
31[Sources]\r
32 ImageDecoderLib.c\r
0666a04c 33\r
345c2b07
RN
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37\r
38[LibraryClasses]\r
39 BaseLib\r
40 MemoryAllocationLib\r
41 UefiLib\r
42 BaseMemoryLib\r
43 DebugLib