From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.132.183.28; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 79494222DE151 for ; Mon, 12 Feb 2018 05:39:32 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 88D447485B; Mon, 12 Feb 2018 13:45:21 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-74.phx2.redhat.com [10.3.116.74]) by smtp.corp.redhat.com (Postfix) with ESMTP id 366E86563B; Mon, 12 Feb 2018 13:45:19 +0000 (UTC) From: Laszlo Ersek To: edk2-devel-01 Cc: Andrew Fish , Ard Biesheuvel , Eric Dong , Jaben Carsey , Jordan Justen , Ruiyu Ni , Star Zeng Date: Mon, 12 Feb 2018 14:45:09 +0100 Message-Id: <20180212134513.6882-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Mon, 12 Feb 2018 13:45:21 +0000 (UTC) Subject: [PATCH 0/4] minuscule cleanups for Shell library resolutions X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2018 13:39:32 -0000 Repo: https://github.com/lersek/edk2.git Branch: shell_libs_cleanup Cc: Andrew Fish Cc: Ard Biesheuvel Cc: Eric Dong Cc: Jaben Carsey Cc: Jordan Justen Cc: Ruiyu Ni Cc: Star Zeng Thanks Laszlo Laszlo Ersek (4): OvmfPkg: drop stale SafeBlockIoLib and SafeOpenProtocolLib resolutions EmulatorPkg: drop stale SafeBlockIoLib and SafeOpenProtocolLib resolutions MdeModulePkg/UefiBootManagerLib: remove superfluous TimerLib dependency ShellPkg: remove superfluous TimerLib resolution EmulatorPkg/EmulatorPkg.dsc | 2 -- MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h | 1 - MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf | 1 - OvmfPkg/OvmfPkgIa32.dsc | 2 -- OvmfPkg/OvmfPkgIa32X64.dsc | 2 -- OvmfPkg/OvmfPkgX64.dsc | 2 -- ShellPkg/ShellPkg.dsc | 1 - 7 files changed, 11 deletions(-) -- 2.14.1.3.gb7cf6e02401b