From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 AEBB1211B76C8 for ; Mon, 21 Jan 2019 04:37:45 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Jan 2019 04:37:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,503,1539673200"; d="scan'208";a="268728310" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga004.jf.intel.com with ESMTP; 21 Jan 2019 04:37:45 -0800 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 21 Jan 2019 04:37:45 -0800 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 21 Jan 2019 04:37:44 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.159]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.85]) with mapi id 14.03.0415.000; Mon, 21 Jan 2019 20:37:43 +0800 From: "Gao, Liming" To: Ard Biesheuvel , "edk2-devel@lists.01.org" CC: "Ye, Ting" , "Wu, Hao A" , "Yao, Jiewen" , "Zeng, Star" , "Kinney, Michael D" , "Zhang, Chao B" Thread-Topic: [edk2] [PATCH 4/4] MdePkg/UefiDevicePathLib: permit use by MM_STANDALONE modules Thread-Index: AQHUreGcIYys7T7BNkaUvneZQOY7q6W0WgKAgAVWWxA= Date: Mon, 21 Jan 2019 12:37:42 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E3BF4E6@SHSMSX104.ccr.corp.intel.com> References: <20190116212221.7460-1-ard.biesheuvel@linaro.org> <20190116212221.7460-5-ard.biesheuvel@linaro.org> In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTI1YWZjOTItNjg2ZS00Y2NjLWJiYjYtNzI1YTlmMzU5YTQ0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoic1RyeUJSOEt5RVpjbnY5SFgxTmdCb3NuN21kQjBMOWxkNlpaMFhkeENORHFNajhXXC8zR1RsSGlsODk4UnFvT1gifQ== dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 4/4] MdePkg/UefiDevicePathLib: permit use by MM_STANDALONE modules X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2019 12:37:46 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ar= d Biesheuvel > Sent: Friday, January 18, 2019 7:07 PM > To: edk2-devel@lists.01.org > Cc: Ye, Ting ; Gao, Liming ; Wu,= Hao A ; Yao, Jiewen > ; Zeng, Star ; Kinney, Michael= D ; Zhang, Chao B > > Subject: Re: [edk2] [PATCH 4/4] MdePkg/UefiDevicePathLib: permit use by M= M_STANDALONE modules >=20 > On Wed, 16 Jan 2019 at 22:22, Ard Biesheuvel = wrote: > > > > Add MM_STANDALONE to the list of module types that are permitted to > > link to this library. > > > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Ard Biesheuvel > > --- > > MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf b/M= dePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf > > index d5f7bfa6af39..89ee87e15d0e 100644 > > --- a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf > > +++ b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf > > @@ -22,7 +22,7 @@ [Defines] > > FILE_GUID =3D 91c1677a-e57f-4191-8b8e-eb7711a71= 6e0 > > MODULE_TYPE =3D UEFI_DRIVER > > VERSION_STRING =3D 1.0 > > - LIBRARY_CLASS =3D DevicePathLib|DXE_CORE DXE_DRIVER= DXE_RUNTIME_DRIVER DXE_SMM_DRIVER > UEFI_APPLICATION UEFI_DRIVER SMM_CORE > > + LIBRARY_CLASS =3D DevicePathLib|DXE_CORE DXE_DRIVER= DXE_RUNTIME_DRIVER DXE_SMM_DRIVER > UEFI_APPLICATION UEFI_DRIVER SMM_CORE MM_STANDALONE > > > > >=20 > Liming, Mike: do you have any objections? > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel