]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
Added support for UART and Terminal PCD settings
[mirror_edk2.git] / Nt32Pkg / WinNtSerialIoDxe / WinNtSerialIoDxe.inf
1 #/** @file
2 # Serial I/O driver
3 #
4 # Our DriverBinding member functions operate on the handles
5 # created by the NT Bus drive
6 # Copyright (c) 2006 - 2007, 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 = WinNtSerialIoDxe
21 FILE_GUID = 6B41B553-A649-11d4-BD02-0080C73C8881
22 MODULE_TYPE = UEFI_DRIVER
23 VERSION_STRING = 1.0
24 EDK_RELEASE_VERSION = 0x00020000
25 EFI_SPECIFICATION_VERSION = 0x00020000
26
27 ENTRY_POINT = InitializeWinNtSerialIo
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 = gWinNtSerialIoDriverBinding
35 # COMPONENT_NAME = gWinNtSerialIoComponentName
36 #
37
38 [Sources.common]
39 ComponentName.c
40 WinNtSerialIo.c
41 WinNtSerialIo.h
42
43
44 [Packages]
45 MdePkg/MdePkg.dec
46 Nt32Pkg/Nt32Pkg.dec
47
48
49 [LibraryClasses]
50 MemoryAllocationLib
51 DevicePathLib
52 UefiBootServicesTableLib
53 BaseMemoryLib
54 UefiLib
55 UefiDriverEntryPoint
56 BaseLib
57 DebugLib
58
59
60 [Guids]
61 gEfiWinNtSerialPortGuid # ALWAYS_CONSUMED
62
63
64 [Protocols]
65 gEfiSerialIoProtocolGuid # PROTOCOL BY_START
66 gEfiDevicePathProtocolGuid # PROTOCOL TO_START
67 gEfiWinNtIoProtocolGuid # PROTOCOL TO_START
68