Home | History | Annotate | Download | only in InteractiveIO
      1 ## @file

      2 #  Interactive I/O Library.

      3 #

      4 #  Copyright (c) 2012, Intel Corporation. All rights reserved.<BR>

      5 #  This program and the accompanying materials are licensed and made available

      6 #  under the terms and conditions of the BSD License which accompanies this

      7 #  distribution.  The full text of the license may be found at

      8 #  http://opensource.org/licenses/bsd-license.php.

      9 #

     10 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,

     11 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

     12 #

     13 ##

     14 
     15 [Defines]
     16   INF_VERSION                   = 0x00010005
     17   BASE_NAME                     = LibIIO
     18   FILE_GUID                     = c1e9fffb-5557-4cb5-a5f5-1fbd902a74ed
     19   MODULE_TYPE                   = UEFI_APPLICATION
     20   VERSION_STRING                = 1.0
     21   LIBRARY_CLASS                 = LibIIO
     22 
     23 #

     24 #  VALID_ARCHITECTURES          = IA32 X64

     25 #

     26 
     27 [Sources]
     28   IIO.c
     29   NonCanonRead.c
     30   CanonRead.c
     31   TerminalFunctions.c
     32   IIOutilities.c
     33   IIOwrite.c
     34   IIOecho.c
     35 
     36 [Packages]
     37   MdePkg/MdePkg.dec
     38   StdLib/StdLib.dec
     39   StdLibPrivateInternalFiles/DoNotUse.dec
     40 
     41 [LibraryClasses]
     42   BaseLib
     43   BaseMemoryLib
     44   MemoryAllocationLib
     45   LibC
     46   LibWchar
     47   LibContainer
     48 
     49 [Protocols]
     50   gEfiSimpleTextInProtocolGuid          ## CONSUMES

     51   gEfiSimpleTextOutProtocolGuid         ## CONSUMES

     52