]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxeIoLibCpuIo2/DxeIoLibCpuIo2.inf
MdePkg: Clean up source files
[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
ba9f8351 7# This program and the accompanying materials are licensed and made available\r
9095d37b 8# under the terms and conditions of the BSD License which accompanies this\r
ba9f8351 9# distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php.\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = DxeIoLibCpuIo2\r
c92c1790 21 MODULE_UNI_FILE = DxeIoLibCpuIo2.uni\r
ba9f8351 22 FILE_GUID = 33D33BF3-349E-4768-9459-836A9F7558FB\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = IoLib|DXE_DRIVER DXE_SAL_DRIVER\r
26 CONSTRUCTOR = IoLibConstructor\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
34[Sources]\r
35 IoLibMmioBuffer.c\r
36 DxeCpuIo2LibInternal.h\r
37 IoHighLevel.c\r
38 IoLib.c\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42\r
43[LibraryClasses]\r
44 BaseLib\r
45 DebugLib\r
46 UefiBootServicesTableLib\r
47\r
48[Protocols]\r
49 gEfiCpuIo2ProtocolGuid ## CONSUMES\r
50\r
51[Depex]\r
52 gEfiCpuIo2ProtocolGuid\r
c92c1790 53\r