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