]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Drivers/TimerDxe/TimerDxe.inf
ARM Packages: Fixed line endings
[mirror_edk2.git] / ArmPkg / Drivers / TimerDxe / TimerDxe.inf
CommitLineData
1e57a462 1#/** @file\r
2# \r
3# Component description file for Timer DXE module\r
4# \r
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
10# \r
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
13# \r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = ArmTimerDxe\r
19 FILE_GUID = 49ea041e-6752-42ca-b0b1-7344fe2546b7 \r
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
43 IoLib \r
44\r
45[Guids]\r
46\r
47[Protocols]\r
48 gEfiTimerArchProtocolGuid \r
49 gHardwareInterruptProtocolGuid\r
50\r
51[Pcd.common]\r
52 gEmbeddedTokenSpaceGuid.PcdTimerPeriod\r
53 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum \r
54 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum\r
55 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz \r
56\r
57[Depex]\r
58 gHardwareInterruptProtocolGuid\r
59 \r