]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Library / PeiEmuSerialPortLib / PeiEmuSerialPortLib.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
14 BASE_NAME = PeiEmuSerialPortLibNull\r
15 FILE_GUID = E4541241-8897-411a-91F8-7D7E45837146\r
16 MODULE_TYPE = PEIM\r
17 VERSION_STRING = 1.0\r
65e3f333 18 LIBRARY_CLASS = SerialPortLib| PEI_CORE PEIM SEC\r
949f388f 19\r
20#\r
ba6037f8 21# VALID_ARCHITECTURES = IA32 X64 EBC\r
949f388f 22#\r
23\r
24[Sources]\r
25 PeiEmuSerialPortLib.c\r
26\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
bb89ec1a 30 EmulatorPkg/EmulatorPkg.dec\r
171bb2e5 31 EmbeddedPkg/EmbeddedPkg.dec\r
d18d8a1d 32\r
949f388f 33[LibraryClasses]\r
34 PeiServicesLib\r
35\r
36[Ppis]\r
37 gEmuThunkPpiGuid # PPI ALWAYS_CONSUMED\r
38\r
39\r
d18d8a1d 40\r
949f388f 41\r