]> git.proxmox.com Git - mirror_edk2.git/blame - Omap35xxPkg/TimerDxe/TimerDxe.inf
ARM Packages: Corrected non-DOS line endings
[mirror_edk2.git] / Omap35xxPkg / TimerDxe / TimerDxe.inf
CommitLineData
1e57a462 1#/** @file\r
2# \r
3# Component description file for Timer module\r
4# \r
5# Copyright (c) 2009, 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 = BeagleBoardTimerDxe\r
19 FILE_GUID = 6ddbf08b-cfc9-43cc-9e81-0784ba312ca0\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 Timer.c\r
27\r
28[Packages]\r
29 Omap35xxPkg/Omap35xxPkg.dec\r
30 MdePkg/MdePkg.dec\r
31 EmbeddedPkg/EmbeddedPkg.dec\r
32 ArmPkg/ArmPkg.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 OmapLib\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 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds\r
54 gOmap35xxTokenSpaceGuid.PcdOmap35xxArchTimer\r
55\r
56[Depex]\r
57 gHardwareInterruptProtocolGuid\r