]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/TimerDxe/Timer.inf
Update the release notes:
[mirror_edk2.git] / Nt32Pkg / TimerDxe / Timer.inf
1 #/** @file
2 # NT Emulation Timer Architectural Protocol Driver as defined in DXE CIS
3 #
4 # This Timer module uses an NT Thread to simulate the timer-tick driven
5 # timer service. In the future, the Thread creation should possibly be
6 # abstracted by the CPU architectural protocol
7 # Copyright (c) 2006 - 2007, Intel Corporation
8 #
9 # All rights reserved. This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #
17 #**/
18
19 ################################################################################
20 #
21 # Defines Section - statements that will be processed to create a Makefile.
22 #
23 ################################################################################
24 [Defines]
25 INF_VERSION = 0x00010005
26 BASE_NAME = Timer
27 FILE_GUID = C3811036-710B-4E39-8CF1-0AF9BE3A8198
28 MODULE_TYPE = DXE_DRIVER
29 VERSION_STRING = 1.0
30 EDK_RELEASE_VERSION = 0x00020000
31 EFI_SPECIFICATION_VERSION = 0x00020000
32
33 ENTRY_POINT = WinNtTimerDriverInitialize
34
35 #
36 # The following information is for reference only and not required by the build tools.
37 #
38 # VALID_ARCHITECTURES = IA32
39 #
40
41 ################################################################################
42 #
43 # Sources Section - list of files that are required for the build to succeed.
44 #
45 ################################################################################
46
47 [Sources.common]
48 Timer.dxs
49 Timer.c
50 Timer.h
51 CommonHeader.h
52
53
54 ################################################################################
55 #
56 # Package Dependency Section - list of Package files that are required for
57 # this module.
58 #
59 ################################################################################
60
61 [Packages]
62 MdePkg/MdePkg.dec
63 Nt32Pkg/Nt32Pkg.dec
64
65
66 ################################################################################
67 #
68 # Library Class Section - list of Library Classes that are required for
69 # this module.
70 #
71 ################################################################################
72
73 [LibraryClasses]
74 UefiBootServicesTableLib
75 WinNtLib
76 UefiDriverEntryPoint
77 DebugLib
78
79
80 ################################################################################
81 #
82 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
83 # that this module uses or produces.
84 #
85 ################################################################################
86
87 [Protocols]
88 gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED
89 gEfiTimerArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED