ResetSystemLib.inf 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #/** @file
  2. # Reset System lib using PSCI hypervisor or secure monitor calls
  3. #
  4. # Copyright (c) 2008, Apple Inc. All rights reserved.<BR>
  5. # Copyright (c) 2014, Linaro Ltd. All rights reserved.<BR>
  6. # Copyright (c) 2014, ARM Ltd. All rights reserved.<BR>
  7. # Copyright (c) 2014 - 2016, AMD Inc. All rights reserved.<BR>
  8. #
  9. # This program and the accompanying materials
  10. # are licensed and made available under the terms and conditions of the BSD License
  11. # which accompanies this distribution. The full text of the license may be found at
  12. # http://opensource.org/licenses/bsd-license.php
  13. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  14. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  15. #
  16. #**/
  17. #/**
  18. # Derived from:
  19. # ArmPkg/Library/ArmPsciResetSystemLib/ArmPsciResetSystemLib.inf
  20. #
  21. #**/
  22. [Defines]
  23. INF_VERSION = 0x00010005
  24. BASE_NAME = AmdStyxResetSystemLib
  25. FILE_GUID = 624f6cc6-c38f-4897-b3b7-8a601701291b
  26. MODULE_TYPE = BASE
  27. VERSION_STRING = 1.0
  28. LIBRARY_CLASS = EfiResetSystemLib
  29. [Sources.common]
  30. ResetSystemLib.c
  31. [Packages]
  32. ArmPkg/ArmPkg.dec
  33. MdePkg/MdePkg.dec
  34. EmbeddedPkg/EmbeddedPkg.dec
  35. Silicon/AMD/Styx/AmdModulePkg/AmdModulePkg.dec
  36. Silicon/AMD/Styx/AmdStyx.dec
  37. [LibraryClasses]
  38. PcdLib
  39. BaseLib
  40. ArmSmcLib
  41. [FixedPcd]
  42. gAmdStyxTokenSpaceGuid.PcdTrustedFWSupport