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