]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/TemplateTimerDxe/TemplateTimerDxe.inf
d7c1f056741447057fd4ae54ebf8fc6a4cf1c73c
[mirror_edk2.git] / EmbeddedPkg / TemplateTimerDxe / TemplateTimerDxe.inf
1 #%HEADER%
2 #/** @file
3 #
4 # Component discription file for Bds module
5 #
6 # Copyright (c) 2008, Apple Inc. <BR>
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #**/
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = TemplateTimerDxe
20 FILE_GUID = E697928E-7C98-4501-8406-21F5509549CC
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = TimerInitialize
25
26 [Sources.common]
27 Timer.c
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 EmbeddedPkg/EmbeddedPkg.dec
32
33 [LibraryClasses]
34 BaseLib
35 UefiRuntimeServicesTableLib
36 PerformanceLib
37 UefiLib
38 UefiBootServicesTableLib
39 BaseMemoryLib
40 DebugLib
41 UefiDriverEntryPoint
42 IoLib
43
44 [Guids]
45
46 [Protocols]
47 gEfiTimerArchProtocolGuid
48 gHardwareInterruptProtocolGuid
49
50 [Pcd.common]
51 gEmbeddedTokenSpaceGuid.PcdTimerBaseAddress
52 gEmbeddedTokenSpaceGuid.PcdTimerVector
53 gEmbeddedTokenSpaceGuid.PcdTimerPeriod
54
55 [Depex]
56 gHardwareInterruptProtocolGuid