]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - EmbeddedPkg/SerialDxe/SerialDxe.inf
Adding support for BeagleBoard.
[mirror_edk2.git] / EmbeddedPkg / SerialDxe / SerialDxe.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 = SerialDxe\r
20 FILE_GUID = D3987D4B-971A-435F-8CAF-4967EB627241\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23\r
24 ENTRY_POINT = SerialDxeInitialize\r
25\r
26\r
27[Sources.common]\r
28 SerialIo.c\r
29\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.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 gEfiSerialIoProtocolGuid \r
50 gEfiDevicePathProtocolGuid\r
51 \r
52\r
53[Depex] \r
54 TRUE\r