blob: 9661cd113585ffc54e34d024f9473a1703f07acf [file] [log] [blame]
Vishal Bhoj82c80712015-12-15 21:13:33 +05301#/** @file
2#
3# Component description file for Timer DXE module
4#
5# Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>
6# Copyright (c) Huawei Technologies Co., Ltd. 2013. All rights reserved.
7# 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 = ArmTimerDxe
20 FILE_GUID = 49ea041e-6752-42ca-b0b1-7344fe2546b7
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = TimerInitialize
25
26[Sources.common]
27 TimerDxe.c
28
29[Packages]
30 MdePkg/MdePkg.dec
31 EmbeddedPkg/EmbeddedPkg.dec
32 ArmPkg/ArmPkg.dec
33 ArmPlatformPkg/ArmPlatformPkg.dec
34
35[LibraryClasses]
36 ArmLib
37 BaseLib
38 UefiRuntimeServicesTableLib
39 UefiLib
40 UefiBootServicesTableLib
41 BaseMemoryLib
42 DebugLib
43 UefiDriverEntryPoint
44 IoLib
45
46[Guids]
47
48[Protocols]
49 gEfiTimerArchProtocolGuid
50 gHardwareInterruptProtocolGuid
51
52[Pcd.common]
53 gEmbeddedTokenSpaceGuid.PcdTimerPeriod
54 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum
55 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum
56 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz
57
58[Depex]
59 gHardwareInterruptProtocolGuid
60