]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspWrapperPkg/Library/BaseFspApiLib/BaseFspApiLib.inf
IntelFspWrapperPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFspWrapperPkg / Library / BaseFspApiLib / BaseFspApiLib.inf
CommitLineData
a33a2f62
JY
1## @file\r
2# Provide FSP API related function.\r
3#\r
b0446065 4# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
a33a2f62 5#\r
19486360 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
a33a2f62
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 = BaseFspApiLib\r
18 FILE_GUID = 6E4CB8C5-6144-4ae3-BA52-B6AFBCB2B2F5\r
19 MODULE_TYPE = BASE\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = FspApiLib\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 FspApiLib.c\r
37\r
38[Sources.IA32]\r
39 IA32/DispatchExecute.c\r
40\r
41[Sources.X64]\r
42 X64/DispatchExecute.c\r
43 X64/Thunk64To32.asm\r
44 X64/Thunk64To32.S\r
45\r
46################################################################################\r
47#\r
48# Package Dependency Section - list of Package files that are required for\r
49# this module.\r
50#\r
51################################################################################\r
52\r
53[Packages]\r
54 MdePkg/MdePkg.dec\r
55 IntelFspPkg/IntelFspPkg.dec\r
56 IntelFspWrapperPkg/IntelFspWrapperPkg.dec\r
57\r
58[LibraryClasses]\r
d8043ce9 59 BaseLib\r
a33a2f62
JY
60\r
61[Guids]\r
b0446065 62 gFspHeaderFileGuid ## CONSUMES ## GUID\r