]> git.proxmox.com Git - mirror_edk2.git/blame - FmpDevicePkg/FmpDxe/FmpDxe.inf
MdeModulePkg/MdeModulePkg.dec: Remove gEfiDpcProtocolGuid
[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
7# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
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
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
954175e5 24# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64\r
b0bacc00
KM
25#\r
26\r
27[Sources]\r
28 FmpDxe.c\r
29 DetectTestKey.c\r
30 VariableSupport.h\r
31 VariableSupport.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
36 CryptoPkg/CryptoPkg.dec\r
37 FmpDevicePkg/FmpDevicePkg.dec\r
38\r
39[LibraryClasses]\r
40 UefiDriverEntryPoint\r
41 DebugLib\r
42 BaseLib\r
43 BaseMemoryLib\r
44 UefiBootServicesTableLib\r
45 MemoryAllocationLib\r
46 UefiLib\r
47 BaseCryptLib\r
48 FmpAuthenticationLib\r
49 FmpDeviceLib\r
50 FmpPayloadHeaderLib\r
51 CapsuleUpdatePolicyLib\r
52\r
53[Guids]\r
54 gEfiEndOfDxeEventGroupGuid\r
55\r
56[Protocols]\r
57 gEdkiiVariableLockProtocolGuid ## CONSUMES\r
58 gEfiFirmwareManagementProtocolGuid ## PRODUCES\r
59 gEdkiiFirmwareManagementProgressProtocolGuid ## PRODUCES\r
60\r
61[Pcd]\r
b0bacc00
KM
62 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceImageIdName ## CONSUMES\r
63 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceBuildTimeLowestSupportedVersion ## CONSUMES\r
64 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceLockEventGuid ## CONSUMES\r
65 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressWatchdogTimeInSeconds ## CONSUMES\r
66 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressColor ## CONSUMES\r
67 gFmpDevicePkgTokenSpaceGuid.PcdFmpDevicePkcs7CertBufferXdr ## CONSUMES\r
68 gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceTestKeySha256Digest ## CONSUMES\r
69 gEfiMdeModulePkgTokenSpaceGuid.PcdTestKeyUsed ## SOMETIMES_PRODUCES\r
70\r
71[Depex]\r
72 gEfiVariableWriteArchProtocolGuid AND gEdkiiVariableLockProtocolGuid\r
73\r
74[UserExtensions.TianoCore."ExtraFiles"]\r
75 FmpDxeExtra.uni\r