diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-07-26 08:58:14 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-07-26 08:58:14 +0000 |
commit | 082be7a58afb9335bf5d11b686abb8cffbf757f0 (patch) | |
tree | 363df89d2076c54649d745a5ac73fb0db409ae82 /UnixPkg | |
parent | 09ba0c466009d0bae34717d58976c9aae42309b9 (diff) | |
download | edk2-platforms-082be7a58afb9335bf5d11b686abb8cffbf757f0.tar.xz |
Change the GUID value of UnixBaseLib to avoid Guid value collision with BaseLib.inf in MdePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10694 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UnixPkg')
-rw-r--r-- | UnixPkg/Library/UnixBaseLib/UnixBaseLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UnixPkg/Library/UnixBaseLib/UnixBaseLib.inf b/UnixPkg/Library/UnixBaseLib/UnixBaseLib.inf index 957fd89082..081b8724dd 100644 --- a/UnixPkg/Library/UnixBaseLib/UnixBaseLib.inf +++ b/UnixPkg/Library/UnixBaseLib/UnixBaseLib.inf @@ -22,7 +22,7 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = BaseLib
- FILE_GUID = 27d67720-ea68-48ae-93da-a3a074c90e30
+ FILE_GUID = 25A41BF7-7718-4e9a-9A7E-50DC324929FD
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = BaseLib
|