FmpDeviceLib.inf 853 B

12345678910111213141516171819202122232425262728293031323334
  1. ##
  2. # Copyright (c) 2016, Microsoft Corporation
  3. # All rights reserved.
  4. # SPDX-License-Identifier: BSD-2-Clause-Patent
  5. ##
  6. [Defines]
  7. INF_VERSION = 0x00010005
  8. BASE_NAME = Vlv2FmpDeviceLibSample
  9. FILE_GUID = 582DF9AB-E626-42A8-A11C-3FEA098FF3FA
  10. MODULE_TYPE = DXE_DRIVER
  11. VERSION_STRING = 1.0
  12. LIBRARY_CLASS = FmpDeviceLib|DXE_DRIVER
  13. #
  14. # The following information is for reference only and not required by the build tools.
  15. #
  16. # VALID_ARCHITECTURES = IA32 X64
  17. #
  18. [Sources]
  19. FmpDeviceLib.c
  20. [Packages]
  21. MdePkg/MdePkg.dec
  22. FmpDevicePkg/FmpDevicePkg.dec
  23. [LibraryClasses]
  24. DebugLib
  25. BaseLib
  26. UefiBootServicesTableLib #for stall...remove later as stall is only needed to show progress