* [PATCH] MdePkg/UefiDebugLibStdErr: Modify supported type.
@ 2019-01-17 6:21 Jiansong Xu
0 siblings, 0 replies; only message in thread
From: Jiansong Xu @ 2019-01-17 6:21 UTC (permalink / raw)
To: edk2-devel; +Cc: jiansonx, Gao Liming
From: jiansonx <jiansongx.xu@intel.com>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1416
Remove DXE_RUNTIME_DRIVER and DXE_SMM_DRIVER type from the supported
module type list in the library INF file. Then, these library instances
don't support DXE_RUNTIME_DRIVER and DXE_SMM_DRIVER type any more.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jiansong Xu <jiansongx.xu@intel.com>
Cc: Gao Liming <liming.gao@intel.com>
---
MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf b/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
index fe333b05ce..dd0a9e5d7e 100644
--- a/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
+++ b/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
@@ -22,7 +22,7 @@
FILE_GUID = b57a1df6-ffdb-4247-a3df-3a562176751a
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
- LIBRARY_CLASS = DebugLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
+ LIBRARY_CLASS = DebugLib|DXE_CORE DXE_DRIVER UEFI_APPLICATION UEFI_DRIVER
#
--
2.16.2.windows.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-01-17 6:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-17 6:21 [PATCH] MdePkg/UefiDebugLibStdErr: Modify supported type Jiansong Xu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox