From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f170.google.com (mail-pf1-f170.google.com [209.85.210.170]) by mx.groups.io with SMTP id smtpd.web11.1684.1659659720009745345 for ; Thu, 04 Aug 2022 17:35:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Qw5ap4uB; spf=pass (domain: gmail.com, ip: 209.85.210.170, mailfrom: kuqin12@gmail.com) Received: by mail-pf1-f170.google.com with SMTP id c139so950566pfc.2 for ; Thu, 04 Aug 2022 17:35:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=aBGFH1EhlX1/O979yI42I0ozsXLQQ8ZqDNHfcsuQVSs=; b=Qw5ap4uBF7kml5KJTFoGPOgCJZQ8es3cu8DcmI6i0lMDU2hMoL1iLToOACoyciPL3J bXHz0s900LFkoKA6rvWx6gSXG+zcdB2Cw8BliBtruhzpJzFMRTt6Okk0MPmvtUDo3sUS ilYYWnIvMaO9/KsfyxLl7Bew1rTA3q4Yc90jy9YniR/1fuNKapAgN2OFFj56Hq7V9tf1 5l4e82bxreyJ7zQV19A8rLLsXm/3hZYlx3XW8h2XdPwFOnb7yvv+dZ/BBGvihyCdLyFS vTXEkBkUt2/sfDCZpo4YB4WwuJr00fIAToSeSO/c1YTxNxeiOuU3Rw9hjZSfNTQS8L3c skEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=aBGFH1EhlX1/O979yI42I0ozsXLQQ8ZqDNHfcsuQVSs=; b=Eoeo7gxT4wbkLJvmpaUA6cdPWM3AKjGUbZAsEdC0mfs8oCTBltmb/0zpObpqCWNSY3 cwksKjOZZMZFJzAbdQXftj+9Nn18uHMWgha7e4rif5q/b3gSDbLsxB/wvd2/MijxIiAb 2uMpzPv6+VNWVVsz+flFlVUpFKq38l3gB4JMxuz1KWYJltzGfLzW9o8T79vcXtZJuEwP NkikDUpSpWdsOf84i0YPe5E1UIhkOpsnfoRGLGcUgkaRb29URFMgiKJ5eJGq38v+cZLp /UNkx3fmTPDoU4EXbVTM1ixvNMTrwjCTsZO6jq2ZHLfYGiyi3/smVCGJMH0CC0APKtzP tlZw== X-Gm-Message-State: ACgBeo12H2R5NEjiH2LM7qLD3hzyptcq5ReQcHxjaWyJqki9aG73gy3g uZ4V6aea5gOVYx+oueA3FB53stOdvoA= X-Google-Smtp-Source: AA6agR4DUngW7wjIg4eVEcbY1qrMGK+9PneVReC7lLI4vuegpzHPh2Xu4SqjfozgTPAo6hgBaivRMw== X-Received: by 2002:a63:901:0:b0:41b:6d0b:e8b4 with SMTP id 1-20020a630901000000b0041b6d0be8b4mr3685377pgj.327.1659659719300; Thu, 04 Aug 2022 17:35:19 -0700 (PDT) Return-Path: Received: from MININT-0U7P5GU.redmond.corp.microsoft.com ([2001:4898:80e8:a:a1b3:892a:ee11:1b86]) by smtp.gmail.com with ESMTPSA id 141-20020a621493000000b0052d14966783sm1661198pfu.15.2022.08.04.17.35.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 04 Aug 2022 17:35:19 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Leif Lindholm , Peng Xie , Ling Jia , Yiqi Shu , Sami Mujawar Subject: [edk2-platforms][PATCH v4 6/6] PhytiumCommonPkg: Platform Build: Resolving newly introduced dependency Date: Thu, 4 Aug 2022 17:35:11 -0700 Message-Id: <20220805003512.1478-7-kuqin12@gmail.com> X-Mailer: git-send-email 2.37.1.windows.1 In-Reply-To: <20220805003512.1478-1-kuqin12@gmail.com> References: <20220805003512.1478-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 Reviewed-by: Sami Mujawar --- Notes: v2: - No review, no change. =20=20=20=20 v3: - Added reviewed-by tag [Sami]. =20=20=20=20 v4: - Updated commit title. 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 a7ca630be7b9..3c4440dac5f0 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