]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecPeiFspPlatformSecLibSample.inf
IntelFspWrapperPkg: Refine the format of meta data files.
[mirror_edk2.git] / IntelFspWrapperPkg / Library / SecPeiFspPlatformSecLibSample / SecPeiFspPlatformSecLibSample.inf
CommitLineData
a33a2f62
JY
1## @file\r
2# Sample to provide FSP wrapper platform sec related function.\r
3#\r
b0446065 4# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
a33a2f62
JY
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15################################################################################\r
16#\r
17# Defines Section - statements that will be processed to create a Makefile.\r
18#\r
19################################################################################\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = SecPeiFspPlatformSecLibSample\r
23 FILE_GUID = 4E1C4F95-90EA-47de-9ACC-B8920189A1F5\r
24 MODULE_TYPE = SEC\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = FspPlatformSecLib\r
27\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64\r
33#\r
34\r
35################################################################################\r
36#\r
37# Sources Section - list of files that are required for the build to succeed.\r
38#\r
39################################################################################\r
40\r
41[Sources]\r
42 FspPlatformSecLibSample.c\r
43 SecRamInitData.c\r
44 SaveSecContext.c\r
45 SecPlatformInformation.c\r
46 SecGetPerformance.c\r
47 SecTempRamSupport.c\r
48 PlatformInit.c\r
49\r
50[Sources.IA32]\r
51 Ia32/SecEntry.asm\r
52 Ia32/PeiCoreEntry.asm\r
53 Ia32/AsmSaveSecContext.asm\r
54 Ia32/Stack.asm\r
a0e0fb6d 55 Ia32/Fsp.h\r
a33a2f62
JY
56 Ia32/SecEntry.S\r
57 Ia32/PeiCoreEntry.S\r
58 Ia32/AsmSaveSecContext.S\r
59 Ia32/Stack.S\r
60\r
61################################################################################\r
62#\r
63# Package Dependency Section - list of Package files that are required for\r
64# this module.\r
65#\r
66################################################################################\r
67\r
68[Packages]\r
69 MdePkg/MdePkg.dec\r
70 MdeModulePkg/MdeModulePkg.dec\r
71 UefiCpuPkg/UefiCpuPkg.dec\r
72 IntelFspPkg/IntelFspPkg.dec\r
73 IntelFspWrapperPkg/IntelFspWrapperPkg.dec\r
74\r
75[LibraryClasses]\r
76 LocalApicLib\r
77\r
78[Ppis]\r
b0446065
SQ
79 gEfiSecPlatformInformationPpiGuid ## CONSUMES\r
80 gPeiSecPerformancePpiGuid ## CONSUMES\r
81 gEfiTemporaryRamSupportPpiGuid ## CONSUMES\r
a33a2f62
JY
82\r
83[Pcd]\r
b0446065
SQ
84 gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize ## CONSUMES\r
85 gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase ## CONSUMES\r
86 gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize ## CONSUMES\r
a33a2f62
JY
87\r
88[FixedPcd]\r
b0446065
SQ
89 gFspWrapperTokenSpaceGuid.PcdCpuMicrocodePatchAddress ## CONSUMES\r
90 gFspWrapperTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize ## CONSUMES\r
91 gFspWrapperTokenSpaceGuid.PcdFlashMicroCodeOffset ## CONSUMES\r
92 gFspWrapperTokenSpaceGuid.PcdFlashCodeCacheAddress ## CONSUMES\r
93 gFspWrapperTokenSpaceGuid.PcdFlashCodeCacheSize ## CONSUMES\r