From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f174.google.com (mail-pf1-f174.google.com [209.85.210.174]) by mx.groups.io with SMTP id smtpd.web11.11123.1655152798384609351 for ; Mon, 13 Jun 2022 13:40:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=SeBXGcgu; spf=pass (domain: gmail.com, ip: 209.85.210.174, mailfrom: kuqin12@gmail.com) Received: by mail-pf1-f174.google.com with SMTP id e11so6758224pfj.5 for ; Mon, 13 Jun 2022 13:40:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=j7yfZiedgZcGyrevEQL7tT2cjHxGn0NQ54d6Gmvvb7g=; b=SeBXGcguXuGzqsxUfl/qUNAnagydrg+i7Tidei1pJ48FTHjhXxg/b8y8sZkojRh8UD UJZTxoJCAaQBf25yaRhp+fUzbZ0xhK/3YNRjM3ubFHzWLzWL6DNVqYHtDRXqyfJxZq5r t1cKDtjEUGP8mUFdBZDDKGDQ0DaWtw41aarA7KK2SK6eg82wszormbyGo2F3w+YKCFqm rPMcEIgnrJe+kVvqX7urtmGrSkGByQzDJ6CCVv3dww/zJqndRMPkkmG271zLVwK2ZdSL D8QQSkFlfZHfscr5HKwPFM6UspN4cG0eMjdq0FqycD356vrFcmbq/DA5kqP2i/2EFLBm QQAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=j7yfZiedgZcGyrevEQL7tT2cjHxGn0NQ54d6Gmvvb7g=; b=hwr17kd7f+4Mq2EqBHIQfGcc87MHSk+7yDOJ7AAEwO0gyLD1ZKnYafSJ9olTDVquI6 mwt3TPsaNntGewp0XnuyjmXeYZmXsh/zw+kCeVSQytrtdh5EmQlYlAVoSBdI5ny7mrUy DR1yoiZ37HK2VxxgpWRIYNTCZ+I2Hbpkvvq7OC598ve7IjbVk8JNuFfIp5T1GCeWkHhh vQyO4ReTO7+tNWUCMYuPY1fZZJymR1j8+jhAQ9GCgVLLSscXbgpgrf7lMfnP4qJMPuOP gK04/+7dVufbvywfPwfvskNLugzWrMOUyImP5ZF9iSiLzowhVUwKsUnIkn/47waGt5Gt vaEg== X-Gm-Message-State: AOAM530Aopj0dEjIRiyAwER3CAGpSUaPcHKTsOU4UfpAo5a0yD8IGTSB KKS37f8AvfFfm8u7xBi/+8d/mzaR+/TkEA== X-Google-Smtp-Source: ABdhPJwlvhe9yZEl/4wYxgg3RgHGQqz7qbiNZgCGeiGBqhXH3ggvivyMMyII/+SdAnjts7m+qP5SLw== X-Received: by 2002:a63:555d:0:b0:3fd:5d54:2708 with SMTP id f29-20020a63555d000000b003fd5d542708mr1254983pgm.92.1655152805095; Mon, 13 Jun 2022 13:40:05 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([50.35.66.9]) by smtp.gmail.com with ESMTPSA id g14-20020a17090a578e00b001ea90dada74sm5603239pji.12.2022.06.13.13.40.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Jun 2022 13:40:04 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Jiewen Yao , Jian J Wang , Min Xu Subject: [PATCH v2 07/11] SecurityPkg: Secure Boot Drivers: Added common header files Date: Mon, 13 Jun 2022 13:39:38 -0700 Message-Id: <20220613203943.704-8-kuqin12@gmail.com> X-Mailer: git-send-email 2.35.1.windows.2 In-Reply-To: <20220613203943.704-1-kuqin12@gmail.com> References: <20220613203943.704-1-kuqin12@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Kun Qin 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 Cc: Jian J Wang Cc: Min Xu Signed-off-by: Kun Qin --- SecurityPkg/EnrollFromDefaultKeysApp/EnrollFromDefaultKeysApp.c | 1 + SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c | 1 + SecurityPkg/VariableAuthenticated/SecureBootDefaultKeysDxe/SecureBootDefaultKeysDxe.c | 1 + 3 files changed, 3 insertions(+) diff --git a/SecurityPkg/EnrollFromDefaultKeysApp/EnrollFromDefaultKeysApp.c b/SecurityPkg/EnrollFromDefaultKeysApp/EnrollFromDefaultKeysApp.c index cb7095b269b1..aa4d0c7a993d 100644 --- a/SecurityPkg/EnrollFromDefaultKeysApp/EnrollFromDefaultKeysApp.c +++ b/SecurityPkg/EnrollFromDefaultKeysApp/EnrollFromDefaultKeysApp.c @@ -19,6 +19,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #include // AsciiPrint() #include // gRT #include +#include #include #include diff --git a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c index 0122e8d55fa0..a13c349a0f89 100644 --- a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c +++ b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c @@ -8,6 +8,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "SecureBootConfigImpl.h" +#include #include #include #include diff --git a/SecurityPkg/VariableAuthenticated/SecureBootDefaultKeysDxe/SecureBootDefaultKeysDxe.c b/SecurityPkg/VariableAuthenticated/SecureBootDefaultKeysDxe/SecureBootDefaultKeysDxe.c index ef7b01f16119..0abde52a05ae 100644 --- a/SecurityPkg/VariableAuthenticated/SecureBootDefaultKeysDxe/SecureBootDefaultKeysDxe.c +++ b/SecurityPkg/VariableAuthenticated/SecureBootDefaultKeysDxe/SecureBootDefaultKeysDxe.c @@ -15,6 +15,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #include #include #include +#include #include #include -- 2.35.1.windows.2