diff options
author | lzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-02 01:58:23 +0000 |
---|---|---|
committer | lzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-02 01:58:23 +0000 |
commit | 77c9e7473c19f324a737b362444461d97565a4e6 (patch) | |
tree | 0b6ca9bd2c0ae4477c7a498a6c12a82fafe1de1f /PerformancePkg/Library | |
parent | 89a9f54f800bbc8b762b86040a1eb1090b8640d5 (diff) | |
download | edk2-platforms-77c9e7473c19f324a737b362444461d97565a4e6.tar.xz |
Add TscTimerLibInternal.h in INF file.
Signed-off-by: lzeng14
Reviewed-by: ydong10
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12648 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PerformancePkg/Library')
-rw-r--r-- | PerformancePkg/Library/TscTimerLib/BaseTscTimerLib.inf | 1 | ||||
-rw-r--r-- | PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf | 1 | ||||
-rw-r--r-- | PerformancePkg/Library/TscTimerLib/PeiTscTimerLib.inf | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/PerformancePkg/Library/TscTimerLib/BaseTscTimerLib.inf b/PerformancePkg/Library/TscTimerLib/BaseTscTimerLib.inf index 2c33b7702e..3d53b21db7 100644 --- a/PerformancePkg/Library/TscTimerLib/BaseTscTimerLib.inf +++ b/PerformancePkg/Library/TscTimerLib/BaseTscTimerLib.inf @@ -37,6 +37,7 @@ [Sources.common]
TscTimerLibShare.c
BaseTscTimerLib.c
+ TscTimerLibInternal.h
[Packages]
diff --git a/PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf b/PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf index e0edd6f21e..1de9904017 100644 --- a/PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf +++ b/PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf @@ -36,6 +36,7 @@ [Sources.common]
TscTimerLibShare.c
DxeTscTimerLib.c
+ TscTimerLibInternal.h
[Packages]
diff --git a/PerformancePkg/Library/TscTimerLib/PeiTscTimerLib.inf b/PerformancePkg/Library/TscTimerLib/PeiTscTimerLib.inf index 177e4c3aed..c921272585 100644 --- a/PerformancePkg/Library/TscTimerLib/PeiTscTimerLib.inf +++ b/PerformancePkg/Library/TscTimerLib/PeiTscTimerLib.inf @@ -34,6 +34,7 @@ [Sources.common]
TscTimerLibShare.c
PeiTscTimerLib.c
+ TscTimerLibInternal.h
[Packages]
|