]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CorebootPayloadPkg/Library/SerialPortLib/SerialPortLib.inf
CorebootPayloadPkg: Use SerialDxe in MdeModulePkg
[mirror_edk2.git] / CorebootPayloadPkg / Library / SerialPortLib / SerialPortLib.inf
diff --git a/CorebootPayloadPkg/Library/SerialPortLib/SerialPortLib.inf b/CorebootPayloadPkg/Library/SerialPortLib/SerialPortLib.inf
deleted file mode 100644 (file)
index c7e48f8..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-## @file\r
-#   SerialPortLib instance for UART device upon coreboot\r
-#\r
-#  Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = SerialPortLib\r
-  FILE_GUID                      = 40A2CBC6-CFB8-447b-A90E-198E88FD345E\r
-  MODULE_TYPE                    = BASE\r
-  VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = SerialPortLib\r
-  \r
-  CONSTRUCTOR                    = SerialPortInitialize\r
-  \r
-[Sources]\r
-  SerialPortLib.c\r
-  \r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-  CorebootModulePkg/CorebootModulePkg.dec\r
-\r
-[LibraryClasses]\r
-  BaseLib\r
-  PcdLib\r
-  IoLib\r
-  CbParseLib\r
-  \r
-[Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdSerialLineControl\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdSerialFifoControl
\ No newline at end of file