BiosInfo.inf 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. ### @file
  2. # Module Information description file for BIOS Info Driver
  3. #
  4. #@copyright
  5. # Copyright 2011 - 2021 Intel Corporation.
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. # @par Specification Reference:
  10. #
  11. # @par Glossary:
  12. ###
  13. [Defines]
  14. INF_VERSION = 0x00010017
  15. BASE_NAME = BiosInfo
  16. FILE_GUID = 4A4CA1C6-871C-45BB-8801-6910A7AA5807
  17. VERSION_STRING = 1.0
  18. MODULE_TYPE = PEIM
  19. ENTRY_POINT = BiosInfoEntryPoint
  20. #
  21. # The following information is for reference only and not required by the build tools.
  22. #
  23. # VALID_ARCHITECTURES IA32 X64
  24. #
  25. [LibraryClasses]
  26. PeimEntryPoint
  27. PeiServicesLib
  28. HobLib
  29. BaseMemoryLib
  30. DebugLib
  31. [Packages]
  32. MdePkg/MdePkg.dec
  33. MdeModulePkg/MdeModulePkg.dec
  34. IntelSiliconPkg/IntelSiliconPkg.dec
  35. WhitleySiliconPkg/WhitleySiliconPkg.dec
  36. WhitleySiliconPkg/SiliconPkg.dec
  37. MinPlatformPkg/MinPlatformPkg.dec
  38. WhitleyOpenBoardPkg/PlatformPkg.dec
  39. [Pcd]
  40. gMinPlatformPkgTokenSpaceGuid.PcdFlashFvPreMemoryBase ## CONSUMES
  41. gMinPlatformPkgTokenSpaceGuid.PcdFlashFvPreMemorySize ## CONSUMES
  42. gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspMBase ## CONSUMES
  43. gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspMSize ## CONSUMES
  44. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase ## CONSUMES
  45. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize ## CONSUMES
  46. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase ## CONSUMES
  47. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize ## CONSUMES
  48. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase ## CONSUMES
  49. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize ## CONSUMES
  50. gCpPlatFlashTokenSpaceGuid.PcdFlashFvAcmBase ## CONSUMES
  51. gCpPlatFlashTokenSpaceGuid.PcdFlashFvAcmSize ## CONSUMES
  52. gCpuUncoreTokenSpaceGuid.PcdFlashNvStorageMicrocodeBase ## CONSUMES
  53. gCpuUncoreTokenSpaceGuid.PcdFlashNvStorageMicrocodeSize ## CONSUMES
  54. [Sources]
  55. BiosInfo.c
  56. [Guids]
  57. gBiosInfoGuid ## PRODUCES
  58. [Depex]
  59. gEfiPeiMasterBootModePpiGuid