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