]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[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 9#\r
9d510e61 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7c844f31
LG
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010018\r
16 BASE_NAME = LoadFileOnFv2\r
17 FILE_GUID = BD712601-082F-4c59-8677-2C8A3C297948\r
18 MODULE_TYPE = DXE_DRIVER\r
19 VERSION_STRING = 1.0\r
20 ENTRY_POINT = LoadFileOnFv2Intialize\r
21 MODULE_UNI_FILE = LoadFileOnFv2.uni\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
de005223 26# VALID_ARCHITECTURES = IA32 X64 EBC\r
7c844f31
LG
27#\r
28\r
29[Sources]\r
30 LoadFileOnFv2.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 MdeModulePkg/MdeModulePkg.dec\r
35\r
36[LibraryClasses]\r
37 DebugLib\r
38 UefiLib\r
39 BaseMemoryLib\r
40 UefiDriverEntryPoint\r
41 UefiBootServicesTableLib\r
42 MemoryAllocationLib\r
43 DevicePathLib\r
44\r
45[Guids]\r
46 ## SOMETIMES_CONSUMES ## UNDEFINED # Notify gLzmaCustomDecompressGuid SectionExtraction.\r
47 gLzmaCustomDecompressGuid\r
48\r
49[Protocols]\r
50 ## NOTIFY\r
51 ## CONSUMES\r
52 gEfiFirmwareVolume2ProtocolGuid\r
53 gEfiFirmwareVolumeBlockProtocolGuid ## SOMETIMES_CONSUMES\r
54 gEfiLoadFileProtocolGuid ## PRODUCES\r
55 gEfiDevicePathProtocolGuid ## SOMETIMES_PRODUCES\r
56\r
57[Depex]\r
58 TRUE\r
59\r
60[UserExtensions.TianoCore."ExtraFiles"]\r
61 LoadFileOnFv2Extra.uni\r
62\r