summaryrefslogtreecommitdiffstats
path: root/FmpDevicePkg/FmpDxe/FmpDxe.inf
diff options
context:
space:
mode:
authorEric Jin <eric.jin@intel.com>2019-08-11 11:38:13 +0800
committerLiming Gao <liming.gao@intel.com>2019-08-15 17:22:23 +0800
commit4f0544b144b953ed4e8b4221fc33353f4481ec14 (patch)
tree9ae8df8c071695de9e60603a59b39b899df1561f /FmpDevicePkg/FmpDxe/FmpDxe.inf
parenta6ee24fbddcd901347014e045611eb6108f4f741 (diff)
downloadedk2-4f0544b144b953ed4e8b4221fc33353f4481ec14.tar.gz
edk2-4f0544b144b953ed4e8b4221fc33353f4481ec14.tar.bz2
edk2-4f0544b144b953ed4e8b4221fc33353f4481ec14.zip
FmpDevicePkg/FmpDxe: Use new FmpDeviceLib APIs
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1525 Update FmpDxe to support multiple controllers and use new FmpDeviceLib APIs to support Stop/Unload and to set the context for the worker functions in the FmpDeviceLib. Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Eric Jin <eric.jin@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'FmpDevicePkg/FmpDxe/FmpDxe.inf')
-rw-r--r--FmpDevicePkg/FmpDxe/FmpDxe.inf4
1 files changed, 3 insertions, 1 deletions
diff --git a/FmpDevicePkg/FmpDxe/FmpDxe.inf b/FmpDevicePkg/FmpDxe/FmpDxe.inf
index cc57de975a..e3f9d174ef 100644
--- a/FmpDevicePkg/FmpDxe/FmpDxe.inf
+++ b/FmpDevicePkg/FmpDxe/FmpDxe.inf
@@ -4,7 +4,7 @@
# information provided through PCDs and libraries.
#
# Copyright (c) 2016, Microsoft Corporation. All rights reserved.<BR>
-# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2018 - 2019, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
@@ -17,6 +17,7 @@
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = FmpDxeEntryPoint
+ UNLOAD_IMAGE = UninstallFmpInstance
#
# The following information is for reference only and not required by the build tools.
@@ -26,6 +27,7 @@
[Sources]
FmpDxe.c
+ FmpDxe.h
DetectTestKey.c
VariableSupport.h
VariableSupport.c