]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf
EmulatorPkg: Remove unnecessary dependency on EmbeddedPkg
[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
2c284027 4# Copyright (c) 2006 - 2022, 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
e0e388a4 15 FILE_GUID = 76003416-0373-4C3C-BC4C-87E367FD4BD1\r
949f388f 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
d18d8a1d 31\r
949f388f 32[LibraryClasses]\r
33 PeiServicesLib\r
34\r
35[Ppis]\r
36 gEmuThunkPpiGuid # PPI ALWAYS_CONSUMED\r
37\r
38\r
d18d8a1d 39\r
949f388f 40\r