]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/TimerDxe/TimerDxe.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[mirror_edk2.git] / Nt32Pkg / TimerDxe / TimerDxe.inf
CommitLineData
7b202cb0 1## @file\r
e331c50d 2# NT 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
7b202cb0 7# Copyright (c) 2006 - 2010, Intel Corporation\r
e331c50d 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
7b202cb0 17##\r
e331c50d 18\r
e331c50d 19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = Timer\r
22 FILE_GUID = C3811036-710B-4E39-8CF1-0AF9BE3A8198\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
e331c50d 25\r
26 ENTRY_POINT = WinNtTimerDriverInitialize\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32\r
32#\r
33\r
7b202cb0 34[Sources]\r
e331c50d 35 Timer.c\r
36 Timer.h\r
e331c50d 37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 Nt32Pkg/Nt32Pkg.dec\r
41\r
e331c50d 42[LibraryClasses]\r
43 UefiBootServicesTableLib\r
44 WinNtLib\r
45 UefiDriverEntryPoint\r
46 DebugLib\r
47\r
e331c50d 48[Protocols]\r
49 gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
50 gEfiTimerArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
4bd1b0f1 51\r
4bd1b0f1 52[Depex]\r
f2569572
A
53 gEfiCpuArchProtocolGuid\r
54