From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web10.10653.1586271356531315141 for ; Tue, 07 Apr 2020 07:55:56 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: ray.ni@intel.com) IronPort-SDR: 3jWSrswUsuvNdHn6b+Ur0AeqJNtW7+x7N6Sl1vMXLqzTzyzEKL1aJUjYB4Ucm2i27YGuLSqeXQ 64ZZX/6tscRg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Apr 2020 07:55:55 -0700 IronPort-SDR: xM2fJhpXkI0Crifcydq0LBiRIvSQV072oSbKiixPL+mw4COtYqUm7JItkJmYlz+n0qET4Y+RLi GvI+lMzSuNvQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,354,1580803200"; d="scan'208";a="361549998" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 07 Apr 2020 07:55:55 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 7 Apr 2020 07:55:54 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 7 Apr 2020 07:55:54 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.225]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.129]) with mapi id 14.03.0439.000; Tue, 7 Apr 2020 22:55:44 +0800 From: "Ni, Ray" To: "Jiang, Guomin" , "devel@edk2.groups.io" CC: "Justen, Jordan L" , Andrew Fish Subject: Re: [PATCH] EmulatorPkg: Add MagicPageLib header file declaration. Thread-Topic: [PATCH] EmulatorPkg: Add MagicPageLib header file declaration. Thread-Index: AQHWDMHYwq+1uIIcj0a9Ab0INbFAmqhtv0AA Date: Tue, 7 Apr 2020 14:55:41 +0000 Deferred-Delivery: Tue, 7 Apr 2020 14:55:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C4DEBAB@SHSMSX104.ccr.corp.intel.com> References: <20200407094929.1223-1-guomin.jiang@intel.com> In-Reply-To: <20200407094929.1223-1-guomin.jiang@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: ray.ni@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ray Ni > -----Original Message----- > From: Jiang, Guomin > Sent: Tuesday, April 7, 2020 5:49 PM > To: devel@edk2.groups.io > Cc: Justen, Jordan L ; Andrew Fish ; Ni, Ray > Subject: [PATCH] EmulatorPkg: Add MagicPageLib header file declaration. >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2663 >=20 > Add the public header file declaration. >=20 > Cc: Jordan Justen > Cc: Andrew Fish > Cc: Ray Ni > Signed-off-by: Guomin Jiang > --- > EmulatorPkg/EmulatorPkg.dec | 1 + > 1 file changed, 1 insertion(+) >=20 > 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 >=20 > PpiListLib|Include/Library/PpiListLib.h >=20 > SmbiosLib|Include/Library/SmbiosLib.h >=20 > + EmuMagicPageLib|Include/Library/EmuMagicPageLib.h >=20 >=20 >=20 > [Protocols] >=20 > gEmuThunkProtocolGuid =3D { 0x5CF32E0B, 0x8EDF, 0x2E44, { 0x9= C, 0xDA, 0x93, 0x20, 0x5E, 0x99, 0xEC, 0x1C } } >=20 > -- > 2.25.1.windows.1