]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Compatibility/FvHobToFvInfoThunk/FvInfoToFvHobThunk.inf
d9fec783f8ccc89aedabce7205c30804bc9da05e
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / FvHobToFvInfoThunk / FvInfoToFvHobThunk.inf
1 #/** @file
2 # Module produces EFI_FIRMWARE_VOLUME_INFO_PPI based on each FV HOB if no such PPI exist for the FV.
3 #
4 # UEFI PI Spec supersedes Intel's Framework Specs.
5 # EFI_FIRMWARE_VOLUME_INFO_PPI defined in PI spec is required by PI PEI core to dispatch PEIMs or find DXE cores
6 # in the FV.
7 # This module produces produces EFI_FIRMWARE_VOLUME_INFO_PPI based on each FV HOB if no such PPI exist for the FV.
8 # This module is used on platform when both of these two conditions are true:
9 # 1) Framework platform module produces FV HOB but does not build EFI_FIRMWARE_VOLUME_INFO_PPI.
10 # 2) The platform has PI PEI core that cosumes EFI_FIRMWARE_VOLUME_INFO_PPI to dispatch PEIMs in FVs other
11 # than Boot Fimware Volume.
12 #
13 #
14 # Copyright (c) 2007, Intel Corporation
15 #
16 # All rights reserved. This program and the accompanying materials
17 # are licensed and made available under the terms and conditions of the BSD License
18 # which accompanies this distribution. The full text of the license may be found at
19 # http://opensource.org/licenses/bsd-license.php
20 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
21 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
22 #
23 #
24 #**/
25
26 [Defines]
27 INF_VERSION = 0x00010005
28 BASE_NAME = FvInfoToFvHobThunk
29 FILE_GUID = 9E00A9F6-B88E-4ab5-A825-15970E12731A
30 MODULE_TYPE = PEIM
31 VERSION_STRING = 1.0
32 EDK_RELEASE_VERSION = 0x00020000
33 EFI_SPECIFICATION_VERSION = 0x00020000
34
35 ENTRY_POINT = PeimEntry
36
37 #
38 # The following information is for reference only and not required by the build tools.
39 #
40 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
41 #
42
43 [Sources.common]
44 FvHobtoFvInfoThunk.c
45
46 [Packages]
47 MdePkg/MdePkg.dec
48 IntelFrameworkPkg/IntelFrameworkPkg.dec
49
50 [LibraryClasses]
51 PeimEntryPoint
52 PeiServicesLib
53 PeiServicesTablePointerLib
54 DebugLib
55 HobLib
56 PeiPiLib
57
58 [Ppis]
59 gEfiPeiFirmwareVolumeInfoPpiGuid
60
61 [Depex]
62 # This DPX ensure that this module is dispatched as late as possible in PEI phase
63 # so that all FV HOB has been built.
64 gEfiPeiMemoryDiscoveredPpiGuid