]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/Library/SerialIoLib/DuetSerialIoLib.inf
DuetPkg/Library/DuetSerialIoLib => PcAtChipsetPkg/Library/SerialIoLib
[mirror_edk2.git] / PcAtChipsetPkg / Library / SerialIoLib / DuetSerialIoLib.inf
CommitLineData
f5752cb2 1#/**@file\r
2# This library instance produce SerialIo library class for DUET platform.\r
3#\r
4# Copyright (c) 2006 - 2007, Intel Corporation \r
5# All rights reserved. This program and the accompanying materials \r
6# are licensed and made available under the terms and conditions of the BSD License \r
7# which accompanies this distribution. The full text of the license may be found at \r
8# http://opensource.org/licenses/bsd-license.php \r
9# \r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
12# \r
13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = DuetSerialPortLib\r
19 FILE_GUID = 1B25AF84-1EA8-4b52-894E-BFA6880B97FF\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = SerialPortLib\r
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x0002000A\r
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
28\r
29[LibraryClasses]\r
30 SerialPortLib\r
31 IoLib\r
32\r
33[Sources.common]\r
34 SerialPortLib.c\r
35\r
36\r