]> git.proxmox.com Git - mirror_edk2.git/blame - FmpDevicePkg/FmpDxe/FmpDxeLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / FmpDevicePkg / FmpDxe / FmpDxeLib.inf
CommitLineData
b0bacc00
KM
1## @file\r
2# Produces a Firmware Management Protocol that supports updates to a firmware\r
3# image stored in a firmware device with platform and firmware device specific\r
4# information provided through PCDs and libraries.\r
5#\r
6# Copyright (c) 2016, Microsoft Corporation. All rights reserved.<BR>\r
2ed845b3 7# Copyright (c) 2018 - 2020, Intel Corporation. All rights reserved.<BR>\r
b0bacc00 8#\r
bcef758c 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
b0bacc00
KM
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = FmpDxeLib\r
15 MODULE_UNI_FILE = FmpDxe.uni\r
16 FILE_GUID = 4B11717A-30B3-4122-8C69-8E0D5E141C32\r
17 MODULE_TYPE = DXE_DRIVER\r
18 VERSION_STRING = 1.0\r
19 LIBRARY_CLASS = NULL\r
20 CONSTRUCTOR = FmpDxeEntryPoint\r
4f0544b1 21 DESTRUCTOR = FmpDxeLibDestructor\r
b0bacc00
KM
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
954175e5 26# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64\r
b0bacc00
KM
27#\r
28\r
29[Sources]\r
30 FmpDxe.c\r
4f0544b1 31 FmpDxe.h\r
b0bacc00
KM
32 DetectTestKey.c\r
33 VariableSupport.h\r
34 VariableSupport.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 CryptoPkg/CryptoPkg.dec\r
40 FmpDevicePkg/FmpDevicePkg.dec\r
41\r
42[LibraryClasses]\r
43 DebugLib\r
44 BaseLib\r
45 BaseMemoryLib\r
46 UefiBootServicesTableLib\r
47 MemoryAllocationLib\r
a5944b6a 48 PrintLib\r
b0bacc00
KM
49 UefiLib\r
50 BaseCryptLib\r
51 FmpAuthenticationLib\r
52 FmpDeviceLib\r
53 FmpPayloadHeaderLib\r
54 CapsuleUpdatePolicyLib\r
0f30087b
WX
55 FmpDependencyLib\r
56 FmpDependencyCheckLib\r
57 FmpDependencyDeviceLib\r
b0bacc00
KM
58\r
59[Guids]\r
60 gEfiEndOfDxeEventGroupGuid\r
61\r
62[Protocols]\r
63 gEdkiiVariableLockProtocolGuid ## CONSUMES\r
64 gEfiFirmwareManagementProtocolGuid ## PRODUCES\r
65 gEdkiiFirmwareManagementProgressProtocolGuid ## PRODUCES\r
66\r
67[Pcd]\r
11d35494 68 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceStorageAccessEnable ## CONSUMES\r
b0bacc00
KM
69 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceImageIdName ## CONSUMES\r
70 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceBuildTimeLowestSupportedVersion ## CONSUMES\r
71 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceLockEventGuid ## CONSUMES\r
72 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressWatchdogTimeInSeconds ## CONSUMES\r
73 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressColor ## CONSUMES\r
74 gFmpDevicePkgTokenSpaceGuid.PcdFmpDevicePkcs7CertBufferXdr ## CONSUMES\r
75 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceTestKeySha256Digest ## CONSUMES\r
278c3d48 76 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceImageTypeIdGuid ## CONSUMES\r
b0bacc00
KM
77 gEfiMdeModulePkgTokenSpaceGuid.PcdTestKeyUsed ## SOMETIMES_PRODUCES\r
78\r
79[Depex]\r
80 gEfiVariableWriteArchProtocolGuid AND gEdkiiVariableLockProtocolGuid\r