]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
IntelFrameworkPkg: Replace BSD License with BSD+Patent License
[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
22a69a5e 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
694363f8 7#\r
8#\r
6bfbb5f0 9##\r
694363f8 10\r
694363f8 11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = DxeIoLibCpuIo\r
f15d2c8f 14 MODULE_UNI_FILE = DxeIoLibCpuIo.uni\r
694363f8 15 FILE_GUID = e94cd42a-3aad-4ea0-9b09-945891c60ccd\r
16 MODULE_TYPE = DXE_DRIVER\r
17 VERSION_STRING = 1.0\r
8f465372 18 LIBRARY_CLASS = IoLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
694363f8 19 CONSTRUCTOR = IoLibConstructor\r
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
8f465372 24# VALID_ARCHITECTURES = IA32 X64 EBC\r
694363f8 25#\r
26\r
6bfbb5f0 27[Sources]\r
694363f8 28 IoLibMmioBuffer.c\r
29 DxeCpuIoLibInternal.h\r
30 IoHighLevel.c\r
31 IoLib.c\r
32\r
694363f8 33[Packages]\r
34 MdePkg/MdePkg.dec\r
856500d8 35 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
694363f8 36\r
694363f8 37[LibraryClasses]\r
d85067fd 38 BaseLib\r
39 DebugLib\r
40 UefiBootServicesTableLib\r
694363f8 41\r
694363f8 42[Protocols]\r
f15d2c8f 43 gEfiCpuIoProtocolGuid ## CONSUMES\r
9f5fea47 44\r
3397c6f5 45[Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]\r
f15d2c8f
LG
46 gEfiCpuIoProtocolGuid\r
47\r