]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/SerialDxe/SerialDxe.inf
29c0aa8c2a592fbe946914da01e0faebf123e7d9
[mirror_edk2.git] / EmbeddedPkg / SerialDxe / SerialDxe.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 = SerialDxe
20 FILE_GUID = D3987D4B-971A-435F-8CAF-4967EB627241
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = SerialDxeInitialize
25
26
27 [Sources.common]
28 SerialIo.c
29
30
31 [Packages]
32 MdePkg/MdePkg.dec
33
34 [LibraryClasses]
35 BaseLib
36 ReportStatusCodeLib
37 MemoryAllocationLib
38 UefiLib
39 UefiBootServicesTableLib
40 BaseMemoryLib
41 DebugLib
42 UefiDriverEntryPoint
43 SerialPortLib
44
45 [Guids]
46
47
48 [Protocols]
49 gEfiSerialIoProtocolGuid
50 gEfiDevicePathProtocolGuid
51
52
53 [Depex]
54 TRUE