AcpiPlatformDxe.inf 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #/** @file
  2. # Sample ACPI Platform Driver
  3. #
  4. # Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>
  5. # Copyright (c) 2014 - 2016, AMD Inc. All rights reserved.<BR>
  6. #
  7. # This program and the accompanying materials
  8. # are licensed and made available under the terms and conditions of the BSD License
  9. # which accompanies this distribution. The full text of the license may be found at
  10. # http://opensource.org/licenses/bsd-license.php
  11. #
  12. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  13. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  14. #
  15. #**/
  16. #/**
  17. # Derived from:
  18. # MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
  19. #**/
  20. [Defines]
  21. INF_VERSION = 0x00010005
  22. BASE_NAME = AcpiPlatform
  23. FILE_GUID = f229c831-6a35-440b-9c84-dd3bc71e3865
  24. MODULE_TYPE = DXE_DRIVER
  25. VERSION_STRING = 1.0
  26. ENTRY_POINT = AcpiPlatformEntryPoint
  27. [Sources]
  28. AcpiPlatform.c
  29. [Packages]
  30. ArmPkg/ArmPkg.dec
  31. MdePkg/MdePkg.dec
  32. MdeModulePkg/MdeModulePkg.dec
  33. Silicon/AMD/Styx/AmdModulePkg/AmdModulePkg.dec
  34. Silicon/AMD/Styx/AmdStyx.dec
  35. [LibraryClasses]
  36. AmdStyxAcpiLib
  37. DebugLib
  38. PcdLib
  39. UefiBootServicesTableLib
  40. UefiDriverEntryPoint
  41. [Pcd]
  42. gAmdStyxTokenSpaceGuid.PcdEnableSmmus
  43. [Protocols]
  44. gEfiAcpiTableProtocolGuid ## ALWAYS_CONSUMED
  45. [Depex]
  46. gEfiAcpiTableProtocolGuid