]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/PciCfgOnPciCfg2Thunk/PciCfgOnPciCfg2Thunk.inf
1. Correct File header to ## @file
[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
10# 2) R9 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
17# PEIM to provide the Variable functionality.\r
6bfbb5f0 18# Copyright (c) 2006 - 2010, Intel Corporation\r
4259256b 19#\r
20# All rights reserved. This program and the accompanying materials\r
21# are licensed and made available under the terms and conditions of the BSD License\r
22# which accompanies this distribution. The full text of the license may be found at\r
23# http://opensource.org/licenses/bsd-license.php\r
24# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
25# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
26#\r
27#\r
6bfbb5f0 28##\r
4259256b 29\r
30[Defines]\r
31 INF_VERSION = 0x00010005\r
5c6926d4 32 BASE_NAME = PciCfgOnPciCfg2Thunk\r
4259256b 33 FILE_GUID = 717886AB-C40A-44cf-9114-4119E84B0DC7\r
34 MODULE_TYPE = PEIM\r
35 VERSION_STRING = 1.0\r
36 EDK_RELEASE_VERSION = 0x00020000\r
37 EFI_SPECIFICATION_VERSION = 0x00020000\r
38\r
39 ENTRY_POINT = PeimInitializePciCfg\r
40\r
41#\r
42# The following information is for reference only and not required by the build tools.\r
43#\r
44# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
45#\r
46\r
6bfbb5f0 47[Sources]\r
5c6926d4 48 PciCfgOnPciCfg2Thunk.c\r
4259256b 49\r
50[Packages]\r
51 MdePkg/MdePkg.dec\r
52 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
53\r
54[LibraryClasses]\r
55 PeimEntryPoint\r
56 DebugLib\r
57\r
58[Ppis]\r
59 gEfiPciCfgPpiInServiceTableGuid\r
60 gEfiPciCfg2PpiGuid\r
61\r
62[Depex]\r
63 gEfiPciCfg2PpiGuid\r