On 25/01/2023 10:28, pierre.gond...@arm.com wrote:
From: Pierre Gondois <pierre.gond...@arm.com>

Building the following images with the SECURE_STORAGE_ENABLE flag
fails due to VariableFlashInfoLib being missing:
  - Platform/ARM/SgiPkg/PlatformStandaloneMm.dsc
  - Platform/ARM/SgiPkg/PlatformStandaloneMm2.dsc

Add the missing library.

Signed-off-by: Pierre Gondois <pierre.gond...@arm.com>
---
  Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc | 1 +
  1 file changed, 1 insertion(+)

diff --git a/Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc 
b/Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc
index f9a516b341f0..343794c59143 100644
--- a/Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc
+++ b/Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc
@@ -72,6 +72,7 @@ [LibraryClasses.common.MM_STANDALONE]
    
TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
    VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
    SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
+  
VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
  !endif
################################################################################

Thanks for this fix.

Reviewed-by: Thomas Abraham <thomas.abra...@arm.com>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#99068): https://edk2.groups.io/g/devel/message/99068
Mute This Topic: https://groups.io/mt/96518048/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to