From e9bbddb390a04c192a2e0a93b42312898d007556 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Tue, 8 Jul 2008 08:16:44 +0000 Subject: [PATCH] update file GUID value to avoid collision with the GraphicsLib instance in MdeModulePkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5423 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf b/IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf index 39eee4b711..b19dbe8b04 100644 --- a/IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf +++ b/IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf @@ -2,7 +2,7 @@ # Graphics Library for UEFI drivers # # This library provides supports for basic graphic functions. -# Copyright (c) 2006 - 2007, Intel Corporation. +# Copyright (c) 2006 - 2008, Intel Corporation. # # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -17,7 +17,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = EdkGraphicsLib - FILE_GUID = 08c1a0e4-1208-47f8-a2c5-f42eabee653a + FILE_GUID = BF0788B9-12F2-42ca-A41B-B43C06BA8202 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = GraphicsLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER -- 2.39.5