]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf
1. Correct File header to ## @file
[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
28 EDK_RELEASE_VERSION = 0x00020000\r
29 EFI_SPECIFICATION_VERSION = 0x00020000\r
30\r
31\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64\r
34#\r
35\r
36[Sources.Ia32]\r
71bd74cb 37 X86TimerLib.c\r
f5752cb2 38\r
39[Sources.X64]\r
71bd74cb 40 X86TimerLib.c\r
f5752cb2 41\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
9be2c306 45 DuetPkg/DuetPkg.dec\r
f5752cb2 46\r
f5752cb2 47[LibraryClasses]\r
48 BaseLib\r
f5752cb2 49 DebugLib\r
9be2c306 50 HobLib\r
51 IoLib\r
52 \r
53[Guids]\r
54 gEfiAcpiDescriptionGuid\r
55 \r
b29a823d 56 \r