]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf
DynamicTablesPkg: GTDT updates for ACPI 6.3
[mirror_edk2.git] / IntelFspWrapperPkg / FspNotifyDxe / FspNotifyDxe.inf
1 ## @file
2 # FSP DXE Module
3 #
4 # This driver will register two callbacks to call fsp's notifies.
5 #
6 # Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = FspNotifyDxe
15 FILE_GUID = 8714C537-6D4B-4247-AA6C-29E8495F9100
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 ENTRY_POINT = FspDxeEntryPoint
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64
24 #
25
26 [Sources]
27 FspNotifyDxe.c
28 LoadBelow4G.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 IntelFspPkg/IntelFspPkg.dec
33 IntelFspWrapperPkg/IntelFspWrapperPkg.dec
34
35 [LibraryClasses]
36 UefiDriverEntryPoint
37 UefiBootServicesTableLib
38 DebugLib
39 BaseMemoryLib
40 UefiLib
41 FspApiLib
42 PeCoffLib
43 CacheMaintenanceLib
44 DxeServicesLib
45
46 [Protocols]
47 gEfiPciEnumerationCompleteProtocolGuid ## CONSUMES
48
49 [Pcd]
50 gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase ## CONSUMES
51 gFspWrapperTokenSpaceGuid.PcdFlashFvSecondFspBase ## CONSUMES
52 gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize ## CONSUMES
53
54 [Depex]
55 TRUE