]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Drivers/TimerDxe/TimerDxe.inf
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPkg / Drivers / TimerDxe / TimerDxe.inf
CommitLineData
1e57a462 1#/** @file\r
3402aac7 2#\r
1e57a462 3# Component description file for Timer DXE 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 = ArmTimerDxe\r
3402aac7 19 FILE_GUID = 49ea041e-6752-42ca-b0b1-7344fe2546b7\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 TimerDxe.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 ArmLib\r
36 BaseLib\r
37 UefiRuntimeServicesTableLib\r
38 UefiLib\r
39 UefiBootServicesTableLib\r
40 BaseMemoryLib\r
41 DebugLib\r
42 UefiDriverEntryPoint\r
3402aac7 43 IoLib\r
1e57a462 44\r
45[Guids]\r
46\r
47[Protocols]\r
3402aac7 48 gEfiTimerArchProtocolGuid\r
1e57a462 49 gHardwareInterruptProtocolGuid\r
50\r
51[Pcd.common]\r
52 gEmbeddedTokenSpaceGuid.PcdTimerPeriod\r
3402aac7 53 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum\r
1e57a462 54 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum\r
3402aac7 55 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz\r
1e57a462 56\r
57[Depex]\r
58 gHardwareInterruptProtocolGuid\r