andrewfish | a3f9864 | 2010-01-28 21:32:01 +0000 | [diff] [blame] | 1 | #/** @file |
| 2 | # |
| 3 | # Component discription file for Timer module |
| 4 | # |
| 5 | # Copyright (c) 2009, Apple Inc. <BR> |
| 6 | # All rights reserved. This program and the accompanying materials |
| 7 | # are licensed and made available under the terms and conditions of the BSD License |
| 8 | # which accompanies this distribution. The full text of the license may be found at |
| 9 | # http://opensource.org/licenses/bsd-license.php |
| 10 | # |
| 11 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. |
| 13 | # |
| 14 | #**/ |
| 15 | |
| 16 | [Defines] |
| 17 | INF_VERSION = 0x00010005 |
| 18 | BASE_NAME = BeagleBoardTimerDxe |
| 19 | FILE_GUID = 6ddbf08b-cfc9-43cc-9e81-0784ba312ca0 |
| 20 | MODULE_TYPE = DXE_DRIVER |
| 21 | VERSION_STRING = 1.0 |
| 22 | |
| 23 | ENTRY_POINT = TimerInitialize |
| 24 | |
| 25 | [Sources.common] |
| 26 | Timer.c |
| 27 | |
| 28 | [Packages] |
| 29 | Omap35xxPkg/Omap35xxPkg.dec |
| 30 | MdePkg/MdePkg.dec |
| 31 | EmbeddedPkg/EmbeddedPkg.dec |
| 32 | ArmPkg/ArmPkg.dec |
| 33 | |
| 34 | [LibraryClasses] |
| 35 | BaseLib |
| 36 | UefiRuntimeServicesTableLib |
| 37 | UefiLib |
| 38 | UefiBootServicesTableLib |
| 39 | BaseMemoryLib |
| 40 | DebugLib |
| 41 | UefiDriverEntryPoint |
| 42 | IoLib |
| 43 | OmapLib |
| 44 | |
| 45 | [Guids] |
| 46 | |
| 47 | [Protocols] |
| 48 | gEfiTimerArchProtocolGuid |
| 49 | gHardwareInterruptProtocolGuid |
| 50 | gTimerDebugSupportProtocolGuid |
| 51 | |
| 52 | [Pcd.common] |
| 53 | gEmbeddedTokenSpaceGuid.PcdTimerPeriod |
andrewfish | 55bff42 | 2010-04-21 22:06:00 +0000 | [diff] [blame^] | 54 | gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds |
andrewfish | 4326328 | 2010-04-03 00:34:19 +0000 | [diff] [blame] | 55 | gOmap35xxTokenSpaceGuid.PcdOmap35xxArchTimer |
andrewfish | a3f9864 | 2010-01-28 21:32:01 +0000 | [diff] [blame] | 56 | |
| 57 | [Depex] |
| 58 | gHardwareInterruptProtocolGuid |