1 # 2 # 3 # Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved 4 # 6 # This program and the accompanying materials are licensed and made available under 8 # the terms and conditions of the BSD License that accompanies this distribution. 10 # The full text of the license may be found at 12 # http://opensource.org/licenses/bsd-license.php. 14 # 16 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 18 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 20 # 22 # 23 # 24 # Module Name: 25 # 26 # CpuPeim.inf 27 # 28 # Abstract: 29 # 30 # Component description file for CPU module 31 # 32 # 33 #--*/ 34 35 [defines] 36 INF_VERSION = 0x00010005 37 BASE_NAME = FvInfoPei 38 FILE_GUID = 64AAEAE0-92DF-4980-8668-6EB5EAAF4393 39 MODULE_TYPE = PEIM 40 VERSION_STRING = 1.0 41 ENTRY_POINT = PeimInitializeFvInfo 42 43 [sources.common] 44 FvInfoPei.c 45 46 [Packages] 47 MdePkg/MdePkg.dec 48 Vlv2TbltDevicePkg/PlatformPkg.dec 49 50 [LibraryClasses] 51 PeimEntryPoint 52 DebugLib 53 54 [Pcd.common] 55 gPlatformModuleTokenSpaceGuid.PcdFlashFvRecovery2Base 56 gPlatformModuleTokenSpaceGuid.PcdFlashFvRecovery2Size 57 58 [Ppis] 59 gEfiPeiFirmwareVolumeInfoPpiGuid 60 61 [Depex] 62 TRUE 63 64