]> git.proxmox.com Git - mirror_edk2.git/blame - InOsEmuPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf
Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.
[mirror_edk2.git] / InOsEmuPkg / Library / PeiEmuSerialPortLib / PeiEmuSerialPortLib.inf
CommitLineData
949f388f 1## @file\r
2# Write only instance of Serial Port Library with empty functions.\r
3#\r
4# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
5# Portions copyright (c) 2011, Apple Inc. All rights reserved. \r
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php.\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = PeiEmuSerialPortLibNull\r
20 FILE_GUID = E4541241-8897-411a-91F8-7D7E45837146\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
65e3f333 23 LIBRARY_CLASS = SerialPortLib| PEI_CORE PEIM SEC\r
949f388f 24\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
27#\r
28\r
29[Sources]\r
30 PeiEmuSerialPortLib.c\r
31\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 InOsEmuPkg/InOsEmuPkg.dec\r
36 \r
37[LibraryClasses]\r
38 PeiServicesLib\r
39\r
40[Ppis]\r
41 gEmuThunkPpiGuid # PPI ALWAYS_CONSUMED\r
42\r
43\r
44 \r
45\r