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