]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FmpDevicePkg/FmpDxe/FmpDxe.inf
FmpDevicePkg: Add FmpDependencyDevice library class and NULL instance
[mirror_edk2.git] / FmpDevicePkg / FmpDxe / FmpDxe.inf
index cc57de975aafd7b6c038e065ed5702da0ffe11b1..97b6518fa1ff3aea7450e86f0998dcaf16dc456e 100644 (file)
@@ -4,7 +4,7 @@
 #  information provided through PCDs and libraries.\r
 #\r
 #  Copyright (c) 2016, Microsoft Corporation. All rights reserved.<BR>\r
-#  Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2018 - 2020, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ##\r
@@ -17,6 +17,7 @@
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   ENTRY_POINT                    = FmpDxeEntryPoint\r
+  UNLOAD_IMAGE                   = UninstallFmpInstance\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
@@ -26,6 +27,9 @@
 \r
 [Sources]\r
   FmpDxe.c\r
+  FmpDxe.h\r
+  Dependency.c\r
+  Dependency.h\r
   DetectTestKey.c\r
   VariableSupport.h\r
   VariableSupport.c\r
@@ -43,6 +47,7 @@
   BaseMemoryLib\r
   UefiBootServicesTableLib\r
   MemoryAllocationLib\r
+  PrintLib\r
   UefiLib\r
   BaseCryptLib\r
   FmpAuthenticationLib\r
@@ -59,6 +64,7 @@
   gEdkiiFirmwareManagementProgressProtocolGuid  ## PRODUCES\r
 \r
 [Pcd]\r
+  gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceStorageAccessEnable              ## CONSUMES\r
   gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceImageIdName                      ## CONSUMES\r
   gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceBuildTimeLowestSupportedVersion  ## CONSUMES\r
   gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceLockEventGuid                    ## CONSUMES\r
@@ -66,6 +72,7 @@
   gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressColor                    ## CONSUMES\r
   gFmpDevicePkgTokenSpaceGuid.PcdFmpDevicePkcs7CertBufferXdr               ## CONSUMES\r
   gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceTestKeySha256Digest              ## CONSUMES\r
+  gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceImageTypeIdGuid                  ## CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdTestKeyUsed                            ## SOMETIMES_PRODUCES\r
 \r
 [Depex]\r