]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/SerialDxe/SerialDxe.inf
37e8e0e008a252e6f1fa74497f334d5d1f8fad6b
[mirror_edk2.git] / EmbeddedPkg / SerialDxe / SerialDxe.inf
1 #/** @file
2 #
3 # Convert SerialLib into SerialIo protocol
4 #
5 # Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
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 EmbeddedPkg/EmbeddedPkg.dec
31
32 [LibraryClasses]
33 BaseLib
34 ReportStatusCodeLib
35 MemoryAllocationLib
36 UefiLib
37 UefiBootServicesTableLib
38 BaseMemoryLib
39 DebugLib
40 UefiDriverEntryPoint
41 SerialPortLib
42
43 [Protocols]
44 gEfiSerialIoProtocolGuid
45 gEfiDevicePathProtocolGuid
46
47 [FixedPcd]
48 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate
49 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits
50 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity
51 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits
52
53 [Depex]
54 TRUE