]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootModulePkg/SerialDxe/SerialDxe.inf
MdeModulePkg: Refine the code for DxeHttpLib
[mirror_edk2.git] / CorebootModulePkg / SerialDxe / SerialDxe.inf
CommitLineData
248c30bb
LL
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 MODULE_UNI_FILE = SerialDxe.uni
20 FILE_GUID = D3987D4B-971A-435F-8CAF-4967EB627241
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = SerialDxeInitialize
25
26[Sources.common]
27 SerialIo.c
28
29[Packages]
30 MdePkg/MdePkg.dec
31 CorebootModulePkg/CorebootModulePkg.dec
32
33[LibraryClasses]
34 UefiDriverEntryPoint
35 UefiBootServicesTableLib
36 DebugLib
37 PcdLib
38 PlatformHookLib
39 SerialPortLib
40
41[Protocols]
42 gEfiSerialIoProtocolGuid ## PRODUCES
43 gEfiDevicePathProtocolGuid ## PRODUCES
44
45[Pcd]
46 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate ## CONSUMES
47 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits ## CONSUMES
48 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity ## CONSUMES
49 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits ## CONSUMES
50
51[Depex]
52 TRUE
53
54[UserExtensions.TianoCore."ExtraFiles"]
55 SerialDxeExtra.uni