]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2Pkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[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
9672cd30 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
cf1d4549
JY
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = BaseFspPlatformLib\r
13 FILE_GUID = B6380BFB-7140-4C52-AC42-8C966C9A3F34\r
14 MODULE_TYPE = BASE\r
15 VERSION_STRING = 1.0\r
16 LIBRARY_CLASS = FspPlatformLib\r
17\r
18[Sources]\r
19 FspPlatformMemory.c\r
20 FspPlatformNotify.c\r
21\r
22[Packages]\r
23 MdePkg/MdePkg.dec\r
24 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
25\r
26[LibraryClasses]\r
27 BaseMemoryLib\r
28 MemoryAllocationLib\r
29 FspCommonLib\r
30 PerformanceLib\r
31 ReportStatusCodeLib\r
32\r
cf1d4549
JY
33[Guids]\r
34 gFspPerformanceDataGuid ## CONSUMES ## GUID\r
35 gFspEventEndOfFirmwareGuid ## PRODUCES ## GUID\r
19d29d35
YS
36 gEfiEventReadyToBootGuid ## CONSUMES ## Event\r
37\r
38[Protocols]\r
39 gEfiPciEnumerationCompleteProtocolGuid ## CONSUMES\r
cf1d4549 40\r