From e2238c0a57b02cd1ed228ceb805b3b9b40f3aa4d Mon Sep 17 00:00:00 2001 From: jljusten Date: Mon, 23 Feb 2009 22:42:03 +0000 Subject: DuetSerialIoLib.inf => SerialIoLib.inf git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7619 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/SerialIoLib/DuetSerialIoLib.inf | 36 ---------------------- PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf | 36 ++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 PcAtChipsetPkg/Library/SerialIoLib/DuetSerialIoLib.inf create mode 100644 PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf (limited to 'PcAtChipsetPkg') diff --git a/PcAtChipsetPkg/Library/SerialIoLib/DuetSerialIoLib.inf b/PcAtChipsetPkg/Library/SerialIoLib/DuetSerialIoLib.inf deleted file mode 100644 index 07a7ee9..0000000 --- a/PcAtChipsetPkg/Library/SerialIoLib/DuetSerialIoLib.inf +++ /dev/null @@ -1,36 +0,0 @@ -#/**@file -# This library instance produce SerialIo library class for DUET platform. -# -# Copyright (c) 2006 - 2007, Intel Corporation -# All rights reserved. This program and the accompanying materials -# are licensed and made available under the terms and conditions of the BSD License -# which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -# -# -#**/ - -[Defines] - INF_VERSION = 0x00010005 - BASE_NAME = DuetSerialPortLib - FILE_GUID = 1B25AF84-1EA8-4b52-894E-BFA6880B97FF - MODULE_TYPE = DXE_DRIVER - VERSION_STRING = 1.0 - LIBRARY_CLASS = SerialPortLib - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x0002000A - -[Packages] - MdePkg/MdePkg.dec - -[LibraryClasses] - SerialPortLib - IoLib - -[Sources.common] - SerialPortLib.c - - diff --git a/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf b/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf new file mode 100644 index 0000000..07a7ee9 --- /dev/null +++ b/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf @@ -0,0 +1,36 @@ +#/**@file +# This library instance produce SerialIo library class for DUET platform. +# +# Copyright (c) 2006 - 2007, Intel Corporation +# All rights reserved. This program and the accompanying materials +# are licensed and made available under the terms and conditions of the BSD License +# which accompanies this distribution. The full text of the license may be found at +# http://opensource.org/licenses/bsd-license.php +# +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# +# +#**/ + +[Defines] + INF_VERSION = 0x00010005 + BASE_NAME = DuetSerialPortLib + FILE_GUID = 1B25AF84-1EA8-4b52-894E-BFA6880B97FF + MODULE_TYPE = DXE_DRIVER + VERSION_STRING = 1.0 + LIBRARY_CLASS = SerialPortLib + EDK_RELEASE_VERSION = 0x00020000 + EFI_SPECIFICATION_VERSION = 0x0002000A + +[Packages] + MdePkg/MdePkg.dec + +[LibraryClasses] + SerialPortLib + IoLib + +[Sources.common] + SerialPortLib.c + + -- cgit v1.1