]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/PlatformFspLib/PlatformFspLib.inf
ddd97c5ad9f5a981473813b3d4c203d62771b959
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / PlatformFspLib / PlatformFspLib.inf
1 #
2 #
3 # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
4 #
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 #
8 #
9 #
10 #
11 # FSP Platform HOB Library
12 #
13 #
14 #
15 ##
16
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = PlatformFspLib
21 FILE_GUID = 1305A712-33A6-4fa7-BA59-AEAC3362931A
22 MODULE_TYPE = BASE
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = PlatformFspLib
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 EBC
30 #
31
32 [Sources]
33 PlatformFspLib.c
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 IntelFrameworkPkg/IntelFrameworkPkg.dec
38 Vlv2TbltDevicePkg/PlatformPkg.dec
39 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
40 IntelFspWrapperPkg/IntelFspWrapperPkg.dec
41
42 [LibraryClasses]
43 BaseLib
44 DebugLib
45 HobLib
46
47 [Guids]
48 gEfiMemoryConfigDataGuid
49