]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf
Add dual FSP binaries support.
[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
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 IntelFspPkg/IntelFspPkg.dec\r
37 IntelFspWrapperPkg/IntelFspWrapperPkg.dec\r
38\r
39[LibraryClasses]\r
40 UefiDriverEntryPoint\r
41 UefiBootServicesTableLib\r
42 DebugLib\r
43 BaseMemoryLib\r
44 UefiLib\r
45 FspApiLib\r
46\r
47[Protocols]\r
b0446065 48 gEfiPciEnumerationCompleteProtocolGuid ## CONSUMES\r
a33a2f62
JY
49\r
50[Pcd]\r
b0446065
SQ
51 gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase ## CONSUMES\r
52 gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize ## CONSUMES\r
a33a2f62
JY
53\r
54[Depex]\r
55 TRUE\r