]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[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
e3ba31da 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
949f388f 8#\r
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
7e284acb 14 BASE_NAME = DxeEmuSerialPortLib\r
949f388f 15 FILE_GUID = DF08A29A-F60B-E649-AA79-A1490E863A5D\r
16 MODULE_TYPE = PEIM\r
17 VERSION_STRING = 1.0\r
ba6037f8 18 LIBRARY_CLASS = SerialPortLib| DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVE\r
949f388f 19\r
20\r
21[Sources]\r
22 DxeEmuSerialPortLib.c\r
23\r
24\r
25[Packages]\r
26 MdePkg/MdePkg.dec\r
bb89ec1a 27 EmulatorPkg/EmulatorPkg.dec\r
171bb2e5 28 EmbeddedPkg/EmbeddedPkg.dec\r
d18d8a1d 29\r
949f388f 30[LibraryClasses]\r
31 EmuThunkLib\r
32\r
33\r
34\r
d18d8a1d 35\r
949f388f 36\r