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