Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

57 lines
1.2 KiB
INI
Raw Permalink Normal View History

2009-12-06 01:57:05 +00:00
#/** @file
2014-08-19 13:29:52 +00:00
#
# Component description file for Bds module
2014-08-19 13:29:52 +00:00
#
2010-04-29 12:40:51 +00:00
# Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
2014-08-19 13:29:52 +00:00
#
2009-12-06 01:57:05 +00:00
#**/
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = SimpleTextInOutSerial
FILE_GUID = 6696936D-3637-467C-87CB-14EA8248948C
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = SimpleTextInOutEntryPoint
[Sources.common]
SimpleTextInOut.c
[Packages]
MdePkg/MdePkg.dec
EmbeddedPkg/EmbeddedPkg.dec
[LibraryClasses]
BaseLib
ReportStatusCodeLib
MemoryAllocationLib
UefiLib
UefiBootServicesTableLib
BaseMemoryLib
DebugLib
UefiDriverEntryPoint
SerialPortLib
[Guids]
2014-08-19 13:29:52 +00:00
2009-12-06 01:57:05 +00:00
[Protocols]
2014-08-19 13:29:52 +00:00
gEfiSimpleTextInProtocolGuid
gEfiSimpleTextOutProtocolGuid
gEfiSerialIoProtocolGuid
2009-12-06 01:57:05 +00:00
gEfiDevicePathProtocolGuid
[FixedPcd]
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits
2009-12-06 01:57:05 +00:00
[depex]
TRUE