diff options
author | Eric Jin <eric.jin@intel.com> | 2019-08-11 11:38:13 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2019-08-15 17:22:23 +0800 |
commit | 4f0544b144b953ed4e8b4221fc33353f4481ec14 (patch) | |
tree | 9ae8df8c071695de9e60603a59b39b899df1561f /FmpDevicePkg/FmpDxe/FmpDxeLib.inf | |
parent | a6ee24fbddcd901347014e045611eb6108f4f741 (diff) | |
download | edk2-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/FmpDxeLib.inf')
-rw-r--r-- | FmpDevicePkg/FmpDxe/FmpDxeLib.inf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/FmpDevicePkg/FmpDxe/FmpDxeLib.inf b/FmpDevicePkg/FmpDxe/FmpDxeLib.inf index 9722918b18..3b639fa74d 100644 --- a/FmpDevicePkg/FmpDxe/FmpDxeLib.inf +++ b/FmpDevicePkg/FmpDxe/FmpDxeLib.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
##
@@ -18,6 +18,7 @@ VERSION_STRING = 1.0
LIBRARY_CLASS = NULL
CONSTRUCTOR = FmpDxeEntryPoint
+ DESTRUCTOR = FmpDxeLibDestructor
#
# The following information is for reference only and not required by the build tools.
@@ -27,6 +28,7 @@ [Sources]
FmpDxe.c
+ FmpDxe.h
DetectTestKey.c
VariableSupport.h
VariableSupport.c
|