MdeModulePkg/ArmFfaLib: Add HobLib to StMm instances

ArmFfaCommon.c is built by both ArmFfaStandaloneMmCoreLib and
ArmFfaStandaloneMmLib. It links against HobLiib APIs such as
`GetFirstHob()`. Right now, the symbols fail to link:

```
lld-link: error: undefined symbol: GetFirstHob
          ArmFfaStandaloneMmCoreLib.lib(ArmFfaCommon.obj)
```

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
This commit is contained in:
Michael Kubacki
2025-09-12 07:31:53 +00:00
committed by mergify[bot]
parent 615e5ca40a
commit 2558af552d
2 changed files with 2 additions and 0 deletions
@@ -33,6 +33,7 @@
BaseLib
BaseMemoryLib
DebugLib
HobLib
MmServicesTableLib
[Pcd]
@@ -33,6 +33,7 @@
BaseLib
BaseMemoryLib
DebugLib
HobLib
MmServicesTableLib
[Pcd]