1## @file 2# 3# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR> 4# 5# This program and the accompanying materials 6# are licensed and made available under the terms and conditions of the BSD License 7# which accompanies this distribution. The full text of the license may be found at 8# http://opensource.org/licenses/bsd-license.php. 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################################################################################ 15# 16# Defines Section - statements that will be processed to create a Makefile. 17# 18################################################################################ 19[Defines] 20 INF_VERSION = 0x00010005 21 BASE_NAME = PeiFspHobProcessLibVlv2 22 FILE_GUID = C7B7070B-E5A8-4b86-9110-BDCA1095F496 23 MODULE_TYPE = SEC 24 VERSION_STRING = 1.0 25 LIBRARY_CLASS = FspHobProcessLib 26 27# 28# The following information is for reference only and not required by the build tools. 29# 30# VALID_ARCHITECTURES = IA32 X64 31# 32 33################################################################################ 34# 35# Sources Section - list of files that are required for the build to succeed. 36# 37################################################################################ 38 39[Sources] 40 FspHobProcessLibVlv2.c 41 42 43################################################################################ 44# 45# Package Dependency Section - list of Package files that are required for 46# this module. 47# 48################################################################################ 49 50[Packages] 51 MdePkg/MdePkg.dec 52 MdeModulePkg/MdeModulePkg.dec 53 IntelFrameworkPkg/IntelFrameworkPkg.dec 54 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec 55 IntelFspPkg/IntelFspPkg.dec 56 IntelFspWrapperPkg/IntelFspWrapperPkg.dec 57 Vlv2TbltDevicePkg/PlatformPkg.dec 58 59[LibraryClasses] 60 BaseLib 61 BaseMemoryLib 62 HobLib 63 DebugLib 64 FspPlatformInfoLib 65 PeiServicesLib 66 PeiServicesTablePointerLib 67 PlatformFspLib 68 69[Pcd] 70 gFspWrapperTokenSpaceGuid.PcdPeiMinMemSize 71 gFspWrapperTokenSpaceGuid.PcdPeiRecoveryMinMemSize 72 73[Guids] 74 gFspReservedMemoryResourceHobGuid 75 gEfiMemoryTypeInformationGuid 76 gEfiSmmPeiSmramMemoryReserveGuid 77 78[Ppis] 79 gPeiCapsulePpiGuid 80