summaryrefslogtreecommitdiff
path: root/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
diff options
context:
space:
mode:
authorGao, Liming <liming.gao@intel.com>2014-09-03 08:48:29 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2014-09-03 08:48:29 +0000
commit0ac6a4df5575b4034f3ba5b1904f2eb274042767 (patch)
tree6648408df0939077fa7de55555f2f3b0655f869a /PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
parent46dd58879de57e4f395e3245108fff85bb5ee871 (diff)
downloadedk2-platforms-0ac6a4df5575b4034f3ba5b1904f2eb274042767.tar.xz
PcAtChipsetPkg: Convert non DOS format files to DOS format and rename the same module name.
1. Module UNI and Package UNI files are not DOS format. Convert them to DOS format. 2. BaseAcpiTimerLib and DxeAcpiTimerLib has the same module name. Update them to the different name, and add the module uni file with the updated module name. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gao, Liming <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16046 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf')
-rw-r--r--PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf6
1 files changed, 3 insertions, 3 deletions
diff --git a/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf b/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
index 935edf61d9..5c8a8e6852 100644
--- a/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
+++ b/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
@@ -1,5 +1,5 @@
## @file
-# ACPI Timer Library
+# DXE ACPI Timer Library
#
# Provides basic timer support using the ACPI timer hardware. The performance
# counter features are provided by the processors time stamp counter.
@@ -17,13 +17,13 @@
[Defines]
INF_VERSION = 0x00010005
- BASE_NAME = AcpiTimerLib
+ BASE_NAME = DxeAcpiTimerLib
FILE_GUID = E624B98C-845A-4b94-9B50-B20475D552B9
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = TimerLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE
CONSTRUCTOR = AcpiTimerLibConstructor
- MODULE_UNI_FILE = AcpiTimerLibModStrs.uni
+ MODULE_UNI_FILE = DxeAcpiTimerLib.uni
[Sources]
AcpiTimerLib.c