]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/PeiFspHobProcessLibSample.inf
DynamicTablesPkg: GTDT updates for ACPI 6.3
[mirror_edk2.git] / IntelFspWrapperPkg / Library / PeiFspHobProcessLibSample / PeiFspHobProcessLibSample.inf
1 ## @file
2 # Sample to provide FSP hob process related function.
3 #
4 # Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 ################################################################################
11 #
12 # Defines Section - statements that will be processed to create a Makefile.
13 #
14 ################################################################################
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = PeiFspHobProcessLibSample
18 FILE_GUID = C7B7070B-E5A8-4b86-9110-BDCA1095F496
19 MODULE_TYPE = SEC
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = FspHobProcessLib
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64
27 #
28
29 ################################################################################
30 #
31 # Sources Section - list of files that are required for the build to succeed.
32 #
33 ################################################################################
34
35 [Sources]
36 FspHobProcessLibSample.c
37
38
39 ################################################################################
40 #
41 # Package Dependency Section - list of Package files that are required for
42 # this module.
43 #
44 ################################################################################
45
46 [Packages]
47 MdePkg/MdePkg.dec
48 MdeModulePkg/MdeModulePkg.dec
49 IntelFspPkg/IntelFspPkg.dec
50 IntelFspWrapperPkg/IntelFspWrapperPkg.dec
51
52 [LibraryClasses]
53 BaseLib
54 BaseMemoryLib
55 HobLib
56 DebugLib
57 FspPlatformInfoLib
58 PeiServicesLib
59 PeiServicesTablePointerLib
60
61 [Pcd]
62 gFspWrapperTokenSpaceGuid.PcdPeiMinMemSize ## CONSUMES
63 gFspWrapperTokenSpaceGuid.PcdPeiRecoveryMinMemSize ## CONSUMES
64
65 [Guids]
66 gFspReservedMemoryResourceHobGuid ## CONSUMES ## HOB
67 gEfiMemoryTypeInformationGuid ## CONSUMES ## GUID
68 gPcdDataBaseHobGuid ## CONSUMES ## HOB
69
70 [Ppis]
71 gEfiPeiCapsulePpiGuid ## CONSUMES