]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/TimerDxe/Timer.inf
Add in TimerDxe
[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 # Includes Section - list of Include locations that are required for
57 # this module.
58 #
59 ################################################################################
60
61 [Includes]
62 $(WORKSPACE)/MdePkg/Include/Library
63 $(WORKSPACE)/EdkNt32Pkg/Include/Library
64
65 ################################################################################
66 #
67 # Package Dependency Section - list of Package files that are required for
68 # this module.
69 #
70 ################################################################################
71
72 [Packages]
73 MdePkg/MdePkg.dec
74 Nt32Pkg/Nt32Pkg.dec
75
76
77 ################################################################################
78 #
79 # Library Class Section - list of Library Classes that are required for
80 # this module.
81 #
82 ################################################################################
83
84 [LibraryClasses]
85 UefiBootServicesTableLib
86 WinNtLib
87 UefiDriverEntryPoint
88 DebugLib
89
90
91 ################################################################################
92 #
93 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
94 # that this module uses or produces.
95 #
96 ################################################################################
97
98 [Protocols]
99 gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED
100 gEfiTimerArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED