I noticed that RedfishPlatformConfigDxe prints an error message that it can't find EFI_REGULAR_EXPRESSION_PROTOCOL.

Should the following change be made to make sure RegularExpressionDxe is loaded before RedfishPlatformConfigDxe?

diff --git a/RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf b/RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf
index 2db47c2cf..7490d89be 100644
--- a/RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf
+++ b/RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf
@@ -60,4 +60,4 @@
  gEfiRedfishPkgTokenSpaceGuid.PcdRedfishPlatformConfigDebugProperty

 [Depex]
-  TRUE
+  gEfiRegularExpressionProtocolGuid^M

--
Rebecca Cran


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


Reply via email to