]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[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 - 2022, 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 = 76003416-0373-4C3C-BC4C-87E367FD4BD1
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
32 [LibraryClasses]
33 PeiServicesLib
34
35 [Ppis]
36 gEmuThunkPpiGuid # PPI ALWAYS_CONSUMED
37
38
39
40