]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaBusDxe / IsaBusDxe.inf
index 27c510eb407ece1b212ddf5dd6c0e18b34e63344..be6dd43ea6573cb35ef7201502cf578bca9b23f6 100644 (file)
@@ -1,12 +1,12 @@
 ## @file\r
-# Component description file for IsaBus module.\r
+# Generates ISA I/O Protocols based on the ISA ACPI Protocol instances.\r
 #\r
-# Discovers all the ISA Controllers and their resources by using the ISA ACPI \r
-# Protocol, produces an instance of the ISA I/O Protocol for every ISA \r
+# Discovers all the ISA Controllers and their resources by using the ISA ACPI\r
+# Protocol, produces an instance of the ISA I/O Protocol for every ISA\r
 # Controller found. This driver is designed to manage a PCI-to-ISA bridge Device\r
-# such as LPC bridge.\r
+# such as an LPC bridge.\r
 #\r
-# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 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
@@ -20,6 +20,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = IsaBusDxe\r
+  MODULE_UNI_FILE                = IsaBusDxe.uni\r
   FILE_GUID                      = 240612B5-A063-11d4-9A3A-0090273FC14D\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
   DebugLib\r
 \r
 [Protocols]\r
-  gEfiIsaIoProtocolGuid                         # PROTOCOL BY_START\r
-  gEfiIsaAcpiProtocolGuid                       # PROTOCOL TO_START\r
-  gEfiPciIoProtocolGuid                         # PROTOCOL TO_START\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL TO_START\r
-  gEfiGenericMemTestProtocolGuid                # PROTOCOL TO_START\r
+  gEfiIsaIoProtocolGuid                         ## BY_START\r
+  gEfiDevicePathProtocolGuid                    ## BY_START\r
+  gEfiIsaAcpiProtocolGuid                       ## 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
+  IsaBusDxeExtra.uni\r