]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/BaseFspWrapperApiLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / IntelFsp2WrapperPkg / Library / BaseFspWrapperApiLib / BaseFspWrapperApiLib.inf
CommitLineData
cf1d4549
JY
1## @file\r
2# Provide FSP API related function.\r
3#\r
4# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>\r
5#\r
512e23a3 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
cf1d4549
JY
7#\r
8##\r
9\r
10################################################################################\r
11#\r
12# Defines Section - statements that will be processed to create a Makefile.\r
13#\r
14################################################################################\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = BaseFspWrapperApiLib\r
18 FILE_GUID = F42C789F-4D66-49AF-8C73-1AADC00437AC\r
19 MODULE_TYPE = BASE\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = FspWrapperApiLib\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64\r
27#\r
28\r
29################################################################################\r
30#\r
31# Sources Section - list of files that are required for the build to succeed.\r
32#\r
33################################################################################\r
34\r
35[Sources]\r
36 FspWrapperApiLib.c\r
37\r
38[Sources.IA32]\r
39 IA32/DispatchExecute.c\r
40\r
41[Sources.X64]\r
42 X64/DispatchExecute.c\r
24498828 43 X64/Thunk64To32.nasm\r
cf1d4549
JY
44\r
45################################################################################\r
46#\r
47# Package Dependency Section - list of Package files that are required for\r
48# this module.\r
49#\r
50################################################################################\r
51\r
52[Packages]\r
53 MdePkg/MdePkg.dec\r
54 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
55 IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec\r
56\r
57[LibraryClasses]\r
58 BaseLib\r
59\r
60[Guids]\r
61 gFspHeaderFileGuid ## CONSUMES ## GUID\r
62\r
63[Pcd]\r
6f6bf5c7
JY
64 gIntelFsp2WrapperTokenSpaceGuid.PcdFspmBaseAddress ## CONSUMES\r
65 gIntelFsp2WrapperTokenSpaceGuid.PcdFspsBaseAddress ## CONSUMES\r