]> 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 ed94d8b69246aa82792c8b11cc79233aa6f0e9f0..be6dd43ea6573cb35ef7201502cf578bca9b23f6 100644 (file)
@@ -1,54 +1,54 @@
-#/** @file\r
-# Component description file for IsaBus module.\r
+## @file\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 PnP\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, loads and initializes all ISA Device Drivers, matches ISA\r
-# Device Drivers with their respective ISA Controllers in a deterministic\r
-# manner, and informs a ISA Device Driver when it is to start managing an ISA\r
-# Controller.\r
+# Controller found. This driver is designed to manage a PCI-to-ISA bridge Device\r
+# such as an LPC bridge.\r
 #\r
-# Copyright (c) 2007, Intel Corporation\r
+# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# All rights reserved. This program and the accompanying materials\r
+# This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution. The full text of the license may be found at\r
 # http://opensource.org/licenses/bsd-license.php\r
 #\r
 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#**/\r
+##\r
 \r
 [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                    = DXE_DRIVER\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = InitializeIsaBus\r
 \r
+#\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  DRIVER_BINDING                = gIsaBusControllerDriver\r
+#  COMPONENT_NAME                = gIsaBusComponentName;\r
+#  COMPONENT_NAME2               = gIsaBusComponentName2;\r
+#\r
 \r
-[Sources.common]\r
+[Sources]\r
   ComponentName.c\r
   IsaIo.c\r
   IsaBus.c\r
-  IsaIo.h\r
-  IsaBus.h\r
-  IsaAcpi.h\r
+  InternalIsaIo.h\r
+  InternalIsaBus.h\r
   ComponentName.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
+  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
 \r
 [LibraryClasses]\r
   PcdLib\r
-  BootScriptLib\r
   ReportStatusCodeLib\r
   UefiBootServicesTableLib\r
   MemoryAllocationLib\r
   UefiDriverEntryPoint\r
   DebugLib\r
 \r
-[Guids]\r
-  gEfiStatusCodeSpecificDataGuid                # ALWAYS_CONSUMED\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
-[PcdsFeatureFlag.common]\r
-  PcdIsaBusOnlySupportSlaveDma|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
-  PcdIsaBusSupportDma|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
-  PcdIsaBusSupportIsaMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
+[Pcd]\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportedFeatures  ## CONSUMES\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  IsaBusDxeExtra.uni\r