]> git.proxmox.com Git - mirror_edk2.git/blob - UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf
Update the copyright notice format
[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. All rights reserved.<BR>
7 #
8 # 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
25 ENTRY_POINT = InitializeUnixSerialIo
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32
31 #
32 # DRIVER_BINDING = gUnixSerialIoDriverBinding
33 # COMPONENT_NAME = gUnixSerialIoComponentName
34 #
35
36 [Sources]
37 ComponentName.c
38 UnixSerialIo.c
39 UnixSerialIo.h
40 EntryPoint.c
41
42
43 [Packages]
44 MdePkg/MdePkg.dec
45 UnixPkg/UnixPkg.dec
46
47
48 [LibraryClasses]
49 MemoryAllocationLib
50 DevicePathLib
51 UefiBootServicesTableLib
52 BaseMemoryLib
53 UefiLib
54 UefiDriverEntryPoint
55 BaseLib
56 DebugLib
57
58
59 [Guids]
60 gEfiUnixSerialPortGuid # ALWAYS_CONSUMED
61 gEfiUartDevicePathGuid # BY_START
62
63 [Protocols]
64 gEfiSerialIoProtocolGuid # PROTOCOL BY_START
65 gEfiDevicePathProtocolGuid # PROTOCOL TO_START
66 gEfiUnixIoProtocolGuid # PROTOCOL TO_START
67