FvInfoPei.inf 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #
  2. #
  3. # Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved
  4. #
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. #
  8. #
  9. # Module Name:
  10. #
  11. # CpuPeim.inf
  12. #
  13. # Abstract:
  14. #
  15. # Component description file for CPU module
  16. #
  17. #
  18. #--*/
  19. [defines]
  20. INF_VERSION = 0x00010005
  21. BASE_NAME = FvInfoPei
  22. FILE_GUID = 64AAEAE0-92DF-4980-8668-6EB5EAAF4393
  23. MODULE_TYPE = PEIM
  24. VERSION_STRING = 1.0
  25. ENTRY_POINT = PeimInitializeFvInfo
  26. [sources.common]
  27. FvInfoPei.c
  28. [Packages]
  29. MdePkg/MdePkg.dec
  30. Vlv2TbltDevicePkg/PlatformPkg.dec
  31. [LibraryClasses]
  32. PeimEntryPoint
  33. DebugLib
  34. [Pcd.common]
  35. gPlatformModuleTokenSpaceGuid.PcdFlashFvRecovery2Base
  36. gPlatformModuleTokenSpaceGuid.PcdFlashFvRecovery2Size
  37. [Ppis]
  38. gEfiPeiFirmwareVolumeInfoPpiGuid
  39. [Depex]
  40. TRUE