mirror of https://github.com/acidanthera/audk.git
Split out Synchronization Library from Base Library
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7374 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4cf894eba8
commit
16f3deb0a0
|
@ -42,6 +42,7 @@
|
|||
[LibraryClasses.common]
|
||||
DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
||||
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
||||
SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
|
||||
CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
|
||||
BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
||||
PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include <Guid/StatusCodeDataTypeId.h>
|
||||
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/SynchronizationLib.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
#include <Library/ReportStatusCodeLib.h>
|
||||
|
|
|
@ -73,6 +73,7 @@
|
|||
DebugLib
|
||||
BaseMemoryLib
|
||||
BaseLib
|
||||
SynchronizationLib
|
||||
|
||||
|
||||
[Guids]
|
||||
|
|
Loading…
Reference in New Issue