Skip to content

Commit e9c34ed

Browse files
committed
[fixup] sleep: add TimerLib
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
1 parent ff52c01 commit e9c34ed

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
OpensslLib
9898
IntrinsicLib
9999
PrintLib
100+
TimerLib
100101
UefiBootServicesTableLib
101102
SynchronizationLib
102103

CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
PrintLib
8787
PeiServicesTablePointerLib
8888
PeiServicesLib
89+
TimerLib
8990
SynchronizationLib
9091

9192
[Ppis]

CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
OpensslLib
9999
IntrinsicLib
100100
PrintLib
101+
TimerLib
101102

102103
#
103104
# Remove these [BuildOptions] after this library is cleaned up

CryptoPkg/Library/BaseCryptLib/SecCryptLib.inf

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
OpensslLib
7474
IntrinsicLib
7575
PrintLib
76+
TimerLib
7677

7778
#
7879
# Remove these [BuildOptions] after this library is cleaned up

CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
PrintLib
9595
MmServicesTableLib
9696
SynchronizationLib
97+
TimerLib
9798

9899
#
99100
# Remove these [BuildOptions] after this library is cleaned up

0 commit comments

Comments
 (0)