MmcDxe.inf 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #/** @file
  2. # Build file for the MMC DXE driver
  3. #
  4. # Copyright (c) 2011-2013, ARM Limited. All rights reserved.
  5. #
  6. # This program and the accompanying materials
  7. # are licensed and made available under the terms and conditions of the BSD License
  8. # which accompanies this distribution. The full text of the license may be found at
  9. # http://opensource.org/licenses/bsd-license.php
  10. #
  11. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  13. #
  14. #**/
  15. [Defines]
  16. INF_VERSION = 0x00010005
  17. BASE_NAME = MmcDxe
  18. FILE_GUID = b6f44cc0-9e45-11df-be21-0002a5d5c51b
  19. MODULE_TYPE = DXE_DRIVER
  20. VERSION_STRING = 1.0
  21. ENTRY_POINT = MmcDxeInitialize
  22. [Sources.common]
  23. ComponentName.c
  24. Mmc.c
  25. MmcBlockIo.c
  26. MmcDebug.c
  27. Diagnostics.c
  28. [Packages]
  29. EmbeddedPkg/EmbeddedPkg.dec
  30. MdePkg/MdePkg.dec
  31. [LibraryClasses]
  32. BaseLib
  33. UefiLib
  34. UefiDriverEntryPoint
  35. BaseMemoryLib
  36. TimerLib
  37. [Protocols]
  38. gEfiDiskIoProtocolGuid
  39. gEfiBlockIoProtocolGuid
  40. gEfiDevicePathProtocolGuid
  41. gEfiMmcHostProtocolGuid
  42. gEfiDriverDiagnostics2ProtocolGuid
  43. [Depex]
  44. TRUE