Skip to content

Commit

Permalink
FmpDevicePkg: Correct broken Depex in FmpDxe
Browse files Browse the repository at this point in the history
Commit 2f6f332 ("FmpDevicePkg/FmpDxe: Use new Variable Lock interface"),
moved to using gEdkiiVariablePolicyProtocolGuid instead of
gEdkiiVariableLockProtocolGuid however the Depex was not updated to
reflect the change.

Correct the dependency.

Signed-off-by: Vishal Oliyil Kunnil <[email protected]>
  • Loading branch information
Thamballi Sreelalitha authored and mergify[bot] committed Jul 9, 2024
1 parent 426b698 commit 7aaee52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FmpDevicePkg/FmpDxe/FmpDxe.inf
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#
# Copyright (c) 2016, Microsoft Corporation. All rights reserved.<BR>
# Copyright (c) 2018 - 2021, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
Expand Down Expand Up @@ -78,7 +79,7 @@
gEfiMdeModulePkgTokenSpaceGuid.PcdTestKeyUsed ## SOMETIMES_PRODUCES

[Depex]
gEfiVariableWriteArchProtocolGuid AND gEdkiiVariableLockProtocolGuid
gEfiVariableWriteArchProtocolGuid AND gEdkiiVariablePolicyProtocolGuid

[UserExtensions.TianoCore."ExtraFiles"]
FmpDxeExtra.uni

0 comments on commit 7aaee52

Please sign in to comment.