]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf
UnixSerialIo driver was changed to produce the flow control device path node when...
[mirror_edk2.git] / UnixPkg / UnixSerialIoDxe / UnixSerialIo.inf
CommitLineData
7b202cb0 1## @file\r
804405e7 2# Serial I/O driver\r
3#\r
4# Our DriverBinding member functions operate on the handles\r
5# created by the Unix Bus driver\r
7b202cb0 6# Copyright (c) 2006 - 2010, Intel Corporation\r
804405e7 7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
7b202cb0 16##\r
804405e7 17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = UnixSerialIo\r
21 FILE_GUID = 600F2BF2-63A7-48ca-9FD0-A3450B87EE05\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
804405e7 24\r
25 ENTRY_POINT = InitializeUnixSerialIo\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32\r
31#\r
32# DRIVER_BINDING = gUnixSerialIoDriverBinding \r
33# COMPONENT_NAME = gUnixSerialIoComponentName \r
34#\r
35\r
7b202cb0 36[Sources]\r
804405e7 37 ComponentName.c\r
38 UnixSerialIo.c\r
39 UnixSerialIo.h\r
40 EntryPoint.c\r
41\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 UnixPkg/UnixPkg.dec\r
46\r
47\r
48[LibraryClasses]\r
49 MemoryAllocationLib\r
50 DevicePathLib\r
51 UefiBootServicesTableLib\r
52 BaseMemoryLib\r
53 UefiLib\r
54 UefiDriverEntryPoint\r
55 BaseLib\r
56 DebugLib\r
57\r
58\r
59[Guids]\r
526bf28c
RN
60 gEfiUnixSerialPortGuid # ALWAYS_CONSUMED\r
61 gEfiUartDevicePathGuid # BY_START\r
804405e7 62\r
63[Protocols]\r
64 gEfiSerialIoProtocolGuid # PROTOCOL BY_START\r
65 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
66 gEfiUnixIoProtocolGuid # PROTOCOL TO_START\r
67\r