1 #/*++ 2 # 3 # Copyright (c) 2004 - 2007, 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 #--*/ 13 # 14 # EDK Common Library for PEI usage (32bit) 15 # 16 17 # 18 # Libraries common to PEI and DXE 19 # 20 $(EDK_PREFIX)Foundation\Efi\Guid\EfiGuidLib.inf 21 $(EDK_PREFIX)Foundation\Framework\Guid\EdkFrameworkGuidLib.inf 22 $(EDK_PREFIX)Foundation\Guid\EdkGuidLib.inf 23 $(EDK_PREFIX)Foundation\Library\EfiCommonLib\EfiCommonLib.inf 24 $(EDK_PREFIX)Foundation\Cpu\Pentium\CpuIA32Lib\CpuIA32Lib.inf 25 $(EDK_PREFIX)Foundation\Cpu\Itanium\CpuIA64Lib\CpuIA64Lib.inf 26 $(EDK_PREFIX)Foundation\Library\CustomizedDecompress\CustomizedDecompress.inf 27 $(EDK_PREFIX)Foundation\Library\CompilerStub\CompilerStubLib.inf 28 29 # 30 # PEI libraries 31 # 32 $(EDK_PREFIX)Foundation\Framework\Ppi\EdkFrameworkPpiLib.inf 33 $(EDK_PREFIX)Foundation\Ppi\EdkPpiLib.inf 34 $(EDK_PREFIX)Foundation\Library\Pei\PeiLib\PeiLib.inf 35 $(EDK_PREFIX)Foundation\Library\Pei\Hob\PeiHobLib.inf 36