]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf
EmulatorPkg: Remove unnecessary dependency on EmbeddedPkg
[mirror_edk2.git] / EmulatorPkg / Library / DxeEmuSerialPortLib / DxeEmuSerialPortLib.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
7e284acb 14 BASE_NAME = DxeEmuSerialPortLib\r
949f388f 15 FILE_GUID = DF08A29A-F60B-E649-AA79-A1490E863A5D\r
16 MODULE_TYPE = PEIM\r
17 VERSION_STRING = 1.0\r
ba6037f8 18 LIBRARY_CLASS = SerialPortLib| DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVE\r
949f388f 19\r
20\r
21[Sources]\r
22 DxeEmuSerialPortLib.c\r
23\r
24\r
25[Packages]\r
26 MdePkg/MdePkg.dec\r
bb89ec1a 27 EmulatorPkg/EmulatorPkg.dec\r
d18d8a1d 28\r
949f388f 29[LibraryClasses]\r
30 EmuThunkLib\r
31\r
32\r
33\r
d18d8a1d 34\r
949f388f 35\r