diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-08 08:16:44 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-08 08:16:44 +0000 |
commit | e9bbddb390a04c192a2e0a93b42312898d007556 (patch) | |
tree | 34f2f8319e8d281861c240f0c1bb9978c7ecb907 /IntelFrameworkModulePkg | |
parent | 2f50ef835c97e69747719a406cd5acb3fe93ca53 (diff) | |
download | edk2-e9bbddb390a04c192a2e0a93b42312898d007556.zip edk2-e9bbddb390a04c192a2e0a93b42312898d007556.tar.gz edk2-e9bbddb390a04c192a2e0a93b42312898d007556.tar.bz2 |
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
Diffstat (limited to 'IntelFrameworkModulePkg')
-rw-r--r-- | IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf b/IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf index 39eee4b..b19dbe8 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
|