]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/FvFileLoaderOnLoadFileThunk.inf
1. Correct File header to ## @file
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / FvFileLoaderOnLoadFileThunk / FvFileLoaderOnLoadFileThunk.inf
1 ## @file
2 # Module produce Framework's EFI_PEI_FV_FILE_LOADER_PPI top of EFI_PEI_LOAD_FILE_PPI.
3 #
4 # UEFI PI Spec supersedes Intel's Framework Specs.
5 # EFI_PEI_FV_FILE_LOADER_PPI defined in Intel Framework Pkg is replaced by EFI_PEI_LOAD_FILE_PPI
6 # in MdePkg.
7 # This module produces EFI_PEI_FV_FILE_LOADER_PPI on top of EFI_PEI_LOAD_FILE_PPI .
8 # This module is used on platform when both of these two conditions are true:
9 # 1) Framework module consumes EFI_PEI_FV_FILE_LOADER_PPI is present.
10 # 2) The platform has PI modules that produce EFI_PEI_LOAD_FILE_PPI.
11 #
12 # Copyright (c) 2008 - 2010, Intel Corporation
13 #
14 # All rights reserved. This program and the accompanying materials
15 # are licensed and made available under the terms and conditions of the BSD License
16 # which accompanies this distribution. The full text of the license may be found at
17 # http://opensource.org/licenses/bsd-license.php
18 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
19 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
20 #
21 #
22 ##
23
24 [Defines]
25 INF_VERSION = 0x00010005
26 BASE_NAME = FvFileLoaderOnLoadFileThunk
27 FILE_GUID = 6CDDBF28-89AC-4e01-9692-616B8A1009C8
28 MODULE_TYPE = PEIM
29 VERSION_STRING = 1.0
30 EDK_RELEASE_VERSION = 0x00020000
31 EFI_SPECIFICATION_VERSION = 0x00020000
32
33 ENTRY_POINT = InitPeim
34
35 #
36 # The following information is for reference only and not required by the build tools.
37 #
38 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
39 #
40
41 [Sources]
42 FvFileLoaderOnLoadFileThunk.c
43
44 [Packages]
45 MdePkg/MdePkg.dec
46 IntelFrameworkPkg/IntelFrameworkPkg.dec
47
48 [LibraryClasses]
49 PeimEntryPoint
50 PeiServicesLib
51 DebugLib
52
53 [Ppis]
54 gEfiPeiLoadFilePpiGuid #ALWAYS_CONSUME
55 gEfiPeiFvFileLoaderPpiGuid #ALWAYS_PRODUCE
56
57 [Depex]
58 gEfiPeiLoadFilePpiGuid