PciEmulation.inf 990 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /** @file
  2. Copyright (c) 2009, Apple Inc. All rights reserved.<BR>
  3. Copyright (c) 2016, Linaro, Ltd. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. [Defines]
  7. INF_VERSION = 0x00010005
  8. BASE_NAME = BeagleBoardPciEmulation
  9. FILE_GUID = feaa2e2b-53ac-4d5e-ae10-1efd5da4a2ba
  10. MODULE_TYPE = DXE_DRIVER
  11. VERSION_STRING = 1.0
  12. ENTRY_POINT = PciEmulationEntryPoint
  13. [Sources.common]
  14. PciEmulation.c
  15. [Packages]
  16. MdePkg/MdePkg.dec
  17. MdeModulePkg/MdeModulePkg.dec
  18. EmbeddedPkg/EmbeddedPkg.dec
  19. Omap35xxPkg/Omap35xxPkg.dec
  20. [LibraryClasses]
  21. BaseLib
  22. DebugLib
  23. IoLib
  24. NonDiscoverableDeviceRegistrationLib
  25. UefiBootServicesTableLib
  26. UefiDriverEntryPoint
  27. [Protocols]
  28. gEmbeddedExternalDeviceProtocolGuid
  29. [Depex]
  30. gEfiMetronomeArchProtocolGuid AND
  31. gEmbeddedExternalDeviceProtocolGuid