]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf
Changing source filename to match name changing.
[mirror_edk2.git] / DuetPkg / Library / DuetTimerLib / DuetTimerLib.inf
CommitLineData
f5752cb2 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, 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 = BASE\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
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
45\r
46\r
47[LibraryClasses]\r
48 BaseLib\r
49\r
50[LibraryClasses.IA32]\r
51 PcdLib\r
52 IoLib\r
53\r
54[LibraryClasses.X64]\r
55 PcdLib\r
56 IoLib\r
57\r
58[LibraryClasses.IPF]\r
59 DebugLib\r
60 PalCallLib\r
61\r
62\r
63[Pcd.IA32]\r
64 gEfiMdePkgTokenSpaceGuid.PcdFSBClock\r
65\r
66[Pcd.X64]\r
67 gEfiMdePkgTokenSpaceGuid.PcdFSBClock\r
68\r