]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf
IntelFsp2WrapperPkg: Revert 90c5bc08
[mirror_edk2.git] / IntelFspWrapperPkg / FspNotifyDxe / FspNotifyDxe.inf
CommitLineData
a33a2f62
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
b0446065 6# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
a33a2f62
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 = FspNotifyDxe\r
20 FILE_GUID = 8714C537-6D4B-4247-AA6C-29E8495F9100\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = FspDxeEntryPoint\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 FspNotifyDxe.c\r
00899456 33 LoadBelow4G.c\r
a33a2f62
JY
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 IntelFspPkg/IntelFspPkg.dec\r
38 IntelFspWrapperPkg/IntelFspWrapperPkg.dec\r
39\r
40[LibraryClasses]\r
41 UefiDriverEntryPoint\r
42 UefiBootServicesTableLib\r
43 DebugLib\r
44 BaseMemoryLib\r
45 UefiLib\r
46 FspApiLib\r
00899456
JY
47 PeCoffLib\r
48 CacheMaintenanceLib\r
49 DxeServicesLib\r
a33a2f62
JY
50\r
51[Protocols]\r
b0446065 52 gEfiPciEnumerationCompleteProtocolGuid ## CONSUMES\r
a33a2f62
JY
53\r
54[Pcd]\r
b0446065 55 gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase ## CONSUMES\r
5c7c41f8 56 gFspWrapperTokenSpaceGuid.PcdFlashFvSecondFspBase ## CONSUMES\r
b0446065 57 gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize ## CONSUMES\r
a33a2f62
JY
58\r
59[Depex]\r
60 TRUE\r