1 ## @file 2 # 3 # Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR> 4 # This program and the accompanying materials 5 # are licensed and made available under the terms and conditions of the BSD License 6 # which accompanies this distribution. The full text of the license may be found at 7 # http://opensource.org/licenses/bsd-license.php 8 # 9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 11 # 12 # Module Name: 13 # EfiLdr.inf 14 # 15 # Abstract: 16 # 17 ## 18 19 [Defines] 20 INF_VERSION = 0x00010005 21 BASE_NAME = EfiLoader 22 FILE_GUID = A9620E5C-5FA1-40b7-8B21-50B632F88F38 23 MODULE_TYPE = UEFI_APPLICATION 24 VERSION_STRING = 1.0 25 26 [Packages] 27 MdePkg/MdePkg.dec 28 MdeModulePkg/MdeModulePkg.dec 29 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec 30 31 [LibraryClasses] 32 BaseLib 33 BaseMemoryLib 34 PrintLib 35 SerialPortLib 36 37 [Sources] 38 Debug.h 39 PeLoader.h 40 Support.h 41 EfiLdrHandoff.h 42 EfiLdr.h 43 EfiLoader.c 44 Debug.c 45 PeLoader.c 46 Support.c 47 #TianoDecompress.c 48 #TianoDecompress.h 49 LzmaDecompress.h 50 51 [Guids] 52 gTianoCustomDecompressGuid 53 54 [BuildOptions] 55 MSFT:*_*_*_DLINK_FLAGS = /BASE:0x10000 56