VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf@ 86513

Last change on this file since 86513 was 85718, checked in by vboxsync, 4 years ago

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1#/** @file
2#
3# Component description file for Bds module
4#
5# Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8#**/
9
10[Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = SimpleTextInOutSerial
13 FILE_GUID = 6696936D-3637-467C-87CB-14EA8248948C
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16
17 ENTRY_POINT = SimpleTextInOutEntryPoint
18
19
20[Sources.common]
21 SimpleTextInOut.c
22
23
24[Packages]
25 MdePkg/MdePkg.dec
26 EmbeddedPkg/EmbeddedPkg.dec
27
28[LibraryClasses]
29 BaseLib
30 ReportStatusCodeLib
31 MemoryAllocationLib
32 UefiLib
33 UefiBootServicesTableLib
34 BaseMemoryLib
35 DebugLib
36 UefiDriverEntryPoint
37 SerialPortLib
38
39[Guids]
40
41
42[Protocols]
43 gEfiSimpleTextInProtocolGuid
44 gEfiSimpleTextOutProtocolGuid
45 gEfiSerialIoProtocolGuid
46 gEfiDevicePathProtocolGuid
47
48[FixedPcd]
49 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate
50 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits
51 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity
52 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits
53
54
55[depex]
56 TRUE
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette