]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/TimerDxe/Timer.inf
1. Correct File header to ## @file
[mirror_edk2.git] / UnixPkg / TimerDxe / Timer.inf
CommitLineData
804405e7 1#/** @file\r
2# Unix Emulation Timer Architectural Protocol Driver as defined in DXE CIS\r
3#\r
4# This Timer module uses an NT Thread to simulate the timer-tick driven\r
5# timer service. In the future, the Thread creation should possibly be \r
6# abstracted by the CPU architectural protocol\r
7# Copyright (c) 2006, Intel Corporation\r
8#\r
9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17#**/\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = Timer\r
22 FILE_GUID = f36d49b4-8985-11db-809b-0040d02b1835\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 EDK_RELEASE_VERSION = 0x00020000\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27\r
28 ENTRY_POINT = UnixTimerDriverInitialize\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35\r
36[Sources.common]\r
37 Timer.c\r
38 Timer.h\r
39\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 UnixPkg/UnixPkg.dec\r
44\r
45\r
46[LibraryClasses]\r
47 UefiBootServicesTableLib\r
48 MemoryAllocationLib\r
49 UnixLib\r
50 UefiDriverEntryPoint\r
51 UefiLib\r
52 DebugLib\r
53 BaseLib\r
54\r
55\r
56[Protocols]\r
57 gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
58 gEfiTimerArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
59\r
60\r
61[Depex]\r
62 gEfiCpuArchProtocolGuid\r
63\r