LinuxFdtLoader.inf 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #/* @file
  2. # Copyright (c) 2011-2013, ARM Limited. All rights reserved.
  3. #
  4. # This program and the accompanying materials
  5. # are licensed and made available under the terms and conditions of the BSD License
  6. # which accompanies this distribution. The full text of the license may be found at
  7. # http://opensource.org/licenses/bsd-license.php
  8. #
  9. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  10. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  11. #
  12. #*/
  13. [Defines]
  14. INF_VERSION = 0x00010006
  15. BASE_NAME = LinuxFdtLoader
  16. FILE_GUID = f536d559-459f-48fa-8bbc-43b554ecae8d
  17. MODULE_TYPE = UEFI_APPLICATION
  18. VERSION_STRING = 0.1
  19. ENTRY_POINT = UefiMain
  20. [Sources]
  21. LinuxFdtLoader.c
  22. LinuxConfig.c
  23. [Packages]
  24. ArmPkg/ArmPkg.dec
  25. MdePkg/MdePkg.dec
  26. [LibraryClasses]
  27. BdsLib
  28. DxeServicesTableLib
  29. UefiLib
  30. UefiApplicationEntryPoint
  31. [Protocols]
  32. gEfiLoadedImageProtocolGuid
  33. gEfiDevicePathToTextProtocolGuid