public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch] MdeModulePkg SerialDxe.inf: Fix wrong FILE_GUID format
@ 2019-09-17  6:46 Liming Gao
  2019-09-17  6:49 ` Wu, Hao A
  0 siblings, 1 reply; 3+ messages in thread
From: Liming Gao @ 2019-09-17  6:46 UTC (permalink / raw)
  To: devel; +Cc: Hao A Wu, Ray Ni

Fix regression issue caused by 0d85e67714e31e0dbe4241ab2ebb7c423aba174d

Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Liming Gao <liming.gao@intel.com>
---
 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf b/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
index ab5e045ead..9337440c73 100644
--- a/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
+++ b/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
@@ -11,7 +11,7 @@
   INF_VERSION                    = 0x00010005
   BASE_NAME                      = SerialDxe
   MODULE_UNI_FILE                = SerialDxe.uni
-  FILE_GUID                      = 3bd86846-4ad0-4e94-81e6-9ea34cd34cxb
+  FILE_GUID                      = 9A5163E7-5C29-453F-825C-837A46A81E15
   MODULE_TYPE                    = DXE_DRIVER
   VERSION_STRING                 = 1.0
 
-- 
2.13.0.windows.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-17  7:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-17  6:46 [Patch] MdeModulePkg SerialDxe.inf: Fix wrong FILE_GUID format Liming Gao
2019-09-17  6:49 ` Wu, Hao A
2019-09-17  7:17   ` Liming Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox