summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGowtham M <gowthamm@ami.com>2025-07-15 18:48:24 +0530
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2025-08-06 17:43:56 +0000
commit80f9e3aa2fc80ff82d4b280946656e7f30795b6c (patch)
tree66f8d632ada8040417346dfbdefb2bffaca7c422
parent6e4bf7f934a9e787f4426347259491b416c141f7 (diff)
downloadedk2-80f9e3aa2fc80ff82d4b280946656e7f30795b6c.tar.gz
edk2-80f9e3aa2fc80ff82d4b280946656e7f30795b6c.zip
OvmfPkg/OvmfPkg.dsc:Update DevicePathLib mapping for MM_STANDALONE drivers
As part of this PR [#3187], MM_STANDALONE drivers should now map DevicePathLib to UefiDevicePathLibBase.inf instead of UefiDevicePathLibStandaloneMm.inf, as latter is being deprecated. Cc: Sachin Ganesh <sachinganesh@ami.com> Signed-off-by: Gowtham M <gowthamm@ami.com>
-rw-r--r--OvmfPkg/OvmfPkgX64.dsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/OvmfPkgX64.dsc b/OvmfPkg/OvmfPkgX64.dsc
index ace2dfcdeb..f859db6acd 100644
--- a/OvmfPkg/OvmfPkgX64.dsc
+++ b/OvmfPkg/OvmfPkgX64.dsc
@@ -530,7 +530,7 @@
ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/StandaloneMmReportStatusCodeLib.inf
CcExitLib|UefiCpuPkg/Library/CcExitLibNull/CcExitLibNull.inf
MemLib|StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
- DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibStandaloneMm.inf
+ DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibBase.inf
BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
[LibraryClasses.common.MM_CORE_STANDALONE]