]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/BaseFspPlatformInfoLibSample.inf
IntelFspWrapperPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFspWrapperPkg / Library / BaseFspPlatformInfoLibSample / BaseFspPlatformInfoLibSample.inf
CommitLineData
a33a2f62
JY
1## @file\r
2# Sample to provide FSP platform information 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 = BaseFspPlatformInfoLibSample\r
18 FILE_GUID = 24C6F3E2-6ACD-436b-A604-56A5CF742A55\r
19 MODULE_TYPE = SEC\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = FspPlatformInfoLib\r
22\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64\r
28#\r
29\r
30################################################################################\r
31#\r
32# Sources Section - list of files that are required for the build to succeed.\r
33#\r
34################################################################################\r
35\r
36[Sources]\r
37 FspPlatformInfoLibSample.c\r
38\r
39\r
40################################################################################\r
41#\r
42# Package Dependency Section - list of Package files that are required for\r
43# this module.\r
44#\r
45################################################################################\r
46\r
47[Packages]\r
48 MdePkg/MdePkg.dec\r
49 IntelFspPkg/IntelFspPkg.dec\r
50 IntelFspWrapperPkg/IntelFspWrapperPkg.dec\r
51\r
52[LibraryClasses]\r
53\r
54[Pcd]\r
b0446065
SQ
55 gFspWrapperTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES\r
56 gFspWrapperTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES\r