LinuxBoot.inf 950 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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 = 74a41ddc-fac5-4787-afad-d81ee30a8b63 # {0x74a41ddc, 0xfac5, 0x4787, {0xaf, 0xad, 0xd8, 0x1e, 0xe3, 0x0a, 0x8b, 0x63}}
  13. MODULE_TYPE = DXE_DRIVER
  14. LIBRARY_CLASS = LinuxBootLib|DXE_DRIVER
  15. [Sources]
  16. LinuxBoot.c
  17. LinuxBoot.h
  18. [Packages]
  19. MdePkg/MdePkg.dec
  20. MdeModulePkg/MdeModulePkg.dec
  21. MinPlatformPkg/MinPlatformPkg.dec
  22. [LibraryClasses]
  23. UefiDriverEntryPoint
  24. DxeServicesLib
  25. BaseMemoryLib
  26. DebugLib
  27. UefiRuntimeServicesTableLib
  28. UefiBootServicesTableLib
  29. UefiLib
  30. LoadLinuxLib
  31. [Guids]
  32. [Protocols]
  33. gEfiLoadedImageProtocolGuid
  34. [Pcd]