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