]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SecurityPkg: Secure Boot Drivers: Added common header files
authorKun Qin <kuqin@microsoft.com>
Tue, 12 Apr 2022 00:46:12 +0000 (17:46 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 7 Jul 2022 01:07:00 +0000 (01:07 +0000)
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910

This change added common header files to consumer drivers to unblock
pipeline builds.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Min Xu <min.m.xu@intel.com>
Signed-off-by: Kun Qin <kun.qin@microsoft.com>
Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
Acked-by: Michael Kubacki <michael.kubacki@microsoft.com>
SecurityPkg/EnrollFromDefaultKeysApp/EnrollFromDefaultKeysApp.c
SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c
SecurityPkg/VariableAuthenticated/SecureBootDefaultKeysDxe/SecureBootDefaultKeysDxe.c

index cb7095b269b1281da780f8c054cbb03610187012..aa4d0c7a993d8320c94167628a832974b3d16d5d 100644 (file)
@@ -19,6 +19,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 #include <Library/UefiLib.h>                     // AsciiPrint()\r
 #include <Library/UefiRuntimeServicesTableLib.h> // gRT\r
 #include <Uefi/UefiMultiPhase.h>\r
+#include <UefiSecureBoot.h>\r
 #include <Library/SecureBootVariableLib.h>\r
 #include <Library/SecureBootVariableProvisionLib.h>\r
 \r
index 0122e8d55fa0f9de49cf4d2b2d95da4ef8311f07..a13c349a0f89b1b54817cdcfa9875be7af9bf6fd 100644 (file)
@@ -8,6 +8,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 **/\r
 \r
 #include "SecureBootConfigImpl.h"\r
+#include <UefiSecureBoot.h>\r
 #include <Protocol/HiiPopup.h>\r
 #include <Library/BaseCryptLib.h>\r
 #include <Library/SecureBootVariableLib.h>\r
index ef7b01f16119cb47520e9b767954942125be490f..0abde52a05ae652a4ed81544fe606b574edb1e32 100644 (file)
@@ -15,6 +15,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 #include <Library/MemoryAllocationLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/UefiRuntimeServicesTableLib.h>\r
+#include <UefiSecureBoot.h>\r
 #include <Library/SecureBootVariableLib.h>\r
 #include <Library/SecureBootVariableProvisionLib.h>\r
 \r