SemihostFs.inf 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #/** @file
  2. # Support a Semi Host file system over a debuggers JTAG
  3. #
  4. # Copyright (c) 2009, Apple Inc. All rights reserved.<BR>
  5. # Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.
  6. #
  7. # This program and the accompanying materials
  8. # are licensed and made available under the terms and conditions of the BSD License
  9. # which accompanies this distribution. The full text of the license may be found at
  10. # http://opensource.org/licenses/bsd-license.php
  11. #
  12. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  13. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  14. #
  15. #**/
  16. [Defines]
  17. INF_VERSION = 0x00010005
  18. BASE_NAME = SemihostFs
  19. FILE_GUID = C5B9C74A-6D72-4719-99AB-C59F199091EB
  20. MODULE_TYPE = UEFI_DRIVER
  21. VERSION_STRING = 1.0
  22. ENTRY_POINT = SemihostFsEntryPoint
  23. [Sources.ARM, Sources.AARCH64]
  24. Arm/SemihostFs.c
  25. [Packages]
  26. MdePkg/MdePkg.dec
  27. ArmPkg/ArmPkg.dec
  28. [LibraryClasses]
  29. BaseLib
  30. MemoryAllocationLib
  31. SemihostLib
  32. UefiDriverEntryPoint
  33. UefiLib
  34. [Guids]
  35. gEfiFileSystemInfoGuid
  36. gEfiFileInfoGuid
  37. gEfiFileSystemVolumeLabelInfoIdGuid
  38. [Protocols]
  39. gEfiSimpleFileSystemProtocolGuid
  40. gEfiDevicePathProtocolGuid