diff options
author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-10 14:32:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-10 14:32:12 +0000 |
commit | 9a6e8cc656001872146db43aea4c3890b95b9335 (patch) | |
tree | 24ca872bee0e522da4aaeb50e84db4ab598d1afd /FmpDevicePkg/FmpDxe/FmpDxe.inf | |
parent | b24d49422eab6f37bb2e27d65903829ad939e910 (diff) | |
parent | 6c061c4715325494b8b25453158166f9032e0335 (diff) | |
download | edk2-leiflindholm-pr-template.tar.gz |
Merge branch 'master' into leiflindholm-pr-templateleiflindholm-pr-template
Diffstat (limited to 'FmpDevicePkg/FmpDxe/FmpDxe.inf')
-rwxr-xr-x[-rw-r--r--] | FmpDevicePkg/FmpDxe/FmpDxe.inf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FmpDevicePkg/FmpDxe/FmpDxe.inf b/FmpDevicePkg/FmpDxe/FmpDxe.inf index 1c296388b0..d7a02733de 100644..100755 --- a/FmpDevicePkg/FmpDxe/FmpDxe.inf +++ b/FmpDevicePkg/FmpDxe/FmpDxe.inf @@ -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
|