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