1#
2#
3# Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
4#
5
6# This program and the accompanying materials are licensed and made available under
7
8# the terms and conditions of the BSD License that accompanies this distribution.
9
10# The full text of the license may be found at
11
12# http://opensource.org/licenses/bsd-license.php.
13
14#
15
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17
18# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
19
20#
21
22#
23#
24#
25#    FSP Platform HOB Library
26#
27#
28#
29##
30
31
32[Defines]
33  INF_VERSION                    = 0x00010005
34  BASE_NAME                      = PlatformFspLib
35  FILE_GUID                      = 1305A712-33A6-4fa7-BA59-AEAC3362931A
36  MODULE_TYPE                    = BASE
37  VERSION_STRING                 = 1.0
38  LIBRARY_CLASS                  = PlatformFspLib
39
40#
41# The following information is for reference only and not required by the build tools.
42#
43#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
44#
45
46[Sources]
47  PlatformFspLib.c
48
49[Packages]
50  MdePkg/MdePkg.dec
51  IntelFrameworkPkg/IntelFrameworkPkg.dec
52  Vlv2TbltDevicePkg/PlatformPkg.dec
53  Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
54  IntelFspWrapperPkg/IntelFspWrapperPkg.dec
55
56[LibraryClasses]
57  BaseLib
58  DebugLib
59  HobLib
60
61[Guids]
62  gEfiMemoryConfigDataGuid
63
64