PlatformPcieHelperLib.inf 930 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ## @file
  2. # Library producing Pci Express Helper routines.
  3. #
  4. # Copyright (c) 2013 Intel Corporation.
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = PlatformPcieHelperLib
  12. FILE_GUID = C153F460-5D8A-4d44-83BB-A8AF5CEF132C
  13. MODULE_TYPE = BASE
  14. VERSION_STRING = 1.0
  15. LIBRARY_CLASS = PlatformPcieHelperLib
  16. #
  17. # The following information is for reference only and not required by the build tools.
  18. #
  19. # VALID_ARCHITECTURES = IA32
  20. #
  21. [Sources]
  22. PlatformPcieHelperLib.c
  23. SocUnit.c
  24. [Packages]
  25. MdePkg/MdePkg.dec
  26. MdeModulePkg/MdeModulePkg.dec
  27. QuarkSocPkg/QuarkSocPkg.dec
  28. QuarkPlatformPkg/QuarkPlatformPkg.dec
  29. [LibraryClasses]
  30. BaseLib
  31. PcdLib
  32. IoLib
  33. DebugLib
  34. TimerLib
  35. QNCAccessLib
  36. IntelQNCLib