]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
Adding support for BeagleBoard.
[mirror_edk2.git] / EmbeddedPkg / SimpleTextInOutSerial / SimpleTextInOutSerial.inf
1 #%HEADER%
2 #/** @file
3 #
4 # Component discription file for Bds module
5 #
6 # Copyright (c) 2008, Intel Corporation. <BR>
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #**/
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = SimpleTextInOutSerial
20 FILE_GUID = 6696936D-3637-467C-87CB-14EA8248948C
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = SimpleTextInOutEntryPoint
25
26
27 [Sources.common]
28 SimpleTextInOut.c
29
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 EmbeddedPkg/EmbeddedPkg.dec
34
35 [LibraryClasses]
36 BaseLib
37 ReportStatusCodeLib
38 MemoryAllocationLib
39 UefiLib
40 UefiBootServicesTableLib
41 BaseMemoryLib
42 DebugLib
43 UefiDriverEntryPoint
44 SerialPortLib
45
46 [Guids]
47
48
49 [Protocols]
50 gEfiSimpleTextInProtocolGuid
51 gEfiSimpleTextOutProtocolGuid
52 gEfiSerialIoProtocolGuid
53 gEfiDevicePathProtocolGuid
54
55 [depex]
56 TRUE