]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[mirror_edk2.git] / DuetPkg / Library / DuetTimerLib / DuetTimerLib.inf
CommitLineData
6bfbb5f0 1## @file\r
f5752cb2 2# Timer Library implementation for Boot Timer moudles that require timer services.\r
3#\r
4# Timer Library that uses CPU resources to provide calibrated\r
5# delays on IA-32 and x64, and uses ITC on IPF. Note: Because CpuLocalApci\r
6# and ITC could be programmed by OS, it cannot be used by SMM drivers\r
7# and runtime drivers, ACPI timer is recommended for SMM drivers and RUNTIME\r
8# drivers.\r
6bfbb5f0 9# Copyright (c) 2007 - 2010, Intel Corporation.\r
f5752cb2 10#\r
11# All rights reserved. This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18#\r
6bfbb5f0 19##\r
f5752cb2 20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = DuetTimerLib\r
24 FILE_GUID = 5F9A01F5-726E-4f59-809D-887F4766734E\r
dc4dc1de 25 MODULE_TYPE = DXE_DRIVER\r
f5752cb2 26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = TimerLib\r
f5752cb2 28\r
29\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64\r
32#\r
33\r
34[Sources.Ia32]\r
71bd74cb 35 X86TimerLib.c\r
f5752cb2 36\r
37[Sources.X64]\r
71bd74cb 38 X86TimerLib.c\r
f5752cb2 39\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
9be2c306 43 DuetPkg/DuetPkg.dec\r
f5752cb2 44\r
f5752cb2 45[LibraryClasses]\r
46 BaseLib\r
f5752cb2 47 DebugLib\r
9be2c306 48 HobLib\r
49 IoLib\r
50 \r
51[Guids]\r
52 gEfiAcpiDescriptionGuid\r
53 \r
b29a823d 54 \r