Refine new library instances according to review comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6692 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# @file
|
||||
# This driver implements PCI Segment Lib using PCI CFG2 PPI.
|
||||
# PCI Segment Library that layers on top of the PCI CFG2 PPI.
|
||||
#
|
||||
# This library produces the APIs from the PCI Segment Library and
|
||||
# implements these APIs by calling into the EFI_PEI_PCI CFG2 PPI. One or more
|
||||
@@ -24,7 +24,7 @@
|
||||
FILE_GUID = 254901AD-7DB7-45f8-93C8-93D579398D9F
|
||||
MODULE_TYPE = PEIM
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = PciSegmentLib|PEIM
|
||||
LIBRARY_CLASS = PciLib|PEIM SEC PEI_CORE
|
||||
EDK_RELEASE_VERSION = 0x00020000
|
||||
EFI_SPECIFICATION_VERSION = 0x00020000
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#
|
||||
# The following information is for reference only and not required by the build tools.
|
||||
#
|
||||
# VALID_ARCHITECTURES = IA32 X64 IPF
|
||||
# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
|
Reference in New Issue
Block a user