]> git.proxmox.com Git - mirror_edk2.git/blob - FmpDevicePkg/Library/FmpDependencyCheckLib/FmpDependencyCheckLib.inf
2050cc64903cc4f53e9b075fdffee9a5a9d68ef2
[mirror_edk2.git] / FmpDevicePkg / Library / FmpDependencyCheckLib / FmpDependencyCheckLib.inf
1 ## @file
2 # Provides FMP capsule dependency check services when updating the firmware
3 # image of a FMP device.
4 #
5 # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = FmpDependencyCheckLib
13 MODULE_UNI_FILE = FmpDependencyCheckLib.uni
14 FILE_GUID = 8296D425-3095-4CFE-88D8-B0A44DB174A8
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = FmpDependencyCheckLib|DXE_DRIVER UEFI_DRIVER UEFI_APPLICATION
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
23 #
24
25 [Sources]
26 FmpDependencyCheckLib.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 MdeModulePkg/MdeModulePkg.dec
31 FmpDevicePkg/FmpDevicePkg.dec
32
33 [LibraryClasses]
34 BaseLib
35 BaseMemoryLib
36 DebugLib
37 FmpDependencyLib
38 MemoryAllocationLib
39 UefiLib
40 UefiBootServicesTableLib
41
42 [Protocols]
43 gEfiFirmwareManagementProtocolGuid ## CONSUMES