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