]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf
IntelFspWrapperPkg: Replace BSD License with BSD+Patent License
[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 7#\r
19486360 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
a33a2f62
JY
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = FspNotifyDxe\r
15 FILE_GUID = 8714C537-6D4B-4247-AA6C-29E8495F9100\r
16 MODULE_TYPE = DXE_DRIVER\r
17 VERSION_STRING = 1.0\r
18 ENTRY_POINT = FspDxeEntryPoint\r
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
23# VALID_ARCHITECTURES = IA32 X64\r
24#\r
25\r
26[Sources]\r
27 FspNotifyDxe.c\r
00899456 28 LoadBelow4G.c\r
a33a2f62
JY
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 IntelFspPkg/IntelFspPkg.dec\r
33 IntelFspWrapperPkg/IntelFspWrapperPkg.dec\r
34\r
35[LibraryClasses]\r
36 UefiDriverEntryPoint\r
37 UefiBootServicesTableLib\r
38 DebugLib\r
39 BaseMemoryLib\r
40 UefiLib\r
41 FspApiLib\r
00899456
JY
42 PeCoffLib\r
43 CacheMaintenanceLib\r
44 DxeServicesLib\r
a33a2f62
JY
45\r
46[Protocols]\r
b0446065 47 gEfiPciEnumerationCompleteProtocolGuid ## CONSUMES\r
a33a2f62
JY
48\r
49[Pcd]\r
b0446065 50 gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase ## CONSUMES\r
5c7c41f8 51 gFspWrapperTokenSpaceGuid.PcdFlashFvSecondFspBase ## CONSUMES\r
b0446065 52 gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize ## CONSUMES\r
a33a2f62
JY
53\r
54[Depex]\r
55 TRUE\r