]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
IntelFrameworkPkg: Removing ipf from edk2.
[mirror_edk2.git] / IntelFrameworkPkg / Library / DxeIoLibCpuIo / DxeIoLibCpuIo.inf
CommitLineData
6bfbb5f0 1## @file\r
f15d2c8f 2# I/O Library implementation that uses the CPU I/O Protocol for I/O and MMIO operations.\r
694363f8 3#\r
8f465372 4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
694363f8 5#\r
2b3687db 6# This program and the accompanying materials\r
694363f8 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\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
6bfbb5f0 14##\r
694363f8 15\r
694363f8 16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = DxeIoLibCpuIo\r
f15d2c8f 19 MODULE_UNI_FILE = DxeIoLibCpuIo.uni\r
694363f8 20 FILE_GUID = e94cd42a-3aad-4ea0-9b09-945891c60ccd\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
8f465372 23 LIBRARY_CLASS = IoLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
694363f8 24 CONSTRUCTOR = IoLibConstructor\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
8f465372 29# VALID_ARCHITECTURES = IA32 X64 EBC\r
694363f8 30#\r
31\r
6bfbb5f0 32[Sources]\r
694363f8 33 IoLibMmioBuffer.c\r
34 DxeCpuIoLibInternal.h\r
35 IoHighLevel.c\r
36 IoLib.c\r
37\r
694363f8 38[Packages]\r
39 MdePkg/MdePkg.dec\r
856500d8 40 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
694363f8 41\r
694363f8 42[LibraryClasses]\r
d85067fd 43 BaseLib\r
44 DebugLib\r
45 UefiBootServicesTableLib\r
694363f8 46\r
694363f8 47[Protocols]\r
f15d2c8f 48 gEfiCpuIoProtocolGuid ## CONSUMES\r
9f5fea47 49\r
3397c6f5 50[Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]\r
f15d2c8f
LG
51 gEfiCpuIoProtocolGuid\r
52\r