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