]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/IsaIoDxe.inf
IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaIoDxe / IsaIoDxe.inf
index 4caf3387e27ce259d974b066bde89e00549d116a..499cf434f526d47d7b539d3cd960da5edfb91267 100644 (file)
@@ -1,9 +1,11 @@
 ## @file\r
-# Component description file for IsaIoDxe module.\r
-#\r
 # Produces an instance of the ISA I/O Protocol for every SIO controller.\r
 #\r
-# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+# Produces an instance of the ISA I/O Protocol for every SIO controller. The ISA\r
+# I/O protocols are installed based off of the information provided by each\r
+# instance of the SIO Protocol found.\r
+#\r
+# Copyright (c) 2010 - 2014, 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
@@ -17,6 +19,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = IsaIoDxe\r
+  MODULE_UNI_FILE                = IsaIoDxe.uni\r
   FILE_GUID                      = 61AD3083-DCAD-4850-A50C-73B23B3B14F9\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
   DebugLib\r
 \r
 [Protocols]\r
-  gEfiIsaIoProtocolGuid                         # PROTOCOL BY_START\r
-  gEfiSioProtocolGuid                           # PROTOCOL TO_START\r
-  gEfiPciIoProtocolGuid                         # PROTOCOL TO_START\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL TO_START\r
-  gEfiGenericMemTestProtocolGuid                # PROTOCOL TO_START\r
+  gEfiIsaIoProtocolGuid                         ## BY_START\r
+  gEfiSioProtocolGuid                           ## TO_START\r
+  gEfiPciIoProtocolGuid                         ## TO_START\r
+  gEfiDevicePathProtocolGuid                    ## TO_START\r
+  gEfiGenericMemTestProtocolGuid                ## TO_START\r
 \r
 [Pcd]\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportedFeatures\r
-\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportedFeatures  ## CONSUMES\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  IsaIoDxeExtra.uni\r