]> git.proxmox.com Git - mirror_edk2.git/blame - FmpDevicePkg/FmpDxe/FmpDxe.inf
FmpDevicePkg: Add FmpDependencyDevice library class and NULL instance
[mirror_edk2.git] / FmpDevicePkg / FmpDxe / FmpDxe.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 = FmpDxe\r
15 MODULE_UNI_FILE = FmpDxe.uni\r
16 FILE_GUID = 78EF0A56-1CF0-4535-B5DA-F6FD2F405A11\r
17 MODULE_TYPE = DXE_DRIVER\r
18 VERSION_STRING = 1.0\r
19 ENTRY_POINT = FmpDxeEntryPoint\r
4f0544b1 20 UNLOAD_IMAGE = UninstallFmpInstance\r
b0bacc00
KM
21\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
954175e5 25# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64\r
b0bacc00
KM
26#\r
27\r
28[Sources]\r
29 FmpDxe.c\r
4f0544b1 30 FmpDxe.h\r
2ed845b3
WX
31 Dependency.c\r
32 Dependency.h\r
b0bacc00
KM
33 DetectTestKey.c\r
34 VariableSupport.h\r
35 VariableSupport.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 CryptoPkg/CryptoPkg.dec\r
41 FmpDevicePkg/FmpDevicePkg.dec\r
42\r
43[LibraryClasses]\r
44 UefiDriverEntryPoint\r
45 DebugLib\r
46 BaseLib\r
47 BaseMemoryLib\r
48 UefiBootServicesTableLib\r
49 MemoryAllocationLib\r
a5944b6a 50 PrintLib\r
b0bacc00
KM
51 UefiLib\r
52 BaseCryptLib\r
53 FmpAuthenticationLib\r
54 FmpDeviceLib\r
55 FmpPayloadHeaderLib\r
56 CapsuleUpdatePolicyLib\r
57\r
58[Guids]\r
59 gEfiEndOfDxeEventGroupGuid\r
60\r
61[Protocols]\r
62 gEdkiiVariableLockProtocolGuid ## CONSUMES\r
63 gEfiFirmwareManagementProtocolGuid ## PRODUCES\r
64 gEdkiiFirmwareManagementProgressProtocolGuid ## PRODUCES\r
65\r
66[Pcd]\r
11d35494 67 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceStorageAccessEnable ## CONSUMES\r
b0bacc00
KM
68 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceImageIdName ## CONSUMES\r
69 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceBuildTimeLowestSupportedVersion ## CONSUMES\r
70 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceLockEventGuid ## CONSUMES\r
71 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressWatchdogTimeInSeconds ## CONSUMES\r
72 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressColor ## CONSUMES\r
73 gFmpDevicePkgTokenSpaceGuid.PcdFmpDevicePkcs7CertBufferXdr ## CONSUMES\r
74 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceTestKeySha256Digest ## CONSUMES\r
278c3d48 75 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceImageTypeIdGuid ## CONSUMES\r
b0bacc00
KM
76 gEfiMdeModulePkgTokenSpaceGuid.PcdTestKeyUsed ## SOMETIMES_PRODUCES\r
77\r
78[Depex]\r
79 gEfiVariableWriteArchProtocolGuid AND gEdkiiVariableLockProtocolGuid\r
80\r
81[UserExtensions.TianoCore."ExtraFiles"]\r
82 FmpDxeExtra.uni\r