summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Olvera <molvera@codeaurora.org>2021-07-21 08:52:13 -0700
committerMelody Olvera <molvera@codeaurora.org>2021-07-21 08:56:15 -0700
commit5ae4034f48a0d302b0460bf0df3089e82a9368f4 (patch)
tree98cd2e1f703fef06592b7cec9e785127892dad3e
parentabe1fb5e334c747e62fdf656fa53cfef9729feca (diff)
QcomModulePkg: Add BaseMemoryLib to QcomModulePkg
BaseMemoryLib is needed for a few libraries, so include it in QcomModulePkg to avoid compilation errors should we remove a library. Change-Id: I6fac85a720a66efae28465fc799795240e7b5dde Signed-off-by: Melody Olvera <molvera@codeaurora.org>
-rwxr-xr-xQcomModulePkg/QcomModulePkg.dsc2
1 files changed, 2 insertions, 0 deletions
diff --git a/QcomModulePkg/QcomModulePkg.dsc b/QcomModulePkg/QcomModulePkg.dsc
index 11a63c8d5a..fcdb671a10 100755
--- a/QcomModulePkg/QcomModulePkg.dsc
+++ b/QcomModulePkg/QcomModulePkg.dsc
@@ -53,6 +53,7 @@
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
BaseMemoryLibOptDxe|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
+ BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
@@ -164,6 +165,7 @@
QcomModulePkg/Application/LinuxLoader/LinuxLoader.inf {
<LibraryClasses>
+ BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf