]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
Remove IntelFrameworkModulePkg
[mirror_edk2.git] / IntelFrameworkPkg / Library / DxeIoLibCpuIo / DxeIoLibCpuIo.inf
1 ## @file
2 # I/O Library implementation that uses the CPU I/O Protocol for I/O and MMIO operations.
3 #
4 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = DxeIoLibCpuIo
14 MODULE_UNI_FILE = DxeIoLibCpuIo.uni
15 FILE_GUID = e94cd42a-3aad-4ea0-9b09-945891c60ccd
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = IoLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
19 CONSTRUCTOR = IoLibConstructor
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27 [Sources]
28 IoLibMmioBuffer.c
29 DxeCpuIoLibInternal.h
30 IoHighLevel.c
31 IoLib.c
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 IntelFrameworkPkg/IntelFrameworkPkg.dec
36
37 [LibraryClasses]
38 BaseLib
39 DebugLib
40 UefiBootServicesTableLib
41
42 [Protocols]
43 gEfiCpuIoProtocolGuid ## CONSUMES
44
45 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]
46 gEfiCpuIoProtocolGuid
47