]> git.proxmox.com Git - mirror_edk2.git/blob - CorebootModulePkg/PciSioSerialDxe/PciSioSerialDxe.inf
MdeModulePkg: Refine the code for DxeHttpLib
[mirror_edk2.git] / CorebootModulePkg / PciSioSerialDxe / PciSioSerialDxe.inf
1 ## @file
2 # Serial driver for standard UARTS on a SIO chip or PCI/PCIE card.
3 #
4 # Produces the Serial I/O protocol for standard UARTS using Super I/O or PCI I/O.
5 #
6 # Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
7 #
8 # 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 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = PciSioSerialDxe
21 MODULE_UNI_FILE = PciSioSerialDxe.uni
22 FILE_GUID = BD81CC8D-B89F-422d-BDB8-9331ACE732E8
23 MODULE_TYPE = UEFI_DRIVER
24 VERSION_STRING = 1.0
25 ENTRY_POINT = InitializePciSioSerial
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32 # DRIVER_BINDING = gSerialControllerDriver
33 # COMPONENT_NAME = gPciSioSerialComponentName
34 # COMPONENT_NAME2 = gPciSioSerialComponentName2
35 #
36
37 [Sources]
38 ComponentName.c
39 SerialIo.c
40 Serial.h
41 Serial.c
42
43 [Packages]
44 MdePkg/MdePkg.dec
45 MdeModulePkg/MdeModulePkg.dec
46
47 [LibraryClasses]
48 PcdLib
49 PlatformHookLib
50 ReportStatusCodeLib
51 UefiBootServicesTableLib
52 MemoryAllocationLib
53 BaseMemoryLib
54 DevicePathLib
55 UefiLib
56 UefiDriverEntryPoint
57 DebugLib
58 IoLib
59
60 [Guids]
61 gEfiUartDevicePathGuid ## SOMETIMES_CONSUMES ## GUID
62
63 [Protocols]
64 gEfiSioProtocolGuid ## TO_START
65 gEfiDevicePathProtocolGuid ## TO_START
66 gEfiPciIoProtocolGuid ## TO_START
67 gEfiSerialIoProtocolGuid ## BY_START
68 gEfiDevicePathProtocolGuid ## BY_START
69
70 [FeaturePcd]
71 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHalfHandshake|FALSE ## CONSUMES
72
73 [Pcd]
74 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate ## CONSUMES
75 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits ## CONSUMES
76 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity ## CONSUMES
77 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits ## CONSUMES
78 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialClockRate ## CONSUMES
79 gEfiMdeModulePkgTokenSpaceGuid.PcdPciSerialParameters ## CONSUMES
80
81 [UserExtensions.TianoCore."ExtraFiles"]
82 PciSioSerialDxeExtra.uni