MemorySubClass.inf 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ## @file
  2. # Component description file for MemorySubClass module.
  3. #
  4. # This is the driver that locates the MemoryConfigurationData Variable, if it
  5. # exists, and reports the data to the DataHub.
  6. # Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. ##
  11. [Defines]
  12. INF_VERSION = 0x00010005
  13. BASE_NAME = MemorySubClass
  14. FILE_GUID = EF17CEE7-267D-4BFD-A257-4A6AB3EE8591
  15. MODULE_TYPE = DXE_DRIVER
  16. VERSION_STRING = 1.0
  17. ENTRY_POINT = MemorySubClassEntryPoint
  18. #
  19. # The following information is for reference only and not required by the build tools.
  20. #
  21. # VALID_ARCHITECTURES = IA32 X64 EBC
  22. #
  23. [Sources]
  24. MemorySubClass.c
  25. MemorySubClass.h
  26. MemorySubClassStrings.uni
  27. [Packages]
  28. MdePkg/MdePkg.dec
  29. MdeModulePkg/MdeModulePkg.dec
  30. QuarkSocPkg/QuarkSocPkg.dec
  31. QuarkPlatformPkg/QuarkPlatformPkg.dec
  32. [LibraryClasses]
  33. MemoryAllocationLib
  34. HiiLib
  35. PrintLib
  36. BaseMemoryLib
  37. DebugLib
  38. UefiRuntimeServicesTableLib
  39. UefiBootServicesTableLib
  40. UefiDriverEntryPoint
  41. BaseLib
  42. HobLib
  43. PciLib
  44. QNCAccessLib
  45. [Guids]
  46. gEfiMemoryConfigDataGuid # ALWAYS_CONSUMED
  47. [Protocols]
  48. gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED
  49. gEfiSmbusHcProtocolGuid # PROTOCOL ALWAYS_CONSUMED
  50. [Depex]
  51. gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid AND gEfiSmbiosProtocolGuid AND gEfiSmbusHcProtocolGuid