]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDxe.inf
OptionRomPkg: Added bus driver for FTDI USB to serial adapters
[mirror_edk2.git] / OptionRomPkg / Bus / Usb / FtdiUsbSerialDxe / FtdiUsbSerialDxe.inf
diff --git a/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDxe.inf b/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDxe.inf
new file mode 100644 (file)
index 0000000..e0381b1
--- /dev/null
@@ -0,0 +1,61 @@
+## @file\r
+#  USB Serial Driver that manages USB Serial device and produces Serial IO\r
+#  Protocol.\r
+#\r
+#  USB Serial Driver consumes USB I/O Protocol and Device Path Protocol, and\r
+#  produces Serial IO Protocol on USB Serial devices.\r
+#  It manages the USB Serial device via USB Bulk Transfer of USB I/O Protocol.\r
+#  This module refers to following specifications:\r
+#  1. UEFI Specification, v2.1\r
+#\r
+# Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
+#\r
+# This program and the accompanying materials\r
+# are licensed and made available under the terms and conditions of the BSD\r
+# License which accompanies this distribution. The full text of the license may\r
+# be found at 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                      = FtdiUsbSerialDxe\r
+  FILE_GUID                      = A8154B55-2021-4D40-AE81-2E23A02dCC46\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = FtdiUsbSerialEntryPoint\r
+  UNLOAD_IMAGE                   = FtdiUsbSerialUnload\r
+\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#\r
+\r
+[Sources]\r
+  FtdiUsbSerialDriver.c\r
+  FtdiUsbSerialDriver.h\r
+  ComponentName.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+\r
+[LibraryClasses]\r
+  UefiDriverEntryPoint\r
+  BaseMemoryLib\r
+  DebugLib\r
+  MemoryAllocationLib\r
+  UefiBootServicesTableLib\r
+  UefiLib\r
+  DevicePathLib\r
+\r
+[Guids]\r
+  gEfiUartDevicePathGuid\r
+\r
+[Protocols]\r
+  ## TO_START\r
+  ## BY_START\r
+  gEfiDevicePathProtocolGuid\r
+  gEfiUsbIoProtocolGuid                         ## TO_START\r
+  gEfiSerialIoProtocolGuid                      ## BY_START\r