]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
Update the copyright notice format
[mirror_edk2.git] / EmbeddedPkg / SimpleTextInOutSerial / SimpleTextInOutSerial.inf
CommitLineData
2ef2b01e
A
1#/** @file\r
2# \r
3# Component discription file for Bds module\r
4# \r
5# Copyright (c) 2008, Intel Corporation. <BR>\r
6# All rights reserved. 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 = SimpleTextInOutSerial\r
19 FILE_GUID = 6696936D-3637-467C-87CB-14EA8248948C\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = SimpleTextInOutEntryPoint\r
24\r
25\r
26[Sources.common]\r
27 SimpleTextInOut.c\r
28\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 EmbeddedPkg/EmbeddedPkg.dec\r
33\r
34[LibraryClasses]\r
35 BaseLib\r
36 ReportStatusCodeLib\r
37 MemoryAllocationLib\r
38 UefiLib\r
39 UefiBootServicesTableLib\r
40 BaseMemoryLib\r
41 DebugLib\r
42 UefiDriverEntryPoint\r
43 SerialPortLib\r
44\r
45[Guids]\r
46 \r
47\r
48[Protocols]\r
49 gEfiSimpleTextInProtocolGuid \r
50 gEfiSimpleTextOutProtocolGuid \r
51 gEfiSerialIoProtocolGuid \r
52 gEfiDevicePathProtocolGuid\r
53\r
026e30c4 54[FixedPcd]\r
55 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate\r
56 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits\r
57 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity\r
58 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits\r
59\r
60\r
2ef2b01e
A
61[depex]\r
62 TRUE\r