]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.inf
IntelFsp2Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFsp2Pkg / FspNotifyPhase / FspNotifyPhasePeim.inf
CommitLineData
cf1d4549
JY
1## @file\r
2# Component information file for the FSP notify phase PEI module.\r
3#\r
a2e61f34 4# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.\r
9672cd30 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
cf1d4549
JY
6##\r
7\r
8[Defines]\r
9 INF_VERSION = 0x00010005\r
10 BASE_NAME = FspNotifyPhasePeim\r
11 FILE_GUID = 29CBB005-C972-49F3-960F-292E2202CECD\r
12 MODULE_TYPE = PEIM\r
13 VERSION_STRING = 1.0\r
14 ENTRY_POINT = FspNotifyPhasePeimEntryPoint\r
15\r
16[Sources]\r
17 FspNotifyPhasePeim.h\r
18 FspNotifyPhasePeim.c\r
19\r
20[Packages]\r
21 MdePkg/MdePkg.dec\r
22 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
23\r
24[LibraryClasses]\r
25 PeimEntryPoint\r
26 DebugLib\r
27 FspPlatformLib\r
28 FspCommonLib\r
29 FspSwitchStackLib\r
30\r
31[Ppis]\r
32 gEfiDxeIplPpiGuid ## PRODUCES\r
33 gEfiEndOfPeiSignalPpiGuid ## PRODUCES\r
a2e61f34 34 gFspReadyForNotifyPhasePpiGuid ## PRODUCES\r
cf1d4549
JY
35\r
36[Protocols]\r
37 gEfiPciEnumerationCompleteProtocolGuid ## PRODUCES\r
38\r
39[Guids]\r
40 gEfiEventReadyToBootGuid ## PRODUCES ## Event\r
41\r
42[Depex]\r
43 gEfiDxeIplPpiGuid\r