]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf
EmulatorPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / EmulatorPkg / Library / DxeEmuSerialPortLib / DxeEmuSerialPortLib.inf
CommitLineData
949f388f 1## @file\r
2# Write only instance of Serial Port Library with empty functions.\r
3#\r
ba6037f8 4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
d18d8a1d 5# Portions copyright (c) 2011, Apple Inc. All rights reserved.\r
949f388f 6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php.\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
7e284acb 19 BASE_NAME = DxeEmuSerialPortLib\r
949f388f 20 FILE_GUID = DF08A29A-F60B-E649-AA79-A1490E863A5D\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
ba6037f8 23 LIBRARY_CLASS = SerialPortLib| DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVE\r
949f388f 24\r
25\r
26[Sources]\r
27 DxeEmuSerialPortLib.c\r
28\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
bb89ec1a 32 EmulatorPkg/EmulatorPkg.dec\r
171bb2e5 33 EmbeddedPkg/EmbeddedPkg.dec\r
d18d8a1d 34\r
949f388f 35[LibraryClasses]\r
36 EmuThunkLib\r
37\r
38\r
39\r
d18d8a1d 40\r
949f388f 41\r