From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by mx.groups.io with SMTP id smtpd.web08.4237.1657314195047173104 for ; Fri, 08 Jul 2022 14:03:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=EHo8t4Uy; spf=pass (domain: gmail.com, ip: 209.85.210.180, mailfrom: kuqin12@gmail.com) Received: by mail-pf1-f180.google.com with SMTP id y9so65648pff.12 for ; Fri, 08 Jul 2022 14:03:15 -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=YQOrW/iMXrC1kwos6cDwWmRctjZGquipGlgPu9qlZ4Y=; b=EHo8t4Uy7rJh3ZG8w18RV3RBwIXsi6kLV0Y2c539bnVpB/SZiZPLb/3dLpcZ356Fcv 9+xU0QjiItEYB8H09Bc6n7IUgZ3xxFmOQTyuc7j+h7VrW9+3jHzarYu3ExVlQsbahiZW h1rokDElwLNNLMKBHvTwJ0Mfepb8Tf425fX7gbX0bEIAqUai/qGre1byqp6bHJrfcOWd MfUHXh/O8p73aiwYkXcD0RzbVIlrv/Fxzz0C/aUfox1fL2RgT0IBaiIdwSrX1pyAlgAO f9U50RYZZ/wWJEn4OPAiymrxDhBtsJGQW1X6OCuVvjqMjD9Sz9CfkhOVXHMrKr6zowvB /n4g== 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=YQOrW/iMXrC1kwos6cDwWmRctjZGquipGlgPu9qlZ4Y=; b=VPAo+vnr6HAGZdzTc5qWL8cA8M4WQuh5YJQkFGzwsEmt1GOl+OFTnOCNwwX8yz7yun /m+HjxeZeZRpO+QoUmkGx3MCPyxti37JgDNT55WpXE6EBA6NHZYBhc+wcKHTE/CpIotU 8k1UieX3WoGNalenJXNQE3Kd/LB50uzVfSzi2r/D3iF9YmZav66TdGQqgvSfwPuWiyqK epAOlP7uqkQpTAeTFe/fR93TWIPpCctK3Z5Cm8lsl9/8z9Fmi+xvNHLgFDOapnGfe4Mh 9lAHn19CrQ32gJoitR23Db5tnaFDqKQ/WJ9wwWlsQNii6aBu9Dcf/YIkgyfx3Ip2QqOE s/pg== X-Gm-Message-State: AJIora/MZiC8mMxzCqBLhuro8283S2BtQP3FAhmOazFV9ia9s3pjCPzP omEBKF5cPCVY2BFEgPl5EoGNavx+lLQ= X-Google-Smtp-Source: AGRyM1t2bWhze5zTPV2fq5xbO4Chdvbz+QNzw7vgS24CuHgCkyAdRCDJ3Rawk+DJimCZP3m2fvhUkA== X-Received: by 2002:a62:fb02:0:b0:528:6697:eaaf with SMTP id x2-20020a62fb02000000b005286697eaafmr5787620pfm.75.1657314194459; Fri, 08 Jul 2022 14:03:14 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([192.182.149.255]) by smtp.gmail.com with ESMTPSA id t12-20020a17090340cc00b0016c1fdaa38fsm2323922pld.231.2022.07.08.14.03.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Jul 2022 14:03:14 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Graeme Gregory , Radoslaw Biernacki Subject: [edk2-platforms][PATCH v1 4/7] Qemu: Pipeline: Resolving newly introduced dependency Date: Fri, 8 Jul 2022 14:02:55 -0700 Message-Id: <20220708210258.1250-5-kuqin12@gmail.com> X-Mailer: git-send-email 2.37.0.windows.1 In-Reply-To: <20220708210258.1250-1-kuqin12@gmail.com> References: <20220708210258.1250-1-kuqin12@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve SbsaQemu platform builds. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Graeme Gregory Cc: Radoslaw Biernacki Signed-off-by: Kun Qin --- Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc b/Platform/Qemu/SbsaQemu/SbsaQemu.dsc index 97014e2fb630..c912424173a6 100644 --- a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc +++ b/Platform/Qemu/SbsaQemu/SbsaQemu.dsc @@ -158,6 +158,7 @@ [LibraryClasses.common] AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.inf SecureBootVariableProvisionLib|SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBootVariableProvisionLib.inf + PlatformPKProtectionLib|SecurityPkg/Library/PlatformPKProtectionLibVarPolicy/PlatformPKProtectionLibVarPolicy.inf # re-use the UserPhysicalPresent() dummy implementation from the ovmf tree PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf -- 2.37.0.windows.1