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