]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxeIoLibEsal/DxeIoLibEsal.inf
Update comments in BaseExtractGuidedSectionLib library instance to say its used memor...
[mirror_edk2.git] / MdePkg / Library / DxeIoLibEsal / DxeIoLibEsal.inf
CommitLineData
863be5d0 1## @file\r
2# Component description file for a CPU I/O Library that layers on top of \r
3# Itanium ESAL services.\r
4#\r
5# I/O Library implementation that uses Itanium ESAL services for I/O\r
6# and MMIO operations.\r
7#\r
8# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
9# This program and the accompanying materials are licensed and made available\r
10# under the terms and conditions of the BSD License which accompanies this \r
11# distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php.\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = DxeIoLibEsal\r
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