From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pj1-f44.google.com (mail-pj1-f44.google.com [209.85.216.44]) by mx.groups.io with SMTP id smtpd.web12.35.1658434057649578325 for ; Thu, 21 Jul 2022 13:07:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=ZkVan6Pd; spf=pass (domain: gmail.com, ip: 209.85.216.44, mailfrom: kuqin12@gmail.com) Received: by mail-pj1-f44.google.com with SMTP id ku18so2580076pjb.2 for ; Thu, 21 Jul 2022 13:07:37 -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=47r1j4xkQ/gJ+EsJAkmn9WhB/Fo26sNXc9wQjtRJ30A=; b=ZkVan6Pd7rfb7c1Q+5olgon9NTSYjkHdLy47mMgVZau38Zv+RjFOPGFJsQEzdBoCLn 9NYUpqiXGns67Tkt3LPqQXj4hEbWrULS/yCmLkox5YWbB+4jcQJroYBtgLNlOtKm1BGj ok0We1qOvzx5LPRyYth520yCkKB/c6LbVUcG0c782BK2NQUZC2YanEMFIGB3TObLNwYx 4sT5aBm1fv1KxeqYE10JARDUtykS+dPDN1DF9hDKGgN0J1dQ/ZH59/mTaz5EZarA3csY 2h/sUFvrJgGC2bzbf95QojnFjY3MEQs5kF8vdM0ENAfmuZZdITzJuyqHX0SzZgUJ+X2n UYlQ== 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=47r1j4xkQ/gJ+EsJAkmn9WhB/Fo26sNXc9wQjtRJ30A=; b=JcDwAhfIIOmjAgtWxNQBPIRqGu7YxVQzdHsAEfrUkup1w29TcHdndxP3zZjatyQKYF cYRReeoCCr23v9qujbXFowZXVTKBA9KpCAXQoCW8ra2sRlGEkrkIvF3meaibV2kp19r3 XtyXBYEYUAV1y412zMZ1S2ZT0o/7rssWHlhuFTexjRmZszWon3CK4JoTu4P1SI0iqDyA Cy8KdHhITxqtoHxoUcjX1cVPnsFc+dKr+wIUw60jamfT8RymFFv1Jpvk2EpOVyXQO/g6 CzDzplv9/g3oCM5mcFA/2Y607qzB/FoGWEpLbeKfBGZ752kGfwsxc0bBHY/019c0IXYF xSGw== X-Gm-Message-State: AJIora+fELi91jsWXv5TkP346tt3bFfbEfBzmn/LDVJdZ8KbSMxkJAh+ BG+Z+ogvtKYKqOWCrON1U+cn6anDpA8= X-Google-Smtp-Source: AGRyM1smM319Swc95ku7sfrHH5riY+aAROKY+AKB47pg79v+9e2SPNj3UhWlTzOwSegQ3qRoIh3I0Q== X-Received: by 2002:a17:902:a710:b0:16c:5305:2244 with SMTP id w16-20020a170902a71000b0016c53052244mr124953plq.125.1658434056958; Thu, 21 Jul 2022 13:07:36 -0700 (PDT) Return-Path: Received: from MININT-0U7P5GU.redmond.corp.microsoft.com ([2001:4898:80e8:3:24ce:6464:b273:7182]) by smtp.gmail.com with ESMTPSA id q3-20020a632a03000000b00415b0c3f0b1sm1912494pgq.69.2022.07.21.13.07.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Jul 2022 13:07:36 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Graeme Gregory , Radoslaw Biernacki Subject: [edk2-platforms][PATCH v2 4/7] Qemu: Pipeline: Resolving newly introduced dependency Date: Thu, 21 Jul 2022 13:07:27 -0700 Message-Id: <20220721200730.1811-5-kuqin12@gmail.com> X-Mailer: git-send-email 2.37.1.windows.1 In-Reply-To: <20220721200730.1811-1-kuqin12@gmail.com> References: <20220721200730.1811-1-kuqin12@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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 --- Notes: v2: - No review, no change Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc b/Platform/Qemu/SbsaQemu/S= bsaQemu.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= =0D SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBo= otVariableLib.inf=0D SecureBootVariableProvisionLib|SecurityPkg/Library/SecureBootVariablePro= visionLib/SecureBootVariableProvisionLib.inf=0D + PlatformPKProtectionLib|SecurityPkg/Library/PlatformPKProtectionLibVarPo= licy/PlatformPKProtectionLibVarPolicy.inf=0D =0D # re-use the UserPhysicalPresent() dummy implementation from the ovmf tr= ee=0D PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.in= f=0D --=20 2.37.1.windows.1