]> git.proxmox.com Git - mirror_edk2.git/blame - BeagleBoardPkg/TimerDxe/TimerDxe.inf
Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also added...
[mirror_edk2.git] / BeagleBoardPkg / TimerDxe / TimerDxe.inf
CommitLineData
2ef2b01e
A
1#%HEADER%
2#/** @file
3#
4# Component discription file for Timer module
5#
6# Copyright (c) 2009, 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 = BeagleBoardTimerDxe
20 FILE_GUID = 6ddbf08b-cfc9-43cc-9e81-0784ba312ca0
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 BeagleBoardPkg/BeagleBoardPkg.dec
31 MdePkg/MdePkg.dec
32 EmbeddedPkg/EmbeddedPkg.dec
33 ArmPkg/ArmPkg.dec
34
35[LibraryClasses]
36 BaseLib
37 UefiRuntimeServicesTableLib
38 PerformanceLib
39 UefiLib
40 UefiBootServicesTableLib
41 BaseMemoryLib
42 DebugLib
43 UefiDriverEntryPoint
44 IoLib
45 OmapLib
46
47[Guids]
48
49[Protocols]
50 gEfiTimerArchProtocolGuid
51 gHardwareInterruptProtocolGuid
52 gTimerDebugSupportProtocolGuid
53
54[Pcd.common]
55 gEmbeddedTokenSpaceGuid.PcdTimerPeriod
56 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdPerformanceCounterPeriodInNanoseconds
57 gBeagleBoardTokenSpaceGuid.PcdBeagleArchTimer
58
59[Depex]
60 gHardwareInterruptProtocolGuid