]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.inf
BaseTools/Capsule: Do not support -o with --dump-info
[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
034b9418 4# Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.\r
cf1d4549
JY
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php.\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = FspNotifyPhasePeim\r
17 FILE_GUID = 29CBB005-C972-49F3-960F-292E2202CECD\r
18 MODULE_TYPE = PEIM\r
19 VERSION_STRING = 1.0\r
20 ENTRY_POINT = FspNotifyPhasePeimEntryPoint\r
21\r
22[Sources]\r
23 FspNotifyPhasePeim.h\r
24 FspNotifyPhasePeim.c\r
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
28 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
29\r
30[LibraryClasses]\r
31 PeimEntryPoint\r
32 DebugLib\r
33 FspPlatformLib\r
34 FspCommonLib\r
35 FspSwitchStackLib\r
36\r
37[Ppis]\r
38 gEfiDxeIplPpiGuid ## PRODUCES\r
39 gEfiEndOfPeiSignalPpiGuid ## PRODUCES\r
40\r
41[Protocols]\r
42 gEfiPciEnumerationCompleteProtocolGuid ## PRODUCES\r
43\r
44[Guids]\r
45 gEfiEventReadyToBootGuid ## PRODUCES ## Event\r
46\r
47[Depex]\r
48 gEfiDxeIplPpiGuid\r