BaseDebugDeviceLibNull.inf 736 B

1234567891011121314151617181920212223242526272829
  1. ## @file
  2. # Debug device library instance that retrieves the current enabling state for
  3. # the platform debug output device.
  4. #
  5. # Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. ##
  10. [Defines]
  11. INF_VERSION = 0x00010005
  12. BASE_NAME = BaseDebugDeviceLibNull
  13. FILE_GUID = 455D16DC-E3AF-4b5f-A9AD-A4BC198085BD
  14. MODULE_TYPE = BASE
  15. VERSION_STRING = 1.0
  16. LIBRARY_CLASS = DebugDeviceLib
  17. #
  18. # VALID_ARCHITECTURES = IA32
  19. #
  20. [Sources]
  21. DebugDeviceLibNull.c
  22. [Packages]
  23. MdePkg/MdePkg.dec
  24. IntelFspPkg/IntelFspPkg.dec