SnpPlatform.inf 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #/** @file
  2. #
  3. # Copyright (c) 2017, Hisilicon Limited. All rights reserved.
  4. # Copyright (c) 2017, Linaro 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 = 0x00010019
  17. BASE_NAME = SnpPlatform
  18. FILE_GUID = 102D8FC9-20A4-42eb-AC14-1C98BA5B17A8
  19. MODULE_TYPE = DXE_DRIVER
  20. VERSION_STRING = 1.0
  21. ENTRY_POINT = SnpPlatformInitialize
  22. [Sources]
  23. SnpPlatform.c
  24. [Packages]
  25. MdeModulePkg/MdeModulePkg.dec
  26. MdePkg/MdePkg.dec
  27. Silicon/Hisilicon/HisiPkg.dec
  28. [LibraryClasses]
  29. BaseLib
  30. BaseMemoryLib
  31. DebugLib
  32. DxeServicesTableLib
  33. MemoryAllocationLib
  34. UefiBootServicesTableLib
  35. UefiDriverEntryPoint
  36. [Protocols]
  37. gHisiSnpPlatformProtocolGuid
  38. [Depex]
  39. TRUE