]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Compatibility/PciCfgOnPciCfg2Thunk/PciCfgOnPciCfg2Thunk.inf
9dbad54526590fcacaa5fc99f8a1b8e0f843e7a8
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / PciCfgOnPciCfg2Thunk / PciCfgOnPciCfg2Thunk.inf
1 #/** @file
2 # Module produce PciCfgPpi on top of PciCfgPpi2.
3 #
4 # PIWG's PI specification replaces Inte's EFI Specification 1.10.
5 # EFI_PEI_PCI_CFG_PPI defined in Inte's EFI Specification 1.10 is replaced by
6 # EFI_PEI_PCI_CFG2_PPI in PI 1.0.
7 # This module produces PciCfgPpi on top of PciCfgPpi2. This module is used on platform when both of
8 # these two conditions are true:
9 # 1) Framework module is present that consumes PCI CFG AND
10 # 2) R9 module is present that produces PCI CFG2 but not PCI CFG
11 #
12 # The Usage of this module is rare since EDK II module IntelFrameworkModulePkg\Universal\PcatSingleSegmentPciCfgPei\PcatSingleSegmentPciCfgPei.inf
13 # that produce PCI CFG2 can also produce PCI CFG by setting Pcd Feature Flag gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfgDisable
14 # to FALSE.
15 #
16 #
17 # PEIM to provide the Variable functionality.
18 # Copyright (c) 2006 - 2007, Intel Corporation
19 #
20 # All rights reserved. This program and the accompanying materials
21 # are licensed and made available under the terms and conditions of the BSD License
22 # which accompanies this distribution. The full text of the license may be found at
23 # http://opensource.org/licenses/bsd-license.php
24 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
25 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
26 #
27 #
28 #**/
29
30 [Defines]
31 INF_VERSION = 0x00010005
32 BASE_NAME = PciCfgOnPciCfg2Thunk
33 FILE_GUID = 717886AB-C40A-44cf-9114-4119E84B0DC7
34 MODULE_TYPE = PEIM
35 VERSION_STRING = 1.0
36 EDK_RELEASE_VERSION = 0x00020000
37 EFI_SPECIFICATION_VERSION = 0x00020000
38
39 ENTRY_POINT = PeimInitializePciCfg
40
41 #
42 # The following information is for reference only and not required by the build tools.
43 #
44 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
45 #
46
47 [Sources.common]
48 PciCfgOnPciCfg2Thunk.c
49
50 [Packages]
51 MdePkg/MdePkg.dec
52 IntelFrameworkPkg/IntelFrameworkPkg.dec
53
54 [LibraryClasses]
55 PeimEntryPoint
56 DebugLib
57
58 [Ppis]
59 gEfiPciCfgPpiInServiceTableGuid
60 gEfiPciCfg2PpiGuid
61
62 [Depex]
63 gEfiPciCfg2PpiGuid