]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Library/DxeEmuStdErrSerialPortLib/DxeEmuStdErrSerialPortLib.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Library / DxeEmuStdErrSerialPortLib / DxeEmuStdErrSerialPortLib.inf
1 ## @file
2 # Write only instance of Serial Port Library with empty functions.
3 #
4 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
5 # Portions copyright (c) 2011, Apple Inc. All rights reserved.
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = DxeEmuStdErrSerialPortLib
15 FILE_GUID = 4EED5138-C512-9E4F-AB13-149B87D40453
16 MODULE_TYPE = PEIM
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = SerialPortLib| DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVE
19
20
21 [Sources]
22 DxeEmuStdErrSerialPortLib.c
23
24
25 [Packages]
26 MdePkg/MdePkg.dec
27 EmulatorPkg/EmulatorPkg.dec
28
29 [LibraryClasses]
30 EmuThunkLib
31
32
33
34
35