From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web11.15127.1677646532388026513 for ; Tue, 28 Feb 2023 20:55:32 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=YAjEoUEF; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: nathaniel.l.desimone@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1677646532; x=1709182532; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=iD4yc1AAgDnPamElDgUoWylz4iR6ODnjCDmH6q7Vbh8=; b=YAjEoUEFvf7rUhI3j0PemWo5vuaN92P2L9NhwBOltTcqf/Z6EQO/1z/x iNt/nxXtaNk/sdE9Ui5t+CkPA6Bhd2kf0+o2PfzEbXYQBKCGRz+4EN5Ct G/KeXYaXhCrnJSYZ/NBB1ycJBD4HufMCLA8oKwx9vVP4Heb8bPtahksWu jUtpDYOa0OMYPY9AgnZ2j0NEtAUR/y1l4s0EyAZpJisOEc09/9DmSVPeK RouIRUob4D6MeGb/mXHxJ/oXRYV6nOO4boT6yjf2yMqtV5SjRbPz1IJTh zxj9p5rzlo92APev1fJok2vlRYVxBa95TA4Xr4Ifw/ttfEF9Z0QTKXdI4 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10635"; a="399103051" X-IronPort-AV: E=Sophos;i="5.98,223,1673942400"; d="scan'208";a="399103051" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Feb 2023 20:55:31 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10635"; a="706832937" X-IronPort-AV: E=Sophos;i="5.98,223,1673942400"; d="scan'208";a="706832937" Received: from nldesimo-desk.amr.corp.intel.com ([10.24.12.177]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Feb 2023 20:55:30 -0800 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Nate DeSimone , Andrew Fish , Ray Ni , Michael D Kinney , Chasel Chiu Subject: [PATCH v1] EmulatorPkg: Remove Duplicate gEmuIoThunkProtocolGuid Date: Tue, 28 Feb 2023 20:55:22 -0800 Message-Id: <20230301045524.1044-5-nathaniel.l.desimone@intel.com> X-Mailer: git-send-email 2.39.2.windows.1 In-Reply-To: <20230301045524.1044-1-nathaniel.l.desimone@intel.com> References: <20230301045524.1044-1-nathaniel.l.desimone@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Nate DeSimone Host.inf contains two redundant references to gEmuIoThunkProtocolGuid. Removing one of them as it is superfluous. Cc: Andrew Fish Cc: Ray Ni Cc: Michael D Kinney Cc: Chasel Chiu Signed-off-by: Nate DeSimone --- EmulatorPkg/Unix/Host/Host.inf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/EmulatorPkg/Unix/Host/Host.inf b/EmulatorPkg/Unix/Host/Host.inf index f5ebbed683..94997dde6a 100644 --- a/EmulatorPkg/Unix/Host/Host.inf +++ b/EmulatorPkg/Unix/Host/Host.inf @@ -2,7 +2,7 @@ # Entry Point of Emu Emulator # # Main executable file of Unix Emulator that loads PEI core after initialization finished. -# Copyright (c) 2008 - 2022, Intel Corporation. All rights reserved.
+# Copyright (c) 2008 - 2023, Intel Corporation. All rights reserved.
# Portions copyright (c) 2008 - 2011, Apple Inc. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent @@ -67,7 +67,6 @@ gEmuThunkPpiGuid [Protocols] - gEmuIoThunkProtocolGuid gEmuIoThunkProtocolGuid gEmuGraphicsWindowProtocolGuid gEmuThreadThunkProtocolGuid -- 2.30.2