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