DebugCommunicationLibSerialPort.inf 866 B

123456789101112131415161718192021222324252627282930313233
  1. ## @file
  2. # Debug Communication Library instance based on serial port.
  3. #
  4. # Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. #
  9. ##
  10. [Defines]
  11. INF_VERSION = 0x00010005
  12. BASE_NAME = DebugCommunicationLibSerialPort
  13. MODULE_UNI_FILE = DebugCommunicationLibSerialPort.uni
  14. FILE_GUID = 8CC435C5-6330-4269-B0C3-E3BD05C86FB8
  15. MODULE_TYPE = BASE
  16. VERSION_STRING = 0.7
  17. LIBRARY_CLASS = DebugCommunicationLib
  18. #
  19. # VALID_ARCHITECTURES = IA32 X64
  20. #
  21. [Sources.common]
  22. DebugCommunicationLibSerialPort.c
  23. [Packages]
  24. MdePkg/MdePkg.dec
  25. SourceLevelDebugPkg/SourceLevelDebugPkg.dec
  26. [LibraryClasses]
  27. SerialPortLib
  28. DebugLib