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.web12.5027.1643361270055489877 for ; Fri, 28 Jan 2022 01:14:31 -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 localhost.localdomain ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Fri, 28 Jan 2022 17:14:25 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: devel@edk2.groups.io Cc: Ray Ni , Zhichao Gao Subject: [PATCH 1/2] ShellPkg: Add the missing VariablePolicyHelperLib in ShellPkg.dsc Date: Fri, 28 Jan 2022 17:14:09 +0800 Message-Id: <20220128091410.1412-2-gaoliming@byosoft.com.cn> X-Mailer: git-send-email 2.27.0.windows.1 In-Reply-To: <20220128091410.1412-1-gaoliming@byosoft.com.cn> References: <20220128091410.1412-1-gaoliming@byosoft.com.cn> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This change is required by f4b7b473b4afd0093768905529bfae09a2061d41. Signed-off-by: Liming Gao Cc: Ray Ni Cc: Zhichao Gao --- ShellPkg/ShellPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc index 6f0d092931..38fde3dc71 100644 --- a/ShellPkg/ShellPkg.dsc +++ b/ShellPkg/ShellPkg.dsc @@ -43,6 +43,7 @@ UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf !include NetworkPkg/NetworkLibs.dsc.inc ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf -- 2.27.0.windows.1