]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFsp2Pkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf
IntelFsp2Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFsp2Pkg / Library / BaseFspSwitchStackLib / BaseFspSwitchStackLib.inf
1 ## @file
2 # Instance of BaseFspSwitchStackLib
3 #
4 # Copyright (c) 2014 - 2016, 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 = 68E79161-F7CE-4A61-8C72-F4DF6FF35CAA
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.nasm
23
24 [Packages]
25 MdePkg/MdePkg.dec
26 IntelFsp2Pkg/IntelFsp2Pkg.dec
27
28 [LibraryClasses]
29 BaseLib
30 IoLib
31
32
33