]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf
EmulatorPkg: Remove all trailing whitespace
[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
4# Copyright (c) 2006 - 2010, 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
23 LIBRARY_CLASS = SerialPortLib| DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVE\r
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
d18d8a1d 33\r
949f388f 34[LibraryClasses]\r
35 EmuThunkLib\r
36\r
37\r
38\r
d18d8a1d 39\r
949f388f 40\r