EmuSimpleFileSystemDxe.inf 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. ## @file
  2. # Simple filesystem driver
  3. #
  4. # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
  5. # Portions copyright (c) 2011, Apple Inc. All rights reserved.
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. #
  10. ##
  11. [Defines]
  12. INF_VERSION = 0x00010005
  13. BASE_NAME = EmuSimpleFileSystem
  14. FILE_GUID = 35B72237-3926-CF4A-A7F3-1449F9E0E4BD
  15. MODULE_TYPE = UEFI_DRIVER
  16. VERSION_STRING = 1.0
  17. ENTRY_POINT = InitializeEmuSimpleFileSystem
  18. [Sources]
  19. ComponentName.c
  20. EmuSimpleFileSystem.c
  21. [Packages]
  22. MdePkg/MdePkg.dec
  23. EmulatorPkg/EmulatorPkg.dec
  24. [LibraryClasses]
  25. UefiBootServicesTableLib
  26. MemoryAllocationLib
  27. BaseMemoryLib
  28. UefiLib
  29. UefiDriverEntryPoint
  30. BaseLib
  31. DebugLib
  32. [Guids]
  33. gEfiFileSystemVolumeLabelInfoIdGuid # SOMETIMES_CONSUMED
  34. gEfiFileInfoGuid # SOMETIMES_CONSUMED
  35. gEfiFileSystemInfoGuid # SOMETIMES_CONSUMED
  36. [Protocols]
  37. gEfiSimpleFileSystemProtocolGuid # PROTOCOL BY_START
  38. gEmuIoThunkProtocolGuid # PROTOCOL TO_START