mirror of https://github.com/acidanthera/audk.git
Correct module guid in mbd file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@760 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
cfa5a9c5d1
commit
829a16efd2
|
@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
<LibraryModuleBuildDescription xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
|
||||
<MbdLibHeader>
|
||||
<BaseName>UefiBootServicesTableLib</BaseName>
|
||||
<Guid>baa1baa3-0a8d-402c-8042-985115fae953</Guid>
|
||||
<Guid>ff5c7a2c-ab7a-4366-8616-11c6e53247b6</Guid>
|
||||
<Version>0</Version>
|
||||
<Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</Description>
|
||||
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
|
||||
|
|
Loading…
Reference in New Issue