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