]> git.proxmox.com Git - mirror_edk2.git/blame - FmpDevicePkg/FmpDxe/FmpDxeLib.inf
FmpDevicePkg/FmpDxe: Add PcdFmpDeviceImageTypeIdGuid
[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
4f0544b1 7# Copyright (c) 2018 - 2019, 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
48 UefiLib\r
49 BaseCryptLib\r
50 FmpAuthenticationLib\r
51 FmpDeviceLib\r
52 FmpPayloadHeaderLib\r
53 CapsuleUpdatePolicyLib\r
54\r
55[Guids]\r
56 gEfiEndOfDxeEventGroupGuid\r
57\r
58[Protocols]\r
59 gEdkiiVariableLockProtocolGuid ## CONSUMES\r
60 gEfiFirmwareManagementProtocolGuid ## PRODUCES\r
61 gEdkiiFirmwareManagementProgressProtocolGuid ## PRODUCES\r
62\r
63[Pcd]\r
b0bacc00
KM
64 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceImageIdName ## CONSUMES\r
65 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceBuildTimeLowestSupportedVersion ## CONSUMES\r
66 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceLockEventGuid ## CONSUMES\r
67 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressWatchdogTimeInSeconds ## CONSUMES\r
68 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressColor ## CONSUMES\r
69 gFmpDevicePkgTokenSpaceGuid.PcdFmpDevicePkcs7CertBufferXdr ## CONSUMES\r
70 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceTestKeySha256Digest ## CONSUMES\r
278c3d48 71 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceImageTypeIdGuid ## CONSUMES\r
b0bacc00
KM
72 gEfiMdeModulePkgTokenSpaceGuid.PcdTestKeyUsed ## SOMETIMES_PRODUCES\r
73\r
74[Depex]\r
75 gEfiVariableWriteArchProtocolGuid AND gEdkiiVariableLockProtocolGuid\r