summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.inf
blob: a4ded94e7f9039322873890475592e26b26bb4d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
## @file
#  Load File Module
#
#  Allows the system to load a file from a FV2 based firmware volume.  This
#  version of the module only supports loading of files for the purpose of
#  booting from the file.
#
#  Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
#
#  This program and the accompanying materials
#  are licensed and made available under the terms and conditions of the BSD License
#  which accompanies this distribution.  The full text of the license may be found at
#  http://opensource.org/licenses/bsd-license.php
#
#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
##

[Defines]
  INF_VERSION                    = 0x00010018
  BASE_NAME                      = LoadFileOnFv2
  FILE_GUID                      = BD712601-082F-4c59-8677-2C8A3C297948
  MODULE_TYPE                    = DXE_DRIVER
  VERSION_STRING                 = 1.0
  ENTRY_POINT                    = LoadFileOnFv2Intialize
  MODULE_UNI_FILE                = LoadFileOnFv2.uni

#
# The following information is for reference only and not required by the build tools.
#
#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
#

[Sources]
  LoadFileOnFv2.c

[Packages]
  MdePkg/MdePkg.dec
  MdeModulePkg/MdeModulePkg.dec

[LibraryClasses]
  DebugLib
  UefiLib
  BaseMemoryLib
  UefiDriverEntryPoint
  UefiBootServicesTableLib
  MemoryAllocationLib
  DevicePathLib

[Guids]
  ## SOMETIMES_CONSUMES ## UNDEFINED # Notify gLzmaCustomDecompressGuid SectionExtraction.
  gLzmaCustomDecompressGuid

[Protocols]
  ## NOTIFY
  ## CONSUMES
  gEfiFirmwareVolume2ProtocolGuid
  gEfiFirmwareVolumeBlockProtocolGuid  ## SOMETIMES_CONSUMES
  gEfiLoadFileProtocolGuid    ## PRODUCES
  gEfiDevicePathProtocolGuid  ## SOMETIMES_PRODUCES

[Depex]
  TRUE

[UserExtensions.TianoCore."ExtraFiles"]
  LoadFileOnFv2Extra.uni