From 66a31de7eeed62a7aa68fe0613a597a8bf08bc16 Mon Sep 17 00:00:00 2001 From: Matthew Carlson Date: Tue, 16 Mar 2021 12:53:12 -0700 Subject: EmbeddedPkg/PrePiHobLib: replace duplicate GUID Currently there is a duplicate GUID shared by two INFs. This rolls the INF for the PrePiHobLib. Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2381 Signed-off-by: Matthew Carlson Reviewed-by: Ard Biesheuvel --- EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EmbeddedPkg/Library') diff --git a/EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf b/EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf index b2c4c04bfd..55de4511fc 100644 --- a/EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf +++ b/EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf @@ -12,7 +12,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = PrePiHobLib - FILE_GUID = 1F3A3278-82EB-4C0D-86F1-5BCDA5846CB2 + FILE_GUID = AEF7D85A-6A91-4ACD-9A28-193DEFB325FB MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = HobLib -- cgit v1.2.3