]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Library / DxeEmuSerialPortLib / DxeEmuSerialPortLib.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 = DxeEmuSerialPortLib
15 FILE_GUID = DF08A29A-F60B-E649-AA79-A1490E863A5D
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 DxeEmuSerialPortLib.c
23
24
25 [Packages]
26 MdePkg/MdePkg.dec
27 EmulatorPkg/EmulatorPkg.dec
28 EmbeddedPkg/EmbeddedPkg.dec
29
30 [LibraryClasses]
31 EmuThunkLib
32
33
34
35
36