]> git.proxmox.com Git - mirror_edk2.git/blob - OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDxe.inf
OptionRomPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / OptionRomPkg / Bus / Usb / FtdiUsbSerialDxe / FtdiUsbSerialDxe.inf
1 ## @file
2 # USB Serial Driver that manages USB Serial device and produces Serial IO
3 # Protocol.
4 #
5 # USB Serial Driver consumes USB I/O Protocol and Device Path Protocol, and
6 # produces Serial IO Protocol on USB Serial devices.
7 # It manages the USB Serial device via USB Bulk Transfer of USB I/O Protocol.
8 # This module refers to following specifications:
9 # 1. UEFI Specification, v2.1
10 #
11 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
12 #
13 # SPDX-License-Identifier: BSD-2-Clause-Patent
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = FtdiUsbSerialDxe
20 FILE_GUID = A8154B55-2021-4D40-AE81-2E23A02dCC46
21 MODULE_TYPE = UEFI_DRIVER
22 VERSION_STRING = 1.0
23 ENTRY_POINT = FtdiUsbSerialEntryPoint
24 UNLOAD_IMAGE = FtdiUsbSerialUnload
25
26 #
27 # VALID_ARCHITECTURES = IA32 X64 EBC
28 #
29
30 [Sources]
31 FtdiUsbSerialDriver.c
32 FtdiUsbSerialDriver.h
33 ComponentName.c
34
35 [Packages]
36 MdePkg/MdePkg.dec
37
38 [LibraryClasses]
39 UefiDriverEntryPoint
40 BaseMemoryLib
41 DebugLib
42 MemoryAllocationLib
43 UefiBootServicesTableLib
44 UefiLib
45 DevicePathLib
46
47 [Guids]
48 gEfiUartDevicePathGuid
49
50 [Protocols]
51 ## TO_START
52 ## BY_START
53 gEfiDevicePathProtocolGuid
54 gEfiUsbIoProtocolGuid ## TO_START
55 gEfiSerialIoProtocolGuid ## BY_START