FvbServicesRuntimeDxe.inf 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. ## @file
  2. # Component description file for Emu Fimware Volume Block DXE driver module.
  3. #
  4. # This DXE runtime driver implements and produces the Fimware Volue Block Protocol on
  5. # Emu emulator.
  6. # Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
  7. # Portions copyright (c) 2011, Apple Inc. All rights reserved.
  8. #
  9. # SPDX-License-Identifier: BSD-2-Clause-Patent
  10. #
  11. #
  12. ##
  13. [Defines]
  14. INF_VERSION = 0x00010005
  15. BASE_NAME = FwBlockService
  16. FILE_GUID = A01E498C-96E8-2A4C-95F4-85248F989753
  17. MODULE_TYPE = DXE_RUNTIME_DRIVER
  18. VERSION_STRING = 1.0
  19. ENTRY_POINT = FvbInitialize
  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. FvbInfo.c
  27. FWBlockService.c
  28. [Packages]
  29. MdePkg/MdePkg.dec
  30. MdeModulePkg/MdeModulePkg.dec
  31. EmulatorPkg/EmulatorPkg.dec
  32. [LibraryClasses]
  33. UefiBootServicesTableLib
  34. MemoryAllocationLib
  35. BaseMemoryLib
  36. HobLib
  37. DebugLib
  38. UefiRuntimeLib
  39. DxeServicesTableLib
  40. BaseLib
  41. UefiDriverEntryPoint
  42. UefiLib
  43. DevicePathLib
  44. [Guids]
  45. gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED Create Event: EVENT_GROUP_GUID
  46. [Protocols]
  47. gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_PRODUCED
  48. gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
  49. [FixedPcd]
  50. gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareFdSize
  51. gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareBlockSize
  52. gEmulatorPkgTokenSpaceGuid.PcdEmuFlashFvRecoveryBase
  53. gEmulatorPkgTokenSpaceGuid.PcdEmuFlashFvRecoverySize
  54. gEmulatorPkgTokenSpaceGuid.PcdEmuFlashNvStorageEventLogBase
  55. gEmulatorPkgTokenSpaceGuid.PcdEmuFlashNvStorageEventLogSize
  56. [Pcd]
  57. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
  58. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
  59. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
  60. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
  61. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
  62. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
  63. [Depex]
  64. TRUE