From nobody Sat May 18 07:48:32 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+57019+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+57019+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1586252973; cv=none; d=zohomail.com; s=zohoarc; b=L56zWvfSUA3crJeEHBp/UunIFp2EG92HmxHARL6k8aR2lCzhrBEiZ8MFU3wdIgaeskKBSNy2cc6U6FKm3PDBC9Q9u9nKIXar7hy1L1iM8J1FJmTEec4v5wYdpkGLJ2rqd3oPgXL/QQ11MKfwWUDvbZnjNO0eBrCgmBpJr2cB/eM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1586252973; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=yY33LXOJdgM+mgp19kUz7h6yjA12GUdT5PK+G9OaWBY=; b=hB5I59tziJ5AGhRkeWGQ0Zd6WzgQczUYq53st71A9fLTC4wZnSkX7+sYTzawix2UjtgpdWeTncKNaQng6g/aEXdC4FY1eyvltLKtzas8Zbcb+R6sJRoU9TAfKIB2X7ceMGtlHqlQNVlEs75UkGKCwQL8qfa88GmKIDuYlsYO/YY= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+57019+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1586252973389665.4478838906916; Tue, 7 Apr 2020 02:49:33 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 4ZCqYY1788612xyXMusY0VG0; Tue, 07 Apr 2020 02:49:32 -0700 X-Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web12.5969.1586252972156530166 for ; Tue, 07 Apr 2020 02:49:32 -0700 IronPort-SDR: HKaYssbB475KzmWEYEzub5TDnMUSXl2VfPY1vGT0J2NsdAitYbOteIIFCqLm8vWAPc1CUa5Tin sHRaqc9bwDuA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Apr 2020 02:49:31 -0700 IronPort-SDR: 6cTGOtY4QdEESRM1R1M+CQ+efxsx9XQv3zBmM49AaVZvfxfY2tbSwQC3VWsgllapc+Q9NOfZOi /qFwoAFfMAgg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,353,1580803200"; d="scan'208";a="242034216" X-Received: from unknown (HELO guominji-MOBL.ccr.corp.intel.com) ([10.239.158.147]) by fmsmga007.fm.intel.com with ESMTP; 07 Apr 2020 02:49:30 -0700 From: "Guomin Jiang" To: devel@edk2.groups.io Cc: Jordan Justen , Andrew Fish , Ray Ni Subject: [edk2-devel] [PATCH] EmulatorPkg: Add MagicPageLib header file declaration. Date: Tue, 7 Apr 2020 17:49:29 +0800 Message-Id: <20200407094929.1223-1-guomin.jiang@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,guomin.jiang@intel.com X-Gm-Message-State: r8XKisSGL7X3BSmzjyde0Zclx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1586252972; bh=dXHxQTLFfj4xYwwS+Zn87q9Rkdvro46k8ZcdVAaiXQc=; h=Cc:Date:From:Reply-To:Subject:To; b=bvZKSbwIxGX8+TPRQjrSxSChQi5fXmPzuvSG0Syj/qoOL1bU+6wu0LJaHYeCII37+Se XxeY9UcPJylib+LltdUkteElc6WGucv1N6Kbz11a+U8RC9v0eOj0s2tM3FHLfZk3dgLGS rONzzilbGCwcudqYzkDPe/XNZlOHTfEjjUA= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2663 Add the public header file declaration. Cc: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Signed-off-by: Guomin Jiang Reviewed-by: Ray Ni --- EmulatorPkg/EmulatorPkg.dec | 1 + 1 file changed, 1 insertion(+) diff --git a/EmulatorPkg/EmulatorPkg.dec b/EmulatorPkg/EmulatorPkg.dec index 99250d9fe5..27d8b2be4e 100644 --- a/EmulatorPkg/EmulatorPkg.dec +++ b/EmulatorPkg/EmulatorPkg.dec @@ -27,6 +27,7 @@ KeyMap|Include/Library/KeyMapLib.h PpiListLib|Include/Library/PpiListLib.h SmbiosLib|Include/Library/SmbiosLib.h + EmuMagicPageLib|Include/Library/EmuMagicPageLib.h =20 [Protocols] gEmuThunkProtocolGuid =3D { 0x5CF32E0B, 0x8EDF, 0x2E44, { 0x9C,= 0xDA, 0x93, 0x20, 0x5E, 0x99, 0xEC, 0x1C } } --=20 2.25.1.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#57019): https://edk2.groups.io/g/devel/message/57019 Mute This Topic: https://groups.io/mt/72846980/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-