]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/BaseFspWrapperPlatformLibSample.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / IntelFsp2WrapperPkg / Library / BaseFspWrapperPlatformLibSample / BaseFspWrapperPlatformLibSample.inf
1 ## @file
2 # Sample to provide FSP wrapper platform related function.
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 ################################################################################
11 #
12 # Defines Section - statements that will be processed to create a Makefile.
13 #
14 ################################################################################
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = BaseFspWrapperPlatformLibSample
18 FILE_GUID = 12F38E73-B34D-4559-99E5-AE2DCD002156
19 MODULE_TYPE = BASE
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = FspWrapperPlatformLib
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64
27 #
28
29 ################################################################################
30 #
31 # Sources Section - list of files that are required for the build to succeed.
32 #
33 ################################################################################
34
35 [Sources]
36 FspWrapperPlatformLibSample.c
37
38
39 ################################################################################
40 #
41 # Package Dependency Section - list of Package files that are required for
42 # this module.
43 #
44 ################################################################################
45
46 [Packages]
47 MdePkg/MdePkg.dec
48 IntelFsp2Pkg/IntelFsp2Pkg.dec
49 IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
50
51 [LibraryClasses]
52