LinuxBootNull.inf 629 B

12345678910111213141516171819202122232425
  1. ## @file
  2. #
  3. # Copyright (c) 2021, American Megatrends International LLC.<BR>
  4. #
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. ##
  8. [Defines]
  9. INF_VERSION = 0x00010005
  10. VERSION_STRING = 1.0
  11. BASE_NAME = LinuxBoot
  12. FILE_GUID = 0551B6D3-0594-4B02-AF42-5A9C7515CEC8
  13. MODULE_TYPE = DXE_DRIVER
  14. LIBRARY_CLASS = LinuxBootLib|DXE_DRIVER
  15. [Sources]
  16. LinuxBootNull.c
  17. [Packages]
  18. MdePkg/MdePkg.dec
  19. MdeModulePkg/MdeModulePkg.dec
  20. [LibraryClasses]
  21. UefiDriverEntryPoint
  22. DxeServicesLib