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

      2 # I/O Library instance that layers on top of Itanium ESAL services.

      3 #

      4 # I/O Library implementation that uses Itanium ESAL services for I/O

      5 #  and MMIO operations.

      6 #

      7 # Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>

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

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

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

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

     12 #

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

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

     15 #

     16 ##

     17 
     18 [Defines]
     19   INF_VERSION                    = 0x00010005
     20   BASE_NAME                      = DxeIoLibEsal
     21   MODULE_UNI_FILE                = DxeIoLibEsal.uni
     22   FILE_GUID                      = 0D8E6E4E-B029-475f-9122-60A3FEDBA8C0
     23   MODULE_TYPE                    = DXE_DRIVER
     24   VERSION_STRING                 = 1.0
     25   LIBRARY_CLASS                  = IoLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER
     26 
     27 #

     28 # The following information is for reference only and not required by the build tools.

     29 #

     30 #  VALID_ARCHITECTURES           = IPF

     31 #

     32 
     33 [Sources]
     34   IoHighLevel.c
     35   IoLib.c
     36   IoLibMmioBuffer.c
     37   DxeIoLibEsalInternal.h
     38 
     39 [Packages]
     40   MdePkg/MdePkg.dec
     41 
     42 [LibraryClasses]
     43   ExtendedSalLib
     44   BaseLib
     45   DebugLib
     46 
     47 [Depex]
     48   gEfiExtendedSalBaseIoServicesProtocolGuid
     49 
     50