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