SasV1Dxe.inf 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #/** @file
  2. #
  3. # Copyright (c) 2016 Linaro Ltd.
  4. # Copyright (c) 2016 Hisilicon Limited.
  5. # This program and the accompanying materials
  6. # are licensed and made available under the terms and conditions of the BSD License
  7. # which accompanies this distribution. The full text of the license may be found at
  8. # http://opensource.org/licenses/bsd-license.php
  9. #
  10. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  12. #
  13. #**/
  14. [Defines]
  15. INF_VERSION = 0x00010005
  16. BASE_NAME = SasV1Dxe
  17. FILE_GUID = 2b235921-8405-4219-a461-972a3a60969c
  18. MODULE_TYPE = UEFI_DRIVER
  19. VERSION_STRING = 1.0
  20. ENTRY_POINT = SasV1Initialize
  21. [Sources.common]
  22. SasV1Dxe.c
  23. [Packages]
  24. ArmPkg/ArmPkg.dec
  25. EmbeddedPkg/EmbeddedPkg.dec
  26. MdePkg/MdePkg.dec
  27. Silicon/Hisilicon/HisiPkg.dec
  28. [LibraryClasses]
  29. DmaLib
  30. IoLib
  31. MemoryAllocationLib
  32. PcdLib
  33. TimerLib
  34. UefiDriverEntryPoint
  35. UefiLib
  36. UncachedMemoryAllocationLib
  37. [Protocols]
  38. gEfiExtScsiPassThruProtocolGuid
  39. gPlatformSasProtocolGuid