]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2WrapperPkg/FspWrapperNotifyDxe/FspWrapperNotifyDxe.inf
IntelFsp2(Wrapper)Pkg: Revert from e8208100 to 737f812b
[mirror_edk2.git] / IntelFsp2WrapperPkg / FspWrapperNotifyDxe / FspWrapperNotifyDxe.inf
CommitLineData
cf1d4549
JY
1## @file\r
2# FSP DXE Module\r
3#\r
4# This driver will register two callbacks to call fsp's notifies.\r
5#\r
cada0f30 6# Copyright (c) 2014 - 2017, Intel Corporation. All rights reserved.<BR>\r
cf1d4549
JY
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php.\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = FspWrapperNotifyDxe\r
20 FILE_GUID = AD61999A-507E-47E6-BA28-79CC609FA1A4\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = FspWrapperNotifyDxeEntryPoint\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64\r
29#\r
30\r
31[Sources]\r
32 FspWrapperNotifyDxe.c\r
33 LoadBelow4G.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
38 IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec\r
39\r
40[LibraryClasses]\r
41 UefiDriverEntryPoint\r
42 UefiBootServicesTableLib\r
43 DebugLib\r
44 BaseMemoryLib\r
45 UefiLib\r
46 FspWrapperApiLib\r
47 PeCoffLib\r
48 CacheMaintenanceLib\r
49 DxeServicesLib\r
50 PerformanceLib\r
51 HobLib\r
f862a3b6 52 FspWrapperPlatformLib\r
cf1d4549
JY
53\r
54[Protocols]\r
55 gEfiPciEnumerationCompleteProtocolGuid ## CONSUMES\r
cada0f30 56 gAddPerfRecordProtocolGuid ## SOMETIMES_CONSUMES\r
cf1d4549
JY
57\r
58[Guids]\r
cada0f30 59 gFspApiPerformanceGuid ## SOMETIMES_CONSUMES ## GUID\r
cf1d4549
JY
60 gEfiEventExitBootServicesGuid ## CONSUMES ## Event\r
61 gFspHobGuid ## CONSUMES ## HOB\r
62\r
63[Pcd]\r
ed5de311 64 gIntelFsp2WrapperTokenSpaceGuid.PcdFspsBaseAddress ## CONSUMES\r
4d4b8169 65 gIntelFsp2WrapperTokenSpaceGuid.PcdSkipFspApi ## CONSUMES\r
cf1d4549
JY
66\r
67[Depex]\r
68 TRUE\r