]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
e46a1c32c8a82efa783bcd9421351f18ccab4075
[mirror_edk2.git] / MdeModulePkg / Universal / PcatSingleSegmentPciCfg2Pei / PcatSingleSegmentPciCfg2Pei.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 = PcatSingleSegmentPciCfg2Pei
20 FILE_GUID = 4F1F379F-2A62-48bb-AC34-D3F135C6E2B7
21 MODULE_TYPE = PEIM
22 VERSION_STRING = 1.0
23 ENTRY_POINT = PeimInitializePciCfg
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
29 #
30
31 [Sources.common]
32 PciCfg2.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36
37
38 [LibraryClasses]
39 PeimEntryPoint
40 PciLib
41 BaseLib
42 DebugLib
43
44
45 [Ppis]
46 gEfiPciCfg2PpiGuid # PPI ALWAYS_PRODUCED
47
48 [Depex]
49 TRUE