EmuThunk.inf 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. ## @file
  2. # A DXE driver to produce EMU_THUNK_PROTOCOL
  3. #
  4. # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
  5. # Portions copyright (c) 2011, Apple Inc. All rights reserved.
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. #
  10. ##
  11. [Defines]
  12. INF_VERSION = 0x00010005
  13. BASE_NAME = EmuThunk
  14. FILE_GUID = 2F62A818-4A72-CD40-90B9-FF00DAABEE7B
  15. MODULE_TYPE = DXE_DRIVER
  16. VERSION_STRING = 1.0
  17. ENTRY_POINT = InitializeEmuThunk
  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. EmuThunk.c
  25. [Packages]
  26. MdePkg/MdePkg.dec
  27. EmulatorPkg/EmulatorPkg.dec
  28. [LibraryClasses]
  29. UefiBootServicesTableLib
  30. MemoryAllocationLib
  31. EmuThunkLib
  32. UefiDriverEntryPoint
  33. UefiLib
  34. DebugLib
  35. DevicePathLib
  36. [Protocols]
  37. gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_PRODUCED
  38. gEmuThunkProtocolGuid # PROTOCOL ALWAYS_PRODUCED
  39. [Depex]
  40. TRUE