]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/MdePkg.dec
Split out Synchronization Library from Base Library
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 30 Jan 2009 00:45:13 +0000 (00:45 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 30 Jan 2009 00:45:13 +0000 (00:45 +0000)
commit720d3c5fb31b6b2df535f7a281d5d9d297c5eede
tree7f9e1cd0d0a83ae3d5583b186b152ab469f48376
parent914826ba1dc3f03b2a3a88842ba7e41923231258
Split out Synchronization Library from Base Library

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7377 6f19259b-4bc3-4df7-8a09-765794883524
39 files changed:
MdePkg/Include/Library/BaseLib.h
MdePkg/Include/Library/SynchronizationLib.h [new file with mode: 0644]
MdePkg/Library/BaseLib/BaseLib.inf
MdePkg/Library/BaseLib/BaseLibInternals.h
MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLibInternals.h [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/Ebc/Synchronization.c [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedCompareExchange32.S [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedCompareExchange32.asm [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedCompareExchange32.c [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedCompareExchange64.S [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedCompareExchange64.asm [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedCompareExchange64.c [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedDecrement.S [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedDecrement.asm [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedDecrement.c [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedIncrement.S [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedIncrement.asm [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedIncrement.c [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/Ipf/InterlockedCompareExchange32.s [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/Ipf/InterlockedCompareExchange64.s [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/Ipf/Synchronization.c [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/Synchronization.c [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/SynchronizationGcc.c [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/SynchronizationMsc.c [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/X64/InterlockedCompareExchange32.S [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/X64/InterlockedCompareExchange32.asm [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/X64/InterlockedCompareExchange32.c [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/X64/InterlockedCompareExchange64.S [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/X64/InterlockedCompareExchange64.asm [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/X64/InterlockedCompareExchange64.c [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/X64/InterlockedDecrement.S [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/X64/InterlockedDecrement.asm [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/X64/InterlockedDecrement.c [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/X64/InterlockedIncrement.S [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/X64/InterlockedIncrement.asm [new file with mode: 0644]
MdePkg/Library/BaseSynchronizationLib/X64/InterlockedIncrement.c [new file with mode: 0644]
MdePkg/MdePkg.dec
MdePkg/MdePkg.dsc