]> git.proxmox.com Git - mirror_edk2.git/blame - OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDxe.inf
FatPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / OptionRomPkg / Bus / Usb / FtdiUsbSerialDxe / FtdiUsbSerialDxe.inf
CommitLineData
3f1484f6
AD
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 - 2013, Intel Corporation. All rights reserved.<BR>\r
12#\r
13# This program and the accompanying materials\r
14# are licensed and made available under the terms and conditions of the BSD\r
15# License which accompanies this distribution. The full text of the license may\r
16# be found at http://opensource.org/licenses/bsd-license.php\r
17#\r
18# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
19# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
20#\r
21##\r
22\r
23[Defines]\r
24 INF_VERSION = 0x00010005\r
25 BASE_NAME = FtdiUsbSerialDxe\r
26 FILE_GUID = A8154B55-2021-4D40-AE81-2E23A02dCC46\r
27 MODULE_TYPE = UEFI_DRIVER\r
28 VERSION_STRING = 1.0\r
29 ENTRY_POINT = FtdiUsbSerialEntryPoint\r
30 UNLOAD_IMAGE = FtdiUsbSerialUnload\r
31\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35\r
36[Sources]\r
37 FtdiUsbSerialDriver.c\r
38 FtdiUsbSerialDriver.h\r
39 ComponentName.c\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43\r
44[LibraryClasses]\r
45 UefiDriverEntryPoint\r
46 BaseMemoryLib\r
47 DebugLib\r
48 MemoryAllocationLib\r
49 UefiBootServicesTableLib\r
50 UefiLib\r
51 DevicePathLib\r
52\r
53[Guids]\r
54 gEfiUartDevicePathGuid\r
55\r
56[Protocols]\r
57 ## TO_START\r
58 ## BY_START\r
59 gEfiDevicePathProtocolGuid\r
60 gEfiUsbIoProtocolGuid ## TO_START\r
61 gEfiSerialIoProtocolGuid ## BY_START\r