]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf
1. Correct File header to ## @file
[mirror_edk2.git] / DuetPkg / Library / DuetTimerLib / DuetTimerLib.inf
... / ...
CommitLineData
1## @file\r
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
9# Copyright (c) 2007 - 2010, Intel Corporation.\r
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
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = DuetTimerLib\r
24 FILE_GUID = 5F9A01F5-726E-4f59-809D-887F4766734E\r
25 MODULE_TYPE = DXE_DRIVER\r
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
37 X86TimerLib.c\r
38\r
39[Sources.X64]\r
40 X86TimerLib.c\r
41\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 DuetPkg/DuetPkg.dec\r
46\r
47[LibraryClasses]\r
48 BaseLib\r
49 DebugLib\r
50 HobLib\r
51 IoLib\r
52 \r
53[Guids]\r
54 gEfiAcpiDescriptionGuid\r
55 \r
56 \r