]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/TimerDxe/TimerDxe.inf
Nt32Pkg: Replace BSD License with BSD+Patent License
[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
8f2a5f80 7# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
e331c50d 8#\r
9d2eedba 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
e331c50d 10#\r
11#\r
7b202cb0 12##\r
e331c50d 13\r
e331c50d 14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = Timer\r
17 FILE_GUID = C3811036-710B-4E39-8CF1-0AF9BE3A8198\r
18 MODULE_TYPE = DXE_DRIVER\r
19 VERSION_STRING = 1.0\r
e331c50d 20\r
21 ENTRY_POINT = WinNtTimerDriverInitialize\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32\r
27#\r
28\r
7b202cb0 29[Sources]\r
e331c50d 30 Timer.c\r
31 Timer.h\r
e331c50d 32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 Nt32Pkg/Nt32Pkg.dec\r
36\r
e331c50d 37[LibraryClasses]\r
38 UefiBootServicesTableLib\r
39 WinNtLib\r
40 UefiDriverEntryPoint\r
41 DebugLib\r
42\r
e331c50d 43[Protocols]\r
44 gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
45 gEfiTimerArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
4bd1b0f1 46\r
4bd1b0f1 47[Depex]\r
f2569572
A
48 gEfiCpuArchProtocolGuid\r
49