]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/BaseFspWrapperPlatformLibSample.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / IntelFsp2WrapperPkg / Library / BaseFspWrapperPlatformLibSample / BaseFspWrapperPlatformLibSample.inf
CommitLineData
cf1d4549
JY
1## @file\r
2# Sample to provide FSP wrapper platform 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 = BaseFspWrapperPlatformLibSample\r
18 FILE_GUID = 12F38E73-B34D-4559-99E5-AE2DCD002156\r
19 MODULE_TYPE = BASE\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = FspWrapperPlatformLib\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 FspWrapperPlatformLibSample.c\r
37\r
38\r
39################################################################################\r
40#\r
41# Package Dependency Section - list of Package files that are required for\r
42# this module.\r
43#\r
44################################################################################\r
45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
48 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
49 IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec\r
50\r
51[LibraryClasses]\r
52\r