]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Universal / PcatSingleSegmentPciCfg2Pei / PcatSingleSegmentPciCfg2Pei.inf
CommitLineData
6bfbb5f0 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
77dfa7c7 6# Copyright (c) 2006 - 2010, 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
6bfbb5f0 16##\r
12232778 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
25\r
26#\r
078bee4e 27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
12232778 30#\r
31\r
6bfbb5f0 32[Sources]\r
12232778 33 PciCfg2.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37\r
38\r
39[LibraryClasses]\r
40 PeimEntryPoint\r
41 PciLib\r
42 BaseLib\r
43 DebugLib\r
77dfa7c7 44 PeiServicesLib\r
12232778 45\r
46[Ppis]\r
e5618791 47 gEfiPciCfg2PpiGuid ## PRODUCED\r
12232778 48\r
49[Depex]\r
50 TRUE\r