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 MODULE_UNI_FILE = ImageDecoderLib.uni 20 FILE_GUID = 5ACDA5F7-AE20-4A17-90C1-7D087F730202 21 MODULE_TYPE = DXE_DRIVER 22 VERSION_STRING = 1.0 23 LIBRARY_CLASS = ImageDecoderLib|DXE_DRIVER UEFI_APPLICATION 24 25 # 26 # The following information is for reference only and not required by the build tools. 27 # 28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC 29 # 30 31 [Sources] 32 ImageDecoderLib.c 33 34 [Packages] 35 MdePkg/MdePkg.dec 36 MdeModulePkg/MdeModulePkg.dec 37 38 [LibraryClasses] 39 BaseLib 40 MemoryAllocationLib 41 UefiLib 42 BaseMemoryLib 43 DebugLib