X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FLibrary%2FDxeIoLibCpuIo%2FDxeIoLibCpuIo.inf;h=348f05ee9857ca171c261401a5fbe90369c17a20;hp=850dbbceb6f4f88b4ddeefffa485da156989a50e;hb=f33d5d68abc02727dc828c1079e72ab65e1d63af;hpb=6bfbb5f0e09c3fd70e0df5300dfed2e734c4a230 diff --git a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf index 850dbbceb6..348f05ee98 100644 --- a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf +++ b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf @@ -1,11 +1,9 @@ ## @file -# Component description file for Cpu Io Dxe Io Library. +# I/O Library implementation that uses the CPU I/O Protocol for I/O and MMIO operations. # -# I/O Library implementation that uses the CPU I/O Protocol for I/O -# and MMIO operations. -# Copyright (c) 2006 - 2010, Intel Corporation. +# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php @@ -18,16 +16,17 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = DxeIoLibCpuIo + MODULE_UNI_FILE = DxeIoLibCpuIo.uni FILE_GUID = e94cd42a-3aad-4ea0-9b09-945891c60ccd MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - LIBRARY_CLASS = IoLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER + LIBRARY_CLASS = IoLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER CONSTRUCTOR = IoLibConstructor # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 EBC # [Sources] @@ -46,7 +45,8 @@ UefiBootServicesTableLib [Protocols] - gEfiCpuIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED + gEfiCpuIoProtocolGuid ## CONSUMES + +[Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER] + gEfiCpuIoProtocolGuid -[Depex] - gEfiCpuIoProtocolGuid \ No newline at end of file