]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
Update some module INF files in IntelFrameworkModulePkg to UEFI_DRIVER
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaBusDxe / IsaBusDxe.inf
index 65e5686be55010959ad00ac93d744341595ab5ef..2beb13bd468da445a4f90ae33e432976a8bb098d 100644 (file)
@@ -2,26 +2,28 @@
 # Component description file for IsaBus module.\r
 #\r
 # Discovers all the ISA Controllers and their resources by using the ISA PnP\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
+# 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
 #\r
-#  Copyright (c) 2006 - 2007, Intel Corporation<BR>\r
-#  All rights reserved. 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
+# Copyright (c) 2007, Intel Corporation\r
 #\r
+# All rights reserved. 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
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = IsaBusDxe\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
   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
@@ -66,8 +67,9 @@
   gEfiDevicePathProtocolGuid                    # PROTOCOL TO_START\r
   gEfiGenericMemTestProtocolGuid                # PROTOCOL TO_START\r
 \r
-[PcdsFeatureFlag.common]\r
-  PcdIsaBusOnlySupportSlaveDma|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
-  PcdIsaBusSupportDma|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
-  PcdIsaBusSupportIsaMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
+[FeaturePcd.common]\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusOnlySupportSlaveDma\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportDma\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportIsaMemory\r
+\r
 \r