]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFsp2Pkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / IntelFsp2Pkg / Library / BaseFspPlatformLib / BaseFspPlatformLib.inf
1 ## @file
2 # Instance of FspPlatformLib
3 #
4 # Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = BaseFspPlatformLib
13 FILE_GUID = B6380BFB-7140-4C52-AC42-8C966C9A3F34
14 MODULE_TYPE = BASE
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = FspPlatformLib
17
18 [Sources]
19 FspPlatformMemory.c
20 FspPlatformNotify.c
21
22 [Packages]
23 MdePkg/MdePkg.dec
24 IntelFsp2Pkg/IntelFsp2Pkg.dec
25
26 [LibraryClasses]
27 BaseMemoryLib
28 MemoryAllocationLib
29 FspCommonLib
30 PerformanceLib
31 ReportStatusCodeLib
32
33 [Guids]
34 gFspPerformanceDataGuid ## CONSUMES ## GUID
35 gFspEventEndOfFirmwareGuid ## PRODUCES ## GUID
36 gEfiEventReadyToBootGuid ## CONSUMES ## Event
37
38 [Protocols]
39 gEfiPciEnumerationCompleteProtocolGuid ## CONSUMES
40