]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / PcatSingleSegmentPciCfg2Pei / PcatSingleSegmentPciCfg2Pei.inf
... / ...
CommitLineData
1## @file\r
2# Pcat SingleSegmentPciCfg2Pei Pei Module.\r
3#\r
4# It installs SingleSegmentPciConfiguration2 PPI to provide read, write and modify access to Pci configuration space in PEI phase.\r
5# To follow PI specification, these services also support access to the unaligned Pci address.\r
6#\r
7# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
10#\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = PcatSingleSegmentPciCfg2Pei\r
17 MODULE_UNI_FILE = PcatSingleSegmentPciCfg2Pei.uni\r
18 FILE_GUID = 4F1F379F-2A62-48bb-AC34-D3F135C6E2B7\r
19 MODULE_TYPE = PEIM\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = PeimInitializePciCfg\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
27#\r
28\r
29[Sources]\r
30 PciCfg2.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34\r
35\r
36[LibraryClasses]\r
37 PeimEntryPoint\r
38 PciLib\r
39 BaseLib\r
40 DebugLib\r
41 PeiServicesLib\r
42\r
43[Ppis]\r
44 gEfiPciCfg2PpiGuid ## PRODUCES\r
45\r
46[Depex]\r
47 TRUE\r
48\r
49[UserExtensions.TianoCore."ExtraFiles"]\r
50 PcatSingleSegmentPciCfg2PeiExtra.uni\r