]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / IntelFrameworkPkg / Library / DxeIoLibCpuIo / DxeIoLibCpuIo.inf
index c5e3e6173d28633c0805529a5e77ee316e2b4363..348f05ee9857ca171c261401a5fbe90369c17a20 100644 (file)
@@ -1,9 +1,7 @@
 ## @file\r
-# Component description file for Cpu Io Dxe Io Library.\r
+# I/O Library implementation that uses the CPU I/O Protocol for I/O and MMIO operations.\r
 #\r
-# I/O Library implementation that uses the CPU I/O Protocol for I/O\r
-#  and MMIO operations.\r
-# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DxeIoLibCpuIo\r
+  MODULE_UNI_FILE                = DxeIoLibCpuIo.uni\r
   FILE_GUID                      = e94cd42a-3aad-4ea0-9b09-945891c60ccd\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = IoLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
+  LIBRARY_CLASS                  = IoLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
   CONSTRUCTOR                    = IoLibConstructor\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
@@ -46,7 +45,8 @@
   UefiBootServicesTableLib\r
 \r
 [Protocols]\r
-  gEfiCpuIoProtocolGuid                         # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiCpuIoProtocolGuid                         ## CONSUMES\r
 \r
 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]\r
-  gEfiCpuIoProtocolGuid
\ No newline at end of file
+  gEfiCpuIoProtocolGuid\r
+\r