FmpDeviceLibNull.inf 868 B

12345678910111213141516171819202122232425262728293031
  1. ## @file
  2. # Provides firmware device specific services to support updates of a firmware
  3. # image stored in a firmware device.
  4. #
  5. # Copyright (c) 2016, Microsoft Corporation. All rights reserved.<BR>
  6. # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. ##
  10. [Defines]
  11. INF_VERSION = 0x00010005
  12. BASE_NAME = FmpDeviceLibNull
  13. MODULE_UNI_FILE = FmpDeviceLibNull.uni
  14. FILE_GUID = 8507642B-AE92-4664-B713-807F7774A96D
  15. MODULE_TYPE = DXE_DRIVER
  16. VERSION_STRING = 1.0
  17. LIBRARY_CLASS = FmpDeviceLib|DXE_DRIVER
  18. #
  19. # The following information is for reference only and not required by the build tools.
  20. #
  21. # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
  22. #
  23. [Sources]
  24. FmpDeviceLib.c
  25. [Packages]
  26. MdePkg/MdePkg.dec
  27. FmpDevicePkg/FmpDevicePkg.dec