mirror of https://github.com/acidanthera/audk.git
Enhance inf to follow spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11394 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6e80bc62cc
commit
3a63a42554
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue