ArmArchTimerLib.inf 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #/** @file
  2. #
  3. # Copyright (c) 2011-2012, ARM Limited. All rights reserved.<BR>
  4. # This program and the accompanying materials
  5. # are licensed and made available under the terms and conditions of the BSD License
  6. # which accompanies this distribution. The full text of the license may be found at
  7. # http://opensource.org/licenses/bsd-license.php
  8. #
  9. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  10. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  11. #
  12. #**/
  13. [Defines]
  14. INF_VERSION = 0x00010005
  15. BASE_NAME = ArmArchTimerLib
  16. FILE_GUID = 82da1b44-d2d6-4a7d-bbf0-a0cb67964034
  17. MODULE_TYPE = BASE
  18. VERSION_STRING = 1.0
  19. LIBRARY_CLASS = TimerLib
  20. CONSTRUCTOR = TimerConstructor
  21. [Sources.common]
  22. ArmArchTimerLib.c
  23. [Packages]
  24. MdePkg/MdePkg.dec
  25. EmbeddedPkg/EmbeddedPkg.dec
  26. ArmPkg/ArmPkg.dec
  27. [LibraryClasses]
  28. DebugLib
  29. IoLib
  30. ArmLib
  31. BaseLib
  32. [Protocols]
  33. [Guids]
  34. [Pcd]
  35. gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz
  36. [Depex]
  37. gEfiCpuArchProtocolGuid