]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFsp2Pkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / IntelFsp2Pkg / Library / BaseFspCommonLib / BaseFspCommonLib.inf
1 ## @file
2 # Instance of FspCommonLib
3 # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
4 #
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = BaseFspCommonLib
12 FILE_GUID = 38BE57E8-902C-485A-AB5E-D5AEC613194D
13 MODULE_TYPE = BASE
14 VERSION_STRING = 1.0
15 LIBRARY_CLASS = FspCommonLib
16
17 [Sources]
18 FspCommonLib.c
19
20 [Packages]
21 MdePkg/MdePkg.dec
22 IntelFsp2Pkg/IntelFsp2Pkg.dec
23
24 [LibraryClasses]
25 BaseMemoryLib
26 FspSwitchStackLib
27
28 [Pcd]
29 gIntelFsp2PkgTokenSpaceGuid.PcdGlobalDataPointerAddress ## CONSUMES
30