]> git.proxmox.com Git - mirror_edk2.git/commitdiff
FmpDevicePkg: Add UEFI_DRIVER support
authorEric Jin <eric.jin@intel.com>
Fri, 26 Jul 2019 02:39:04 +0000 (10:39 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 14 Aug 2019 04:29:28 +0000 (12:29 +0800)
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1525
Allow libs to be used with modules of type UEFI_DRIVE.

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>
FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNull.inf
FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHeaderLibV1.inf

index 956d2258aa684c9982cf4ba88095ff492d651ebc..9c77e5bde0aaccd9972804872b3f6a9711411e08 100644 (file)
@@ -3,7 +3,7 @@
 #  image stored in a firmware device.\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 - 2019, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ##\r
@@ -15,7 +15,7 @@
   FILE_GUID       = 8507642B-AE92-4664-B713-807F7774A96D\r
   MODULE_TYPE     = DXE_DRIVER\r
   VERSION_STRING  = 1.0\r
-  LIBRARY_CLASS   = FmpDeviceLib|DXE_DRIVER\r
+  LIBRARY_CLASS   = FmpDeviceLib|DXE_DRIVER UEFI_DRIVER\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
index d1bfbb6bd89b9089061d569778e5ce564ab82f2f..0d6692dcece5131b8704b5c15644c3ffa01b9fcd 100644 (file)
@@ -6,7 +6,7 @@
 #  may be added to this library class to retrieve the new information.\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 - 2019, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ##\r
@@ -17,7 +17,7 @@
   FILE_GUID                      = 98A79A6C-513C-4E72-8375-39C0A7244C4B\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = FmpPayloadHeaderLib|DXE_DRIVER UEFI_APPLICATION\r
+  LIBRARY_CLASS                  = FmpPayloadHeaderLib|DXE_DRIVER UEFI_DRIVER UEFI_APPLICATION\r
 \r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 ARM AARCH64\r