From 44cff56257cc2943a94be2ada9b2249a80decc49 Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Mon, 18 May 2015 05:30:01 +0000 Subject: [PATCH] Nt32Pkg: Use different FILE_GUID. Use different FILE_GUID other than the one used by PlatformBootManagerLibNull. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17465 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf b/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf index 7754619b4a..897c5cd2ce 100644 --- a/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf +++ b/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf @@ -15,7 +15,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = PlatformBootManagerLib - FILE_GUID = 95C097CC-8943-4038-BB8A-1C70CF2E9F3C + FILE_GUID = F0D9063A-DADB-4185-85E2-D7ACDA93F7A6 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = PlatformBootManagerLib|DXE_DRIVER -- 2.39.2