PciPlatform.inf 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #/** @file
  2. #
  3. # Copyright (c) 2016, Hisilicon Limited. All rights reserved.
  4. # Copyright (c) 2016, 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 = 0x00010005
  17. BASE_NAME = PciPlatform
  18. FILE_GUID = E2441B64-7EF4-41fe-B3A3-8CAA7F8D3017
  19. MODULE_TYPE = DXE_DRIVER
  20. VERSION_STRING = 1.0
  21. ENTRY_POINT = PciPlatformDriverEntry
  22. [sources.common]
  23. PciPlatform.c
  24. [Packages]
  25. MdePkg/MdePkg.dec
  26. MdeModulePkg/MdeModulePkg.dec
  27. ArmPkg/ArmPkg.dec
  28. Silicon/Hisilicon/HisiPkg.dec
  29. [LibraryClasses]
  30. UefiDriverEntryPoint
  31. UefiLib
  32. BaseLib
  33. DebugLib
  34. ArmLib
  35. IoLib
  36. MemoryAllocationLib
  37. [Protocols]
  38. gEfiPciPlatformProtocolGuid
  39. gEfiFirmwareVolume2ProtocolGuid
  40. gEfiPciIoProtocolGuid
  41. [Pcd]
  42. [FixedPcd]
  43. [Depex]
  44. TRUE