Reset.inf 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. ## @file
  2. # Emu Emulation Reset Architectural Protocol Driver as defined in PI
  3. #
  4. # This Reset module simulates system reset by process exit on Emulator.
  5. # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
  6. # Portions copyright (c) 2011, Apple Inc. All rights reserved.
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. #
  11. ##
  12. [Defines]
  13. INF_VERSION = 0x00010005
  14. BASE_NAME = EmuReset
  15. FILE_GUID = 50A18017-37AD-8743-BCF2-DF1A8FF12FAB
  16. MODULE_TYPE = DXE_DRIVER
  17. VERSION_STRING = 1.0
  18. ENTRY_POINT = InitializeEmuReset
  19. #
  20. # The following information is for reference only and not required by the build tools.
  21. #
  22. # VALID_ARCHITECTURES = IA32 X64 EBC
  23. #
  24. [Sources]
  25. Reset.c
  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. gEfiResetArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
  39. [Depex]
  40. TRUE