2011-05-11 20:31:20 +02:00
|
|
|
## @file
|
|
|
|
# Write only instance of Serial Port Library with empty functions.
|
|
|
|
#
|
2022-12-06 06:30:18 +01:00
|
|
|
# Copyright (c) 2006 - 2022, Intel Corporation. All rights reserved.<BR>
|
2011-06-28 18:50:26 +02:00
|
|
|
# Portions copyright (c) 2011, Apple Inc. All rights reserved.
|
2011-05-11 20:31:20 +02:00
|
|
|
#
|
2019-04-04 01:03:44 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2011-05-11 20:31:20 +02:00
|
|
|
#
|
|
|
|
#
|
|
|
|
##
|
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = PeiEmuSerialPortLibNull
|
2019-09-05 07:29:56 +02:00
|
|
|
FILE_GUID = 76003416-0373-4C3C-BC4C-87E367FD4BD1
|
2011-05-11 20:31:20 +02:00
|
|
|
MODULE_TYPE = PEIM
|
|
|
|
VERSION_STRING = 1.0
|
2011-05-14 18:00:22 +02:00
|
|
|
LIBRARY_CLASS = SerialPortLib| PEI_CORE PEIM SEC
|
2011-05-11 20:31:20 +02:00
|
|
|
|
|
|
|
#
|
2018-06-29 05:22:32 +02:00
|
|
|
# VALID_ARCHITECTURES = IA32 X64 EBC
|
2011-05-11 20:31:20 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
[Sources]
|
|
|
|
PeiEmuSerialPortLib.c
|
|
|
|
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
2011-06-28 18:47:23 +02:00
|
|
|
EmulatorPkg/EmulatorPkg.dec
|
2011-06-28 18:50:26 +02:00
|
|
|
|
2011-05-11 20:31:20 +02:00
|
|
|
[LibraryClasses]
|
|
|
|
PeiServicesLib
|
|
|
|
|
|
|
|
[Ppis]
|
|
|
|
gEmuThunkPpiGuid # PPI ALWAYS_CONSUMED
|
|
|
|
|
|
|
|
|
2011-06-28 18:50:26 +02:00
|
|
|
|
2011-05-11 20:31:20 +02:00
|
|
|
|