VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf

Last change on this file was 80721, checked in by vboxsync, 5 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

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

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette