DxeEmuSerialPortLib.inf 849 B

1234567891011121314151617181920212223242526272829303132333435
  1. ## @file
  2. # Write only instance of Serial Port Library with empty functions.
  3. #
  4. # Copyright (c) 2006 - 2022, 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 = DxeEmuSerialPortLib
  14. FILE_GUID = DF08A29A-F60B-E649-AA79-A1490E863A5D
  15. MODULE_TYPE = PEIM
  16. VERSION_STRING = 1.0
  17. LIBRARY_CLASS = SerialPortLib| DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVE
  18. [Sources]
  19. DxeEmuSerialPortLib.c
  20. [Packages]
  21. MdePkg/MdePkg.dec
  22. EmulatorPkg/EmulatorPkg.dec
  23. [LibraryClasses]
  24. EmuThunkLib