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