mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/SerialDxe: Update the file Guid in SerialDxe.inf
FILE GUID in MdeModulePkg\Universal\SerialDxe\SerialDxe.inf is same to the one gEdkiiSerialPortLibVendorGuid. Its FILE GUID should be updated to another value. https://bugzilla.tianocore.org/show_bug.cgi?id=2144 Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
This commit is contained in:
parent
e0e388a427
commit
0d85e67714
|
@ -11,7 +11,7 @@
|
|||
INF_VERSION = 0x00010005
|
||||
BASE_NAME = SerialDxe
|
||||
MODULE_UNI_FILE = SerialDxe.uni
|
||||
FILE_GUID = D3987D4B-971A-435F-8CAF-4967EB627241
|
||||
FILE_GUID = 3bd86846-4ad0-4e94-81e6-9ea34cd34cxb
|
||||
MODULE_TYPE = DXE_DRIVER
|
||||
VERSION_STRING = 1.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue