From 7aaee521a1966e71a51b71b73f5e3bbddb6faa31 Mon Sep 17 00:00:00 2001 From: Thamballi Sreelalitha Date: Thu, 4 Jul 2024 14:16:03 +0530 Subject: 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 --- FmpDevicePkg/FmpDxe/FmpDxe.inf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 FmpDevicePkg/FmpDxe/FmpDxe.inf (limited to 'FmpDevicePkg/FmpDxe/FmpDxe.inf') diff --git a/FmpDevicePkg/FmpDxe/FmpDxe.inf b/FmpDevicePkg/FmpDxe/FmpDxe.inf old mode 100644 new mode 100755 index 1c296388b0..d7a02733de --- a/FmpDevicePkg/FmpDxe/FmpDxe.inf +++ b/FmpDevicePkg/FmpDxe/FmpDxe.inf @@ -5,6 +5,7 @@ # # Copyright (c) 2016, Microsoft Corporation. All rights reserved.
# Copyright (c) 2018 - 2021, Intel Corporation. All rights reserved.
+# Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
# # 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 -- cgit