From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web11.1083.1606269482090471433 for ; Tue, 24 Nov 2020 17:58:03 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Wed, 25 Nov 2020 09:57:57 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: "'Zhiguang Liu'" , Cc: "'Chasel Chiu'" , "'Nate DeSimone'" , "'Eric Dong'" References: <20201124073454.1107-1-zhiguang.liu@intel.com> In-Reply-To: <20201124073454.1107-1-zhiguang.liu@intel.com> Subject: =?UTF-8?B?5Zue5aSNOiBbUEFUQ0hdIFBsYXRmb3JtXEludGVsXE1pblBsYXRmb3JtUGtnOiBBZGQgVmFyaWFibGUgUG9saWN5IGxpYnJhcnk=?= Date: Wed, 25 Nov 2020 09:58:01 +0800 Message-ID: <007401d6c2ce$680d1e30$38275a90$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQF5lmaYRXUmn6d2iKFRfKcdMhzYjaqSb/UQ Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: Zhiguang Liu > =B7=A2=CB=CD=CA=B1=BC=E4: 2020=C4=EA11=D4=C224=C8=D5 15:35 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Chasel Chiu ; Nate DeSimone > ; Liming Gao = ; > Eric Dong > =D6=F7=CC=E2: [PATCH] Platform\Intel\MinPlatformPkg: Add Variable = Policy library >=20 > Makes the changes because of the new added library instances: > VariablePolicyLib > and VariablePolicyHelperLib >=20 > Cc: Chasel Chiu > Cc: Nate DeSimone > Cc: Liming Gao > Cc: Eric Dong >=20 > Signed-off-by: Zhiguang Liu > --- > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc | 2 ++ > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc | 1 + > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc | 1 + > 3 files changed, 4 insertions(+) >=20 > diff --git = a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > index 23ab53dbfe..46bb2cecae 100644 > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > @@ -160,3 +160,5 @@ > SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf >=20 >=20 >=20 > SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf >=20 > + > = VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLi= b > .inf >=20 > + > = VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Vari= > ablePolicyHelperLib.inf > \ No newline at end of file > diff --git = a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > index f0e578f8cc..d7ed8f98cd 100644 > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > @@ -36,6 +36,7 @@ > >=20 > NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf >=20 > NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf >=20 > + > NULL|MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf >=20 > } >=20 > !else >=20 > MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf > { >=20 > diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > index 026ddf4cd7..fa9098d525 100644 > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > @@ -115,6 +115,7 @@ > TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf >=20 > !endif >=20 > BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf >=20 > + > = VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLi= b > RuntimeDxe.inf >=20 >=20 >=20 > [LibraryClasses.common.UEFI_DRIVER] >=20 >=20 > Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2 > .inf >=20 > -- > 2.25.1.windows.1