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