Cpu.inf 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. ## @file
  2. # Component description file for Cpu module.
  3. #
  4. # This CPU module abstracts the interrupt subsystem of a platform and the CPU-specific setjump-long pair.
  5. #
  6. # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. ##
  11. [Defines]
  12. INF_VERSION = 0x00010005
  13. BASE_NAME = Cpu
  14. FILE_GUID = f3794b60-8985-11db-8e53-0040d02b1835
  15. MODULE_TYPE = DXE_DRIVER
  16. VERSION_STRING = 1.0
  17. ENTRY_POINT = InitializeCpu
  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. CpuIo.c
  25. Cpu.c
  26. CpuDriver.h
  27. MpService.c
  28. [Packages]
  29. MdePkg/MdePkg.dec
  30. MdeModulePkg/MdeModulePkg.dec
  31. EmulatorPkg/EmulatorPkg.dec
  32. [LibraryClasses]
  33. UefiBootServicesTableLib
  34. MemoryAllocationLib
  35. BaseMemoryLib
  36. UefiDriverEntryPoint
  37. UefiLib
  38. HiiLib
  39. DebugLib
  40. BaseLib
  41. EmuThunkLib
  42. PcdLib
  43. [Protocols]
  44. gEmuIoThunkProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED
  45. gEfiSmbiosProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
  46. gEfiCpuIo2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED
  47. gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
  48. gEmuThreadThunkProtocolGuid
  49. gEfiMpServiceProtocolGuid
  50. [Guids]
  51. gIdleLoopEventGuid ## CONSUMES ## GUID
  52. [Pcd]
  53. gEmulatorPkgTokenSpaceGuid.PcdEmuMpServicesPollingInterval
  54. [Depex]
  55. gEfiSmbiosProtocolGuid