diff mbox series

[edk2,4/4] MdePkg/UefiDevicePathLib: permit use by MM_STANDALONE modules

Message ID 20190116212221.7460-5-ard.biesheuvel@linaro.org
State Accepted
Commit f634e32db5b6fa7d1ca8118c22a2e67d50a39dae
Headers show
Series Various Packages: add MM_STANDALONE support | expand

Commit Message

Ard Biesheuvel Jan. 16, 2019, 9:22 p.m. UTC
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 <ard.biesheuvel@linaro.org>

---
 MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.17.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Comments

Ard Biesheuvel Jan. 18, 2019, 11:07 a.m. UTC | #1
On Wed, 16 Jan 2019 at 22:22, Ard Biesheuvel <ard.biesheuvel@linaro.org> 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 <ard.biesheuvel@linaro.org>

> ---

>  MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

>

> diff --git a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf b/MdePkg/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                      = 91c1677a-e57f-4191-8b8e-eb7711a716e0

>    MODULE_TYPE                    = UEFI_DRIVER

>    VERSION_STRING                 = 1.0

> -  LIBRARY_CLASS                  = DevicePathLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE

> +  LIBRARY_CLASS                  = DevicePathLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE MM_STANDALONE

>

>


Liming, Mike: do you have any objections?
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Gao, Liming Jan. 21, 2019, 12:37 p.m. UTC | #2
Reviewed-by: Liming Gao <liming.gao@intel.com>


> -----Original Message-----

> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ard Biesheuvel

> Sent: Friday, January 18, 2019 7:07 PM

> To: edk2-devel@lists.01.org

> Cc: Ye, Ting <ting.ye@intel.com>; Gao, Liming <liming.gao@intel.com>; Wu, Hao A <hao.a.wu@intel.com>; Yao, Jiewen

> <jiewen.yao@intel.com>; Zeng, Star <star.zeng@intel.com>; Kinney, Michael D <michael.d.kinney@intel.com>; Zhang, Chao B

> <chao.b.zhang@intel.com>

> Subject: Re: [edk2] [PATCH 4/4] MdePkg/UefiDevicePathLib: permit use by MM_STANDALONE modules

> 

> On Wed, 16 Jan 2019 at 22:22, Ard Biesheuvel <ard.biesheuvel@linaro.org> 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 <ard.biesheuvel@linaro.org>

> > ---

> >  MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf | 2 +-

> >  1 file changed, 1 insertion(+), 1 deletion(-)

> >

> > diff --git a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf b/MdePkg/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                      = 91c1677a-e57f-4191-8b8e-eb7711a716e0

> >    MODULE_TYPE                    = UEFI_DRIVER

> >    VERSION_STRING                 = 1.0

> > -  LIBRARY_CLASS                  = DevicePathLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER

> UEFI_APPLICATION UEFI_DRIVER SMM_CORE

> > +  LIBRARY_CLASS                  = DevicePathLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER

> UEFI_APPLICATION UEFI_DRIVER SMM_CORE MM_STANDALONE

> >

> >

> 

> Liming, Mike: do you have any objections?

> _______________________________________________

> edk2-devel mailing list

> edk2-devel@lists.01.org

> https://lists.01.org/mailman/listinfo/edk2-devel

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
diff mbox series

Patch

diff --git a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf b/MdePkg/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                      = 91c1677a-e57f-4191-8b8e-eb7711a716e0
   MODULE_TYPE                    = UEFI_DRIVER
   VERSION_STRING                 = 1.0
-  LIBRARY_CLASS                  = DevicePathLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE
+  LIBRARY_CLASS                  = DevicePathLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE MM_STANDALONE
 
 
 #