diff options
Diffstat (limited to 'OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf')
-rwxr-xr-x | OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf b/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf index 9e5767de33..f0e3498d29 100755 --- a/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf +++ b/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf @@ -1,7 +1,7 @@ -#/** @file
+## @file
# ACPI Timer Library Instance.
#
-# Copyright (c) 2008, Intel Corporation. <BR>
+# Copyright (c) 2008 - 2010, Intel Corporation. <BR>
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -10,7 +10,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
@@ -30,7 +30,7 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC
#
-[Sources.common]
+[Sources]
AcpiTimerLib.c
[Packages]
|