4 # This driver will register two callbacks to call fsp's notifies.
\r
6 # Copyright (c) 2014 - 2017, Intel Corporation. All rights reserved.<BR>
\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
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
26 # The following information is for reference only and not required by the build tools.
\r
28 # VALID_ARCHITECTURES = IA32 X64
\r
32 FspWrapperNotifyDxe.c
\r
37 IntelFsp2Pkg/IntelFsp2Pkg.dec
\r
38 IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
\r
41 UefiDriverEntryPoint
\r
42 UefiBootServicesTableLib
\r
52 FspWrapperPlatformLib
\r
55 gEfiPciEnumerationCompleteProtocolGuid ## CONSUMES
\r
56 gAddPerfRecordProtocolGuid ## SOMETIMES_CONSUMES
\r
59 gFspApiPerformanceGuid ## SOMETIMES_CONSUMES ## GUID
\r
60 gEfiEventExitBootServicesGuid ## CONSUMES ## Event
\r
61 gFspHobGuid ## CONSUMES ## HOB
\r
64 gIntelFsp2WrapperTokenSpaceGuid.PcdSkipFspApi ## CONSUMES
\r