RuntimeDxeReportStatusCodeLib.inf 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. ## @file
  2. # Report status code library instance which supports logging message in DXE & runtime phase.
  3. #
  4. # Copyright (c) 2006 - 2018, 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 = RuntimeDxeReportStatusCodeLib
  13. MODULE_UNI_FILE = RuntimeDxeReportStatusCodeLib.uni
  14. FILE_GUID = 07D25BBB-F832-41bb-BBA0-612E9F033067
  15. MODULE_TYPE = DXE_RUNTIME_DRIVER
  16. VERSION_STRING = 1.0
  17. LIBRARY_CLASS = ReportStatusCodeLib|DXE_RUNTIME_DRIVER
  18. CONSTRUCTOR = ReportStatusCodeLibConstructor
  19. DESTRUCTOR = ReportStatusCodeLibDestructor
  20. #
  21. # The following information is for reference only and not required by the build tools.
  22. #
  23. # VALID_ARCHITECTURES = IA32 X64 EBC
  24. #
  25. [Sources]
  26. ReportStatusCodeLib.c
  27. [Packages]
  28. MdePkg/MdePkg.dec
  29. MdeModulePkg/MdeModulePkg.dec
  30. [LibraryClasses]
  31. BaseLib
  32. DebugLib
  33. UefiBootServicesTableLib
  34. BaseMemoryLib
  35. PcdLib
  36. DevicePathLib
  37. UefiRuntimeLib
  38. [Guids]
  39. gEfiStatusCodeSpecificDataGuid ## SOMETIMES_CONSUMES ## UNDEFINED
  40. gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## UNDEFINED
  41. gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event
  42. gEfiEventExitBootServicesGuid ## CONSUMES ## Event
  43. [Protocols]
  44. gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES
  45. [Pcd]
  46. gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask ## CONSUMES