]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/LibC/Uefi/InteractiveIO/IIO.inf
StdLib: Fix IIO_Write() to return the number of bytes consumed, not characters output.
[mirror_edk2.git] / StdLib / LibC / Uefi / InteractiveIO / IIO.inf
CommitLineData
6c6c850a 1## @file\r
2# Interactive I/O Library.\r
3#\r
4# Copyright (c) 2012, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials are licensed and made available\r
6# under the terms and conditions of the BSD License which accompanies this\r
7# distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php.\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = LibIIO\r
18 FILE_GUID = c1e9fffb-5557-4cb5-a5f5-1fbd902a74ed\r
19 MODULE_TYPE = UEFI_APPLICATION\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = LibIIO\r
22\r
23#\r
24# VALID_ARCHITECTURES = IA32 X64\r
25#\r
26\r
27[Sources]\r
28 IIO.c\r
29 NonCanonRead.c\r
30 CanonRead.c\r
31 TerminalFunctions.c\r
32 IIOutilities.c\r
33 IIOwrite.c\r
34 IIOecho.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 StdLib/StdLib.dec\r
39 StdLibPrivateInternalFiles/DoNotUse.dec\r
40\r
41[LibraryClasses]\r
42 BaseLib\r
43 BaseMemoryLib\r
44 MemoryAllocationLib\r
45 LibC\r
46 LibWchar\r
47 LibContainer\r
48\r
49[Protocols]\r
50 gEfiSimpleTextInProtocolGuid ## CONSUMES\r
51 gEfiSimpleTextOutProtocolGuid ## CONSUMES\r