SmbiosPlatformDxe.inf 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. ## @file
  2. # This driver installs SMBIOS information for QSP
  3. #
  4. # Copyright (c) 2011, Bei Guan <gbtju85@gmail.com>
  5. # Copyright (c) 2011 - 2019, 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 = SmbiosPlatformDxe
  13. FILE_GUID = 4b18323d-2d42-4afa-b9e5-91516a6fe505
  14. MODULE_TYPE = DXE_DRIVER
  15. VERSION_STRING = 1.0
  16. ENTRY_POINT = SmbiosTablePublishEntry
  17. #
  18. # The following information is for reference only and not required by the build tools.
  19. #
  20. # VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64
  21. #
  22. [Sources]
  23. SmbiosPlatformDxe.h
  24. SmbiosPlatformDxe.c
  25. [Packages]
  26. MdePkg/MdePkg.dec
  27. MdeModulePkg/MdeModulePkg.dec
  28. SimicsOpenBoardPkg/OpenBoardPkg.dec
  29. BoardModulePkg/BoardModulePkg.dec
  30. [LibraryClasses]
  31. UefiBootServicesTableLib
  32. BaseMemoryLib
  33. BaseLib
  34. UefiDriverEntryPoint
  35. DebugLib
  36. HobLib
  37. MemoryAllocationLib
  38. IoLib
  39. CmosAccessLib
  40. [Protocols]
  41. gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED
  42. [Depex]
  43. gEfiSmbiosProtocolGuid