]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf
1. Correct File header to ## @file
[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
24 EDK_RELEASE_VERSION = 0x00020000\r
25 EFI_SPECIFICATION_VERSION = 0x00020000\r
26\r
27 ENTRY_POINT = InitializeUnixSerialIo\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32\r
33#\r
34# DRIVER_BINDING = gUnixSerialIoDriverBinding \r
35# COMPONENT_NAME = gUnixSerialIoComponentName \r
36#\r
37\r
7b202cb0 38[Sources]\r
804405e7 39 ComponentName.c\r
40 UnixSerialIo.c\r
41 UnixSerialIo.h\r
42 EntryPoint.c\r
43\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 UnixPkg/UnixPkg.dec\r
48\r
49\r
50[LibraryClasses]\r
51 MemoryAllocationLib\r
52 DevicePathLib\r
53 UefiBootServicesTableLib\r
54 BaseMemoryLib\r
55 UefiLib\r
56 UefiDriverEntryPoint\r
57 BaseLib\r
58 DebugLib\r
59\r
60\r
61[Guids]\r
62 gEfiUnixSerialPortGuid # ALWAYS_CONSUMED\r
63\r
64\r
65[Protocols]\r
66 gEfiSerialIoProtocolGuid # PROTOCOL BY_START\r
67 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
68 gEfiUnixIoProtocolGuid # PROTOCOL TO_START\r
69\r