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