]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/BaseFspPlatformInfoLibSample.inf
IntelFspWrapperPkg: Refine the format of meta data files.
[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
JY
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15################################################################################\r
16#\r
17# Defines Section - statements that will be processed to create a Makefile.\r
18#\r
19################################################################################\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = BaseFspPlatformInfoLibSample\r
23 FILE_GUID = 24C6F3E2-6ACD-436b-A604-56A5CF742A55\r
24 MODULE_TYPE = SEC\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = FspPlatformInfoLib\r
27\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64\r
33#\r
34\r
35################################################################################\r
36#\r
37# Sources Section - list of files that are required for the build to succeed.\r
38#\r
39################################################################################\r
40\r
41[Sources]\r
42 FspPlatformInfoLibSample.c\r
43\r
44\r
45################################################################################\r
46#\r
47# Package Dependency Section - list of Package files that are required for\r
48# this module.\r
49#\r
50################################################################################\r
51\r
52[Packages]\r
53 MdePkg/MdePkg.dec\r
54 IntelFspPkg/IntelFspPkg.dec\r
55 IntelFspWrapperPkg/IntelFspWrapperPkg.dec\r
56\r
57[LibraryClasses]\r
58\r
59[Pcd]\r
b0446065
SQ
60 gFspWrapperTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES\r
61 gFspWrapperTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES\r