]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
145101b708df53cd878615efa051630f93c779b8
[mirror_edk2.git] / MdeModulePkg / Universal / SerialDxe / SerialDxe.inf
1 ## @file
2 # Serial driver that layers on top of a Serial Port Library instance.
3 #
4 # Copyright (c) 2008 - 2015, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = SerialDxe
19 FILE_GUID = D3987D4B-971A-435F-8CAF-4967EB627241
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22
23 ENTRY_POINT = SerialDxeInitialize
24
25 [Sources.common]
26 SerialIo.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30
31 [LibraryClasses]
32 UefiDriverEntryPoint
33 UefiBootServicesTableLib
34 DebugLib
35 PcdLib
36 SerialPortLib
37
38 [Protocols]
39 gEfiSerialIoProtocolGuid ## PRODUCES
40 gEfiDevicePathProtocolGuid ## PRODUCES
41
42 [Pcd]
43 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate ## CONSUMES
44 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits ## CONSUMES
45 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity ## CONSUMES
46 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits ## CONSUMES
47
48 [Depex]
49 TRUE