Skip to content

Commit 593017f

Browse files
committed
Global: Update to New FltUsedLib Location
FltUsedLib has been moved to MsCorePkg. Update accordingly. Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
1 parent 2755e7a commit 593017f

File tree

8 files changed

+8
-10
lines changed

8 files changed

+8
-10
lines changed

Platforms/QemuQ35Pkg/QemuQ35PkgCommon.dsc.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
RegisterFilterLib |MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.inf
9191

9292
# Math Libraries
93-
FltUsedLib |MdePkg/Library/FltUsedLib/FltUsedLib.inf
93+
FltUsedLib |MsCorePkg/Library/FltUsedLib/FltUsedLib.inf
9494
MathLib |MsCorePkg/Library/MathLib/MathLib.inf
9595
SafeIntLib |MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
9696

Platforms/QemuQ35Pkg/Test/QemuQ35PkgHostTest.dsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
4949
IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
5050
SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
51-
FltUsedLib|MdePkg/Library/FltUsedLib/FltUsedLib.inf
51+
FltUsedLib|MsCorePkg/Library/FltUsedLib/FltUsedLib.inf
5252
MuTelemetryHelperLib|MsWheaPkg/Library/MuTelemetryHelperLib/MuTelemetryHelperLib.inf
5353
XmlTreeLib|XmlSupportPkg/Library/XmlTreeLib/XmlTreeLib.inf
5454
XmlTreeQueryLib|XmlSupportPkg/Library/XmlTreeQueryLib/XmlTreeQueryLib.inf

Platforms/QemuSbsaPkg/QemuSbsaPkg.dsc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
SecurityLockAuditLib|MdeModulePkg/Library/SecurityLockAuditDebugMessageLib/SecurityLockAuditDebugMessageLib.inf
270270
ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf
271271
HwResetSystemLib|ArmPkg/Library/ArmPsciResetSystemLib/ArmPsciResetSystemLib.inf
272-
FltUsedLib|MdePkg/Library/FltUsedLib/FltUsedLib.inf
272+
FltUsedLib|MsCorePkg/Library/FltUsedLib/FltUsedLib.inf
273273
DeviceBootManagerLib|OemPkg/Library/DeviceBootManagerLib/DeviceBootManagerLib.inf
274274
MsPlatformDevicesLib|QemuSbsaPkg/Library/MsPlatformDevicesLibQemuSbsa/MsPlatformDevicesLib.inf
275275
MsNetworkDependencyLib|PcBdsPkg/Library/MsNetworkDependencyLib/MsNetworkDependencyLib.inf
@@ -294,7 +294,6 @@
294294
OemMiscLib|QemuSbsaPkg/Library/OemMiscLib/OemMiscLib.inf
295295

296296
# Math Libraries
297-
FltUsedLib |MdePkg/Library/FltUsedLib/FltUsedLib.inf
298297
MathLib |MsCorePkg/Library/MathLib/MathLib.inf
299298
SafeIntLib |MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
300299

@@ -478,7 +477,6 @@
478477
VirtNorFlashPlatformLib|QemuSbsaPkg/Library/SbsaQemuNorFlashLib/SbsaQemuNorFlashLib.inf
479478
SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
480479
MemoryTypeInfoSecVarCheckLib|MdeModulePkg/Library/MemoryTypeInfoSecVarCheckLib/MemoryTypeInfoSecVarCheckLib.inf
481-
FltUsedLib|MdePkg/Library/FltUsedLib/FltUsedLib.inf
482480
ArmFfaLib|MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.inf
483481

484482
!if $(TPM2_ENABLE) == TRUE

Platforms/QemuSbsaPkg/Test/QemuSbsaPkgHostTest.dsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
4949
IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
5050
SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
51-
FltUsedLib|MdePkg/Library/FltUsedLib/FltUsedLib.inf
51+
FltUsedLib|MsCorePkg/Library/FltUsedLib/FltUsedLib.inf
5252
MuTelemetryHelperLib|MsWheaPkg/Library/MuTelemetryHelperLib/MuTelemetryHelperLib.inf
5353
XmlTreeLib|XmlSupportPkg/Library/XmlTreeLib/XmlTreeLib.inf
5454
XmlTreeQueryLib|XmlSupportPkg/Library/XmlTreeQueryLib/XmlTreeQueryLib.inf

QemuPkg/QemuPkg.dsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
RegisterFilterLib |MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.inf
4242

4343
# Math Libraries
44-
FltUsedLib |MdePkg/Library/FltUsedLib/FltUsedLib.inf
44+
FltUsedLib |MsCorePkg/Library/FltUsedLib/FltUsedLib.inf
4545
MathLib |MsCorePkg/Library/MathLib/MathLib.inf
4646
SafeIntLib |MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
4747

0 commit comments

Comments
 (0)