]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxeIoLibCpuIo2/DxeIoLibCpuIo2.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / DxeIoLibCpuIo2 / DxeIoLibCpuIo2.inf
CommitLineData
ba9f8351 1## @file\r
2# I/O Library instance based on EFI_CPU_IO2_PROTOCOL.\r
3#\r
4# I/O Library implementation that uses the CPU I/O2 Protocol for I/O and MMIO operations.\r
5#\r
9095d37b 6# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
9344f092 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
ba9f8351 8#\r
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = DxeIoLibCpuIo2\r
c92c1790 15 MODULE_UNI_FILE = DxeIoLibCpuIo2.uni\r
ba9f8351 16 FILE_GUID = 33D33BF3-349E-4768-9459-836A9F7558FB\r
17 MODULE_TYPE = DXE_DRIVER\r
18 VERSION_STRING = 1.0\r
3cb0a311 19 LIBRARY_CLASS = IoLib|DXE_DRIVER\r
ba9f8351 20 CONSTRUCTOR = IoLibConstructor\r
21\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
3cb0a311 25# VALID_ARCHITECTURES = IA32 X64 EBC\r
ba9f8351 26#\r
27\r
28[Sources]\r
29 IoLibMmioBuffer.c\r
30 DxeCpuIo2LibInternal.h\r
31 IoHighLevel.c\r
32 IoLib.c\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36\r
37[LibraryClasses]\r
38 BaseLib\r
39 DebugLib\r
40 UefiBootServicesTableLib\r
41\r
42[Protocols]\r
43 gEfiCpuIo2ProtocolGuid ## CONSUMES\r
44\r
45[Depex]\r
46 gEfiCpuIo2ProtocolGuid\r
c92c1790 47\r