]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2Pkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf
IntelFsp2(Wrapper)Pkg: Revert from e8208100 to 737f812b
[mirror_edk2.git] / IntelFsp2Pkg / Library / BaseFspPlatformLib / BaseFspPlatformLib.inf
CommitLineData
cf1d4549
JY
1## @file\r
2# Instance of FspPlatformLib\r
3#\r
4# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>\r
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[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = BaseFspPlatformLib\r
18 FILE_GUID = B6380BFB-7140-4C52-AC42-8C966C9A3F34\r
19 MODULE_TYPE = BASE\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = FspPlatformLib\r
22\r
23[Sources]\r
24 FspPlatformMemory.c\r
25 FspPlatformNotify.c\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
29 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
30\r
31[LibraryClasses]\r
32 BaseMemoryLib\r
33 MemoryAllocationLib\r
34 FspCommonLib\r
35 PerformanceLib\r
36 ReportStatusCodeLib\r
37\r
ed5de311
CC
38[Pcd]\r
39 gIntelFsp2PkgTokenSpaceGuid.PcdGlobalDataPointerAddress ## CONSUMES\r
40 gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES\r
41 gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES\r
42 gIntelFsp2PkgTokenSpaceGuid.PcdFspTemporaryRamSize ## CONSUMES\r
43\r
cf1d4549
JY
44[Guids]\r
45 gFspPerformanceDataGuid ## CONSUMES ## GUID\r
46 gFspEventEndOfFirmwareGuid ## PRODUCES ## GUID\r
19d29d35
YS
47 gEfiEventReadyToBootGuid ## CONSUMES ## Event\r
48\r
49[Protocols]\r
50 gEfiPciEnumerationCompleteProtocolGuid ## CONSUMES\r
cf1d4549 51\r
ed5de311
CC
52[FixedPcd]\r
53 gIntelFsp2PkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES\r
54 gIntelFsp2PkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES\r