diff options
author | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-03-14 08:47:08 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-03-14 08:47:08 +0000 |
commit | 3a63a4255474e55122e62e71a27fd1b53ad12779 (patch) | |
tree | a9c8a47c5ed39e43a9796fdc71b92dc19f5563c1 /PerformancePkg | |
parent | 6e80bc62cc3561750f7c3cfe23256f57a104464d (diff) | |
download | edk2-platforms-3a63a4255474e55122e62e71a27fd1b53ad12779.tar.xz |
Enhance inf to follow spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11394 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PerformancePkg')
-rw-r--r-- | PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.inf | 4 | ||||
-rw-r--r-- | PerformancePkg/Library/PeiTscTimerLib/PeiTscTimerLib.inf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.inf b/PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.inf index 88a6cb9e25..f56e5a2064 100644 --- a/PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.inf +++ b/PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.inf @@ -1,4 +1,4 @@ -#/** @file
+## @file
# Dxe Timer Library which uses the Time Stamp Counter in the processor.
#
# A version of the Timer Library using the processor's TSC.
@@ -16,7 +16,7 @@ # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
-#**/
+##
[Defines]
INF_VERSION = 0x00010005
diff --git a/PerformancePkg/Library/PeiTscTimerLib/PeiTscTimerLib.inf b/PerformancePkg/Library/PeiTscTimerLib/PeiTscTimerLib.inf index 3c10519869..1a4bc1981f 100644 --- a/PerformancePkg/Library/PeiTscTimerLib/PeiTscTimerLib.inf +++ b/PerformancePkg/Library/PeiTscTimerLib/PeiTscTimerLib.inf @@ -1,4 +1,4 @@ -#/** @file
+## @file
# Pei Timer Library which uses the Time Stamp Counter in the processor.
#
# A version of the Timer Library using the processor's TSC.
@@ -16,7 +16,7 @@ # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
-#**/
+##
[Defines]
INF_VERSION = 0x00010005
|