]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxeIoLibEsal/DxeIoLibEsal.inf
MdePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdePkg / Library / DxeIoLibEsal / DxeIoLibEsal.inf
CommitLineData
863be5d0 1## @file\r
c92c1790 2# I/O Library instance that layers on top of Itanium ESAL services.\r
863be5d0 3#\r
4# I/O Library implementation that uses Itanium ESAL services for I/O\r
5# and MMIO operations.\r
6#\r
c92c1790 7# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
863be5d0 8# This program and the accompanying materials are licensed and made available\r
9# under the terms and conditions of the BSD License which accompanies this \r
10# distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php.\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
c92c1790 16##\r
863be5d0 17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = DxeIoLibEsal\r
c92c1790 21 MODULE_UNI_FILE = DxeIoLibEsal.uni\r
863be5d0 22 FILE_GUID = 0D8E6E4E-B029-475f-9122-60A3FEDBA8C0\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = IoLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IPF\r
31#\r
32\r
33[Sources]\r
34 IoHighLevel.c\r
35 IoLib.c\r
36 IoLibMmioBuffer.c\r
37 DxeIoLibEsalInternal.h\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41\r
42[LibraryClasses]\r
43 ExtendedSalLib\r
44 BaseLib\r
45 DebugLib\r
46\r
47[Depex]\r
48 gEfiExtendedSalBaseIoServicesProtocolGuid\r
c92c1790 49\r