source:
vbox/trunk/src/VBox/Devices/EFI/Firmware/IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.inf@
94368
Last change on this file since 94368 was 80721, checked in by , 6 years ago | |
---|---|
|
|
File size: 1.1 KB |
Line | |
---|---|
1 | ## @file |
2 | # Component information file for the FSP notify phase PEI module. |
3 | # |
4 | # Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved. |
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent |
6 | ## |
7 | |
8 | [Defines] |
9 | INF_VERSION = 0x00010005 |
10 | BASE_NAME = FspNotifyPhasePeim |
11 | FILE_GUID = 29CBB005-C972-49F3-960F-292E2202CECD |
12 | MODULE_TYPE = PEIM |
13 | VERSION_STRING = 1.0 |
14 | ENTRY_POINT = FspNotifyPhasePeimEntryPoint |
15 | |
16 | [Sources] |
17 | FspNotifyPhasePeim.h |
18 | FspNotifyPhasePeim.c |
19 | |
20 | [Packages] |
21 | MdePkg/MdePkg.dec |
22 | IntelFsp2Pkg/IntelFsp2Pkg.dec |
23 | |
24 | [LibraryClasses] |
25 | PeimEntryPoint |
26 | DebugLib |
27 | FspPlatformLib |
28 | FspCommonLib |
29 | FspSwitchStackLib |
30 | |
31 | [Ppis] |
32 | gEfiDxeIplPpiGuid ## PRODUCES |
33 | gEfiEndOfPeiSignalPpiGuid ## PRODUCES |
34 | gFspReadyForNotifyPhasePpiGuid ## PRODUCES |
35 | |
36 | [Protocols] |
37 | gEfiPciEnumerationCompleteProtocolGuid ## PRODUCES |
38 | |
39 | [Guids] |
40 | gEfiEventReadyToBootGuid ## PRODUCES ## Event |
41 | |
42 | [Depex] |
43 | gEfiDxeIplPpiGuid |
Note:
See TracBrowser
for help on using the repository browser.