]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / LoadFileOnFv2 / LoadFileOnFv2.inf
CommitLineData
7c844f31
LG
1## @file\r
2# Load File Module\r
3#\r
4# Allows the system to load a file from a FV2 based firmware volume. This\r
5# version of the module only supports loading of files for the purpose of\r
6# booting from the file.\r
7#\r
de005223 8# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
7c844f31
LG
9#\r
10# This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14#\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010018\r
22 BASE_NAME = LoadFileOnFv2\r
23 FILE_GUID = BD712601-082F-4c59-8677-2C8A3C297948\r
24 MODULE_TYPE = DXE_DRIVER\r
25 VERSION_STRING = 1.0\r
26 ENTRY_POINT = LoadFileOnFv2Intialize\r
27 MODULE_UNI_FILE = LoadFileOnFv2.uni\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
de005223 32# VALID_ARCHITECTURES = IA32 X64 EBC\r
7c844f31
LG
33#\r
34\r
35[Sources]\r
36 LoadFileOnFv2.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 DebugLib\r
44 UefiLib\r
45 BaseMemoryLib\r
46 UefiDriverEntryPoint\r
47 UefiBootServicesTableLib\r
48 MemoryAllocationLib\r
49 DevicePathLib\r
50\r
51[Guids]\r
52 ## SOMETIMES_CONSUMES ## UNDEFINED # Notify gLzmaCustomDecompressGuid SectionExtraction.\r
53 gLzmaCustomDecompressGuid\r
54\r
55[Protocols]\r
56 ## NOTIFY\r
57 ## CONSUMES\r
58 gEfiFirmwareVolume2ProtocolGuid\r
59 gEfiFirmwareVolumeBlockProtocolGuid ## SOMETIMES_CONSUMES\r
60 gEfiLoadFileProtocolGuid ## PRODUCES\r
61 gEfiDevicePathProtocolGuid ## SOMETIMES_PRODUCES\r
62\r
63[Depex]\r
64 TRUE\r
65\r
66[UserExtensions.TianoCore."ExtraFiles"]\r
67 LoadFileOnFv2Extra.uni\r
68\r