PL011SerialPortLib.inf 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #/** @file
  2. #
  3. # Component description file for PL011SerialPortLib module
  4. #
  5. # Copyright (c) 2011-2016, ARM Ltd. All rights reserved.<BR>
  6. #
  7. # This program and the accompanying materials
  8. # are licensed and made available under the terms and conditions of the BSD License
  9. # which accompanies this distribution. The full text of the license may be found at
  10. # http://opensource.org/licenses/bsd-license.php
  11. #
  12. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  13. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  14. #
  15. #**/
  16. [Defines]
  17. INF_VERSION = 0x00010005
  18. BASE_NAME = PL011SerialPortLib
  19. FILE_GUID = 8ecefc8f-a2c4-4091-b80f-20f7aeb0567f
  20. MODULE_TYPE = BASE
  21. VERSION_STRING = 1.0
  22. LIBRARY_CLASS = SerialPortLib
  23. [Sources.common]
  24. PL011SerialPortLib.c
  25. [LibraryClasses]
  26. PL011UartClockLib
  27. PL011UartLib
  28. PcdLib
  29. [Packages]
  30. EmbeddedPkg/EmbeddedPkg.dec
  31. MdePkg/MdePkg.dec
  32. MdeModulePkg/MdeModulePkg.dec
  33. ArmPlatformPkg/ArmPlatformPkg.dec
  34. [Pcd]
  35. gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase
  36. [FixedPcd]
  37. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate
  38. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits
  39. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity
  40. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits
  41. gArmPlatformTokenSpaceGuid.PL011UartClkInHz