]> git.proxmox.com Git - mirror_edk2.git/commit - PerformancePkg/PerformancePkg.dsc
Add BaseTscTimerLib, and then merge the three TscTimerLib to one directory.
authorlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 30 Oct 2011 13:14:44 +0000 (13:14 +0000)
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 30 Oct 2011 13:14:44 +0000 (13:14 +0000)
commit034307a7ec57dd87b83b14e2c706b3e7c2d302c5
tree67c3de8cd04574fa7fa86fed925f6c5be792de65
parentb3c30cb37fd066e3c719ef819704ad7f65e10630
Add BaseTscTimerLib, and then merge the three TscTimerLib to one directory.

Signed-off-by: lzeng14
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12604 6f19259b-4bc3-4df7-8a09-765794883524
13 files changed:
PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.c [deleted file]
PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.inf [deleted file]
PerformancePkg/Library/PeiTscTimerLib/PeiTscTimerLib.c [deleted file]
PerformancePkg/Library/PeiTscTimerLib/PeiTscTimerLib.inf [deleted file]
PerformancePkg/Library/TscTimerLib/BaseTscTimerLib.c [new file with mode: 0644]
PerformancePkg/Library/TscTimerLib/BaseTscTimerLib.inf [new file with mode: 0644]
PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.c [new file with mode: 0644]
PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf [new file with mode: 0644]
PerformancePkg/Library/TscTimerLib/PeiTscTimerLib.c [new file with mode: 0644]
PerformancePkg/Library/TscTimerLib/PeiTscTimerLib.inf [new file with mode: 0644]
PerformancePkg/Library/TscTimerLib/TscTimerLibInternal.h [new file with mode: 0644]
PerformancePkg/Library/TscTimerLib/TscTimerLibShare.c [new file with mode: 0644]
PerformancePkg/PerformancePkg.dsc