Flash.inf 817 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #/** @file
  2. #
  3. # Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
  4. # SPDX-License-Identifier: BSD-2-Clause-Patent
  5. #
  6. #**/
  7. [Defines]
  8. INF_VERSION = 0x00010005
  9. BASE_NAME = NandFlash
  10. FILE_GUID = 4d00ef14-c4e0-426b-81b7-30a00a14aad6
  11. MODULE_TYPE = DXE_DRIVER
  12. VERSION_STRING = 1.0
  13. ENTRY_POINT = NandFlashInitialize
  14. [Sources.common]
  15. Flash.c
  16. [Packages]
  17. MdePkg/MdePkg.dec
  18. Omap35xxPkg/Omap35xxPkg.dec
  19. [LibraryClasses]
  20. PcdLib
  21. UefiLib
  22. UefiDriverEntryPoint
  23. MemoryAllocationLib
  24. IoLib
  25. [Guids]
  26. [Protocols]
  27. gEfiBlockIoProtocolGuid
  28. gEfiCpuArchProtocolGuid
  29. [Pcd]
  30. gOmap35xxTokenSpaceGuid.PcdOmap35xxGpmcOffset
  31. [depex]
  32. TRUE