]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/FvFileLoaderOnLoadFileThunk.inf
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / FvFileLoaderOnLoadFileThunk / FvFileLoaderOnLoadFileThunk.inf
CommitLineData
6bfbb5f0 1## @file\r
001d920c 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
584d5652 12# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>\r
001d920c 13#\r
584d5652 14# This program and the accompanying materials\r
001d920c 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
6bfbb5f0 22##\r
001d920c 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
001d920c 30\r
31 ENTRY_POINT = InitPeim\r
32\r
33#\r
34# The following information is for reference only and not required by the build tools.\r
35#\r
36# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
37#\r
38\r
6bfbb5f0 39[Sources]\r
f275c91c 40 FvFileLoaderOnLoadFileThunk.c\r
001d920c 41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
45\r
46[LibraryClasses]\r
47 PeimEntryPoint\r
48 PeiServicesLib\r
49 DebugLib\r
50\r
51[Ppis]\r
52 gEfiPeiLoadFilePpiGuid #ALWAYS_CONSUME\r
53 gEfiPeiFvFileLoaderPpiGuid #ALWAYS_PRODUCE\r
54 \r
55[Depex]\r
56 gEfiPeiLoadFilePpiGuid\r