]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
change TokenSpaceGuid to the package Token Space Guid
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaBusDxe / IsaBusDxe.inf
CommitLineData
c21fc3e8 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 PnP\r
f8cd287b 5# Protocol, produces an instance of the ISA I/O Protocol for every ISA\r
6# Controller found, loads and initializes all ISA Device Drivers, matches ISA\r
7# Device Drivers with their respective ISA Controllers in a deterministic\r
8# manner, and informs a ISA Device Driver when it is to start managing an ISA\r
9# Controller.\r
c21fc3e8 10#\r
f8cd287b 11# Copyright (c) 2007, Intel Corporation\r
c21fc3e8 12#\r
f8cd287b 13# All rights reserved. This program and the accompanying materials\r
14# are licensed and made available under the terms and conditions of the BSD License\r
15# which accompanies this distribution. The full text of the license may be found at\r
16# http://opensource.org/licenses/bsd-license.php\r
c21fc3e8 17#\r
f8cd287b 18# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
19# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
c21fc3e8 20#**/\r
21\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = IsaBusDxe\r
25 FILE_GUID = 240612B5-A063-11d4-9A3A-0090273FC14D\r
26 MODULE_TYPE = DXE_DRIVER\r
27 VERSION_STRING = 1.0\r
28 EDK_RELEASE_VERSION = 0x00020000\r
29 EFI_SPECIFICATION_VERSION = 0x00020000\r
30\r
31 ENTRY_POINT = InitializeIsaBus\r
32\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34\r
35[Sources.common]\r
36 ComponentName.c\r
37 IsaIo.c\r
38 IsaBus.c\r
39 IsaIo.h\r
40 IsaBus.h\r
41 IsaAcpi.h\r
42 ComponentName.h\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
47 MdeModulePkg/MdeModulePkg.dec\r
48\r
49[LibraryClasses]\r
50 PcdLib\r
51 BootScriptLib\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
60\r
61[Guids]\r
62 gEfiStatusCodeSpecificDataGuid # ALWAYS_CONSUMED\r
63\r
64[Protocols]\r
65 gEfiIsaIoProtocolGuid # PROTOCOL BY_START\r
66 gEfiIsaAcpiProtocolGuid # PROTOCOL TO_START\r
67 gEfiPciIoProtocolGuid # PROTOCOL TO_START\r
68 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
69 gEfiGenericMemTestProtocolGuid # PROTOCOL TO_START\r
70\r
71[PcdsFeatureFlag.common]\r
72 PcdIsaBusOnlySupportSlaveDma|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
73 PcdIsaBusSupportDma|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
74 PcdIsaBusSupportIsaMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
75\r