update the comments on Event
[edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaBusDxe / IsaBusDxe.inf
blob7f06f7fe1c9d540dcbe1ab901f7434968806494b
1 #/** @file\r
2 # Component description file for IsaBus module.\r
3 #\r
4 # Discovers all the ISA Controllers and their resources by using the ISA ACPI \r
5 # Protocol, produces an instance of the ISA I/O Protocol for every ISA \r
6 # Controller found. This driver is designed to manage a PCI-to-ISA bridge Device\r
7 # such as LPC bridge.\r
8 #\r
9 # Copyright (c) 2007 - 2009, Intel Corporation\r
10 #\r
11 # All rights reserved. This program and the accompanying materials\r
12 # are licensed and made available under the terms and conditions of the BSD License\r
13 # which accompanies this distribution. The full text of the license may be found at\r
14 # http://opensource.org/licenses/bsd-license.php\r
15 #\r
16 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18 #**/\r
20 [Defines]\r
21   INF_VERSION                    = 0x00010005\r
22   BASE_NAME                      = IsaBusDxe\r
23   FILE_GUID                      = 240612B5-A063-11d4-9A3A-0090273FC14D\r
24   MODULE_TYPE                    = UEFI_DRIVER\r
25   VERSION_STRING                 = 1.0\r
26   EFI_SPECIFICATION_VERSION      = 0x00020000\r
27   ENTRY_POINT                    = InitializeIsaBus\r
29 #\r
30 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
31 #  DRIVER_BINDING                = gIsaBusControllerDriver\r
32 #  COMPONENT_NAME                = gIsaBusComponentName;\r
33 #  COMPONENT_NAME2               = gIsaBusComponentName2;\r
34 #\r
36 [Sources.common]\r
37   ComponentName.c\r
38   IsaIo.c\r
39   IsaBus.c\r
40   InternalIsaIo.h\r
41   InternalIsaBus.h\r
42   ComponentName.h\r
44 [Packages]\r
45   MdePkg/MdePkg.dec\r
46   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
47   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
48   MdeModulePkg/MdeModulePkg.dec\r
50 [LibraryClasses]\r
51   PcdLib\r
52   ReportStatusCodeLib\r
53   UefiBootServicesTableLib\r
54   MemoryAllocationLib\r
55   BaseMemoryLib\r
56   DevicePathLib\r
57   UefiLib\r
58   UefiDriverEntryPoint\r
59   DebugLib\r
61 [Protocols]\r
62   gEfiIsaIoProtocolGuid                         # PROTOCOL BY_START\r
63   gEfiIsaAcpiProtocolGuid                       # PROTOCOL TO_START\r
64   gEfiPciIoProtocolGuid                         # PROTOCOL TO_START\r
65   gEfiDevicePathProtocolGuid                    # PROTOCOL TO_START\r
66   gEfiGenericMemTestProtocolGuid                # PROTOCOL TO_START\r
68 [FeaturePcd.common]\r
69   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusOnlySupportSlaveDma\r
70   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportDma\r
71   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportIsaMemory\r