ResetSystemLib.inf 817 B

12345678910111213141516171819202122232425262728293031323334
  1. ## @file
  2. # Library instance for ResetSystem library class for OVMF
  3. #
  4. # Copyright (c) 2006 - 2019 Intel Corporation. All rights reserved. <BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = ResetSystemLib
  12. FILE_GUID = 66564872-21d4-4d2a-a68b-1e844f980820
  13. MODULE_TYPE = BASE
  14. VERSION_STRING = 1.0
  15. LIBRARY_CLASS = ResetSystemLib
  16. #
  17. # The following information is for reference only and not required by the build tools.
  18. #
  19. # VALID_ARCHITECTURES = IA32 X64
  20. #
  21. [Sources]
  22. ResetSystemLib.c
  23. [Packages]
  24. MdePkg/MdePkg.dec
  25. SimicsIch10Pkg/Ich10Pkg.dec
  26. [LibraryClasses]
  27. DebugLib
  28. IoLib
  29. TimerLib