From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pj1-f48.google.com (mail-pj1-f48.google.com [209.85.216.48]) by mx.groups.io with SMTP id smtpd.web10.32.1658434059816308352 for ; Thu, 21 Jul 2022 13:07:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=kw9w/R5R; spf=pass (domain: gmail.com, ip: 209.85.216.48, mailfrom: kuqin12@gmail.com) Received: by mail-pj1-f48.google.com with SMTP id s18-20020a17090aa11200b001f1e9e2438cso6314940pjp.2 for ; Thu, 21 Jul 2022 13:07:39 -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=Tirhixs1eKzbk9n7j2ILQ0dqWs6IJtR+AIaTMFbANxQ=; b=kw9w/R5RNbZCs/K/BZGnvDb/MEOIskPKGSl+o2TNEYSb1qYi14++xSsED7K/FYXs0L HEHcx5r5p6VH0WqaNUIanOxnMUVXwFXDzzQwsaUK7uhRsiTWBlxgGFwItDEzsNmFlPFA ClN5y83gx9kXBlMPnNtBoe6jBBd9vxgjk7eBDRM90e74cHt66o6oAym0KCcoFXq9u/G3 5b178hI0a4FGAr7j5ErJN6DgpWJGCzBn8FwAbvtRMI3D/UOD9AOzRAzw7m2o1/JNGdku M5znGEGUUqP6TbWLUH+7Al2/CKEFbwE5xEaT9vO9zZnZT6xu2i8gUk0wKUCsC5WLCjTJ D7og== 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=Tirhixs1eKzbk9n7j2ILQ0dqWs6IJtR+AIaTMFbANxQ=; b=iBFhmSaaQfyWiCAbF4o4hVIzOqeXI6xmaenIoQy8/E2CJbq+FTCZgqVc6nYmDBXoWe ogCZrA6NEbRLSPBK8B3+eN++k4AUwdPu5AFynuC+AN2s3uOM8BKhmvoKyP1W9ncI0q1D TBbGq9JrnZ3RhD1RBB2Z/LQC0FkBQ84yplcBGwQf5fLELUfTQRxiXl5ju1Vc4VjwHryi BnjhZBO73Ccl4nle+1yPL+S2hLGBZ/wTXzT6HH1h6/DdFgAr8BNNEi/st8y5Cc7zM4SX 7T/nUjsov/VQsTMCYD2bVdC6wqj4K1TGFjnCoElApTpdij2Dofp78cPPQz5m9d3Kb+Bq XkSw== X-Gm-Message-State: AJIora9AlZAZH5IqBG4iCpX0YT4rlipMExQCoS/sbOSuQYjfWd84qX1r UbnStb5Dfm7UDu/MkVKJuSTQgEU9IsY= X-Google-Smtp-Source: AGRyM1sBnrKXsUrUvBNW2RX8Hl6fZvE3S/q3H2czhoZaxgNvCaG83w+pWFsxu48TqyB1bPvnRfWo2Q== X-Received: by 2002:a17:902:f64f:b0:16c:23c2:e2dd with SMTP id m15-20020a170902f64f00b0016c23c2e2ddmr45115856plg.3.1658434059100; Thu, 21 Jul 2022 13:07:39 -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.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Jul 2022 13:07:38 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Leif Lindholm , Peng Xie , Ling Jia , Yiqi Shu Subject: [edk2-platforms][PATCH v2 7/7] PhytiumCommonPkg: Pipeline: Resolving newly introduced dependency Date: Thu, 21 Jul 2022 13:07:30 -0700 Message-Id: <20220721200730.1811-8-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 PhytiumCommonPkg platforms build. Cc: Leif Lindholm Cc: Peng Xie Cc: Ling Jia Cc: Yiqi Shu Signed-off-by: Kun Qin --- Notes: v2: - No review, no change. Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc b/Si= licon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc index 2565b8ac626a..42fe2a5c2246 100644 --- a/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc +++ b/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc @@ -83,6 +83,7 @@ [LibraryClasses.common] SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.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 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf=0D TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurem= entLibNull.inf=0D --=20 2.37.1.windows.1