diff options
author | shenglei <shenglei.zhang@intel.com> | 2019-09-05 13:29:56 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2019-09-17 09:37:25 +0800 |
commit | e0e388a427448d096b1677391870aabc40b494c5 (patch) | |
tree | e4736afc0bd01fbac955951bdcae96e3350bc789 /EmulatorPkg | |
parent | 49a2f8ceee7cb6ffdb475b9e410f5e21f255bead (diff) | |
download | edk2-e0e388a427448d096b1677391870aabc40b494c5.tar.gz edk2-e0e388a427448d096b1677391870aabc40b494c5.tar.bz2 edk2-e0e388a427448d096b1677391870aabc40b494c5.zip |
EmulatorPkg/PeiEmuSerialPortLib: Update the INF file Guid
FILE GUID in PeiEmuSerialPortLib.inf is same to
MdePkg\Library\BaseSerialPortLibNull\BaseSerialPortLibNull.inf.
PeiEmuSerialPortLib.inf FILE_GUID should be updated.
https://bugzilla.tianocore.org/show_bug.cgi?id=2144
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Ray Ni <ray.ni@Intel.com>
Diffstat (limited to 'EmulatorPkg')
-rw-r--r-- | EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf b/EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf index f613461747..2f5e656fd7 100644 --- a/EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf +++ b/EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf @@ -12,7 +12,7 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = PeiEmuSerialPortLibNull
- FILE_GUID = E4541241-8897-411a-91F8-7D7E45837146
+ FILE_GUID = 76003416-0373-4C3C-BC4C-87E367FD4BD1
MODULE_TYPE = PEIM
VERSION_STRING = 1.0
LIBRARY_CLASS = SerialPortLib| PEI_CORE PEIM SEC
|