Timer.inf 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. ## @file
  2. # Emu Emulation Timer Architectural Protocol Driver as defined in DXE CIS
  3. #
  4. # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
  5. # Portions copyright (c) 2011, Apple Inc. All rights reserved.
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. #
  10. ##
  11. [Defines]
  12. INF_VERSION = 0x00010005
  13. BASE_NAME = EmuTimer
  14. FILE_GUID = 87E1BB14-4D5C-7C4E-A90E-E1415687D062
  15. MODULE_TYPE = DXE_DRIVER
  16. VERSION_STRING = 1.0
  17. ENTRY_POINT = EmuTimerDriverInitialize
  18. #
  19. # The following information is for reference only and not required by the build tools.
  20. #
  21. # VALID_ARCHITECTURES = IA32 X64 EBC
  22. #
  23. [Sources]
  24. Timer.c
  25. Timer.h
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. EmulatorPkg/EmulatorPkg.dec
  29. [LibraryClasses]
  30. UefiBootServicesTableLib
  31. MemoryAllocationLib
  32. EmuThunkLib
  33. UefiDriverEntryPoint
  34. UefiLib
  35. DebugLib
  36. BaseLib
  37. [Protocols]
  38. gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED
  39. gEfiTimerArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
  40. [Depex]
  41. gEfiCpuArchProtocolGuid