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