]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / IntelFrameworkPkg / Library / DxeIoLibCpuIo / DxeIoLibCpuIo.inf
... / ...
CommitLineData
1## @file\r
2# I/O Library implementation that uses the CPU I/O Protocol for I/O and MMIO operations.\r
3#\r
4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials\r
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
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = DxeIoLibCpuIo\r
19 MODULE_UNI_FILE = DxeIoLibCpuIo.uni\r
20 FILE_GUID = e94cd42a-3aad-4ea0-9b09-945891c60ccd\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = IoLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
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
29# VALID_ARCHITECTURES = IA32 X64 EBC\r
30#\r
31\r
32[Sources]\r
33 IoLibMmioBuffer.c\r
34 DxeCpuIoLibInternal.h\r
35 IoHighLevel.c\r
36 IoLib.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 DebugLib\r
45 UefiBootServicesTableLib\r
46\r
47[Protocols]\r
48 gEfiCpuIoProtocolGuid ## CONSUMES\r
49\r
50[Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]\r
51 gEfiCpuIoProtocolGuid\r
52\r