]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf
IntelFspPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFspPkg / Library / BaseFspSwitchStackLib / BaseFspSwitchStackLib.inf
1 ## @file
2 # Instance of BaseFspSwitchStackLib
3 #
4 # Copyright (c) 2014 - 2015, 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 = BaseFspSwitchStackLib
13 FILE_GUID = 8A5EA987-27F9-4ad0-B07C-D61882BFF4FF
14 MODULE_TYPE = BASE
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = FspSwitchStackLib
17
18 [Sources.IA32]
19 FspSwitchStackLib.c
20
21 [Sources.IA32]
22 Ia32/Stack.asm | MSFT
23 Ia32/Stack.s | GCC
24
25 [Packages]
26 MdePkg/MdePkg.dec
27 IntelFspPkg/IntelFspPkg.dec
28
29 [LibraryClasses]
30 BaseLib
31 IoLib
32
33 [FixedPcd]
34 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES
35 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES
36
37
38