]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Drivers/SP804TimerDxe/SP804TimerDxe.inf
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPlatformPkg / Drivers / SP804TimerDxe / SP804TimerDxe.inf
CommitLineData
1e57a462 1#/** @file\r
3402aac7 2#\r
1e57a462 3# Component description file for Timer module\r
3402aac7 4#\r
1e57a462 5# Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
3402aac7 10#\r
1e57a462 11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
3402aac7 13#\r
1e57a462 14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = ArmVeTimerDxe\r
3402aac7 19 FILE_GUID = a73d663d-a491-4278-9a69-9521be3379f2\r
1e57a462 20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = TimerInitialize\r
24\r
25[Sources.common]\r
26 SP804Timer.c\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 EmbeddedPkg/EmbeddedPkg.dec\r
31 ArmPkg/ArmPkg.dec\r
32 ArmPlatformPkg/ArmPlatformPkg.dec\r
33\r
34[LibraryClasses]\r
35 BaseLib\r
36 UefiRuntimeServicesTableLib\r
37 UefiLib\r
38 UefiBootServicesTableLib\r
39 BaseMemoryLib\r
40 DebugLib\r
41 UefiDriverEntryPoint\r
42 IoLib\r
43\r
44[Guids]\r
45\r
46[Protocols]\r
3402aac7 47 gEfiTimerArchProtocolGuid\r
1e57a462 48 gHardwareInterruptProtocolGuid\r
49\r
50[Pcd.common]\r
51 gArmPlatformTokenSpaceGuid.PcdSP804TimerFrequencyInMHz\r
52 gArmPlatformTokenSpaceGuid.PcdSP804TimerPeriodicInterruptNum\r
53 gArmPlatformTokenSpaceGuid.PcdSP804TimerPeriodicBase\r
54 gArmPlatformTokenSpaceGuid.PcdSP804TimerPerformanceBase\r
55 gArmPlatformTokenSpaceGuid.PcdSP804TimerMetronomeBase\r
56 gEmbeddedTokenSpaceGuid.PcdTimerPeriod\r
57\r
58[Depex]\r
59 gHardwareInterruptProtocolGuid\r