mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
FmpDevicePkg: Correct broken Depex in FmpDxe
Commit 2f6f3329ad ("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 <quic_vishalo@quicinc.com>
This commit is contained in:
parent
426b69830e
commit
7aaee521a1
1 changed files with 2 additions and 1 deletions
3
FmpDevicePkg/FmpDxe/FmpDxe.inf
Normal file → Executable file
3
FmpDevicePkg/FmpDxe/FmpDxe.inf
Normal file → Executable file
|
|
@ -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
|
||||
##
|
||||
|
|
@ -78,7 +79,7 @@
|
|||
gEfiMdeModulePkgTokenSpaceGuid.PcdTestKeyUsed ## SOMETIMES_PRODUCES
|
||||
|
||||
[Depex]
|
||||
gEfiVariableWriteArchProtocolGuid AND gEdkiiVariableLockProtocolGuid
|
||||
gEfiVariableWriteArchProtocolGuid AND gEdkiiVariablePolicyProtocolGuid
|
||||
|
||||
[UserExtensions.TianoCore."ExtraFiles"]
|
||||
FmpDxeExtra.uni
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue