diff options
| author | Gowtham M <gowthamm@ami.com> | 2025-07-15 18:48:24 +0530 |
|---|---|---|
| committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-08-06 17:43:56 +0000 |
| commit | 80f9e3aa2fc80ff82d4b280946656e7f30795b6c (patch) | |
| tree | 66f8d632ada8040417346dfbdefb2bffaca7c422 | |
| parent | 6e4bf7f934a9e787f4426347259491b416c141f7 (diff) | |
| download | edk2-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.dsc | 2 |
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]
|
