From 3a63a4255474e55122e62e71a27fd1b53ad12779 Mon Sep 17 00:00:00 2001 From: ydong10 Date: Mon, 14 Mar 2011 08:47:08 +0000 Subject: [PATCH] Enhance inf to follow spec. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11394 6f19259b-4bc3-4df7-8a09-765794883524 --- PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.inf | 4 ++-- 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 -- 2.39.2