mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
09ba0c4660
commit
082be7a58a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue