1## @file 2# Write only instance of Serial Port Library with empty functions. 3# 4# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR> 5# Portions copyright (c) 2011, Apple Inc. All rights reserved. 6# 7# 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# 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 17[Defines] 18 INF_VERSION = 0x00010005 19 BASE_NAME = DxeEmuSerialPortLib 20 FILE_GUID = DF08A29A-F60B-E649-AA79-A1490E863A5D 21 MODULE_TYPE = PEIM 22 VERSION_STRING = 1.0 23 LIBRARY_CLASS = SerialPortLib| DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVE 24 25 26[Sources] 27 DxeEmuSerialPortLib.c 28 29 30[Packages] 31 MdePkg/MdePkg.dec 32 EmulatorPkg/EmulatorPkg.dec 33 EmbeddedPkg/EmbeddedPkg.dec 34 35[LibraryClasses] 36 EmuThunkLib 37 38 39 40 41 42