]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
Code scrub for the following drivers and librarys.
[mirror_edk2.git] / MdeModulePkg / Universal / PcatSingleSegmentPciCfg2Pei / PcatSingleSegmentPciCfg2Pei.inf
CommitLineData
12232778 1#/** @file\r
109e9a61
LG
2# This driver installs Single Segment Pci Configuration 2 PPI \r
3# to provide read, write and modify access to Pci configuration space in PEI phase. \r
4# To follow PI specification, these services also support access to the unaligned Pci address.\r
12232778 5#\r
109e9a61 6# Copyright (c) 2006 - 2008, Intel Corporation\r
12232778 7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = PcatSingleSegmentPciCfg2Pei\r
21 FILE_GUID = 4F1F379F-2A62-48bb-AC34-D3F135C6E2B7\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0\r
12232778 24 ENTRY_POINT = PeimInitializePciCfg\r
109e9a61 25 PI_SPECIFICATION_VERSION = 0x00010000\r
12232778 26\r
27#\r
078bee4e 28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
12232778 31#\r
32\r
33[Sources.common]\r
34 PciCfg2.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38\r
39\r
40[LibraryClasses]\r
41 PeimEntryPoint\r
42 PciLib\r
43 BaseLib\r
44 DebugLib\r
45\r
46\r
47[Ppis]\r
48 gEfiPciCfg2PpiGuid # PPI ALWAYS_PRODUCED\r
49\r
50[Depex]\r
51 TRUE\r