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