mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
FmpDevicePkg: Correct broken Depex in FmpDxe
Commit 2f6f3329add3 ("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
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…
x
Reference in New Issue
Block a user