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