]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PcatSingleSegmentPciCfgPei.inf
d53e2bbe14e2b97d7eeb82c8ff769fbfb1c68fe6
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / PcatSingleSegmentPciCfgPei / PcatSingleSegmentPciCfgPei.inf
1 #/** @file
2 # Single Segment Pci Configuration PPI
3 #
4 # This file declares PciCfg PPI used to access PCI configuration space in PEI
5 # Copyright (c) 2006 - 2007, Intel Corporation
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 #**/
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = PcatSingleSegmentPciCfgPei
20 FILE_GUID = 27A5159D-5E61-4809-919A-422E887101EF
21 MODULE_TYPE = PEIM
22 VERSION_STRING = 1.0
23 EDK_RELEASE_VERSION = 0x00020000
24 EFI_SPECIFICATION_VERSION = 0x00020000
25
26 ENTRY_POINT = PeimInitializePciCfg
27
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31
32 [Sources.common]
33 PciCfg.c
34 PciCfg2.c
35 PciCfgInternal.h
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 IntelFrameworkPkg/IntelFrameworkPkg.dec
40 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
41
42
43 [LibraryClasses]
44 PeimEntryPoint
45 PciLib
46 BaseLib
47 DebugLib
48
49
50 [Ppis]
51 gEfiPciCfg2PpiGuid # PPI ALWAYS_PRODUCED
52 gEfiPciCfgPpiInServiceTableGuid # PPI ALWAYS_PRODUCED
53
54 [PcdsFeatureFlag.common]
55 PcdPciCfgDisable|gEfiIntelFrameworkModulePkgTokenSpaceGuid
56 PcdPciCfg2Disable|gEfiIntelFrameworkModulePkgTokenSpaceGuid
57
58 [Depex]
59 TRUE
60