mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 14:44:28 +02:00
Rename DxePciLibPciRootBridgeIo to UefiPciLibPciRootBridgeIo.
Rename DxePciSegmentLibPciRootBridgeIo to UefiPciSegmentLibPciRootBridgeIo. Update MODULE_TYPE and BASE_NAME accordingly. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6697 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6f6ae61dc6
commit
9504e2cdd3
@ -21,9 +21,9 @@
|
|||||||
|
|
||||||
[Defines]
|
[Defines]
|
||||||
INF_VERSION = 0x00010005
|
INF_VERSION = 0x00010005
|
||||||
BASE_NAME = DxePciLibPciRootBridgeIo
|
BASE_NAME = UefiPciLibPciRootBridgeIo
|
||||||
FILE_GUID = 90EC42CB-B780-4eb8-8E99-C8E3E5F37530
|
FILE_GUID = 90EC42CB-B780-4eb8-8E99-C8E3E5F37530
|
||||||
MODULE_TYPE = DXE_DRIVER
|
MODULE_TYPE = UEFI_DRIVER
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
LIBRARY_CLASS = PciLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION
|
LIBRARY_CLASS = PciLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION
|
||||||
EDK_RELEASE_VERSION = 0x00020000
|
EDK_RELEASE_VERSION = 0x00020000
|
@ -21,9 +21,9 @@
|
|||||||
|
|
||||||
[Defines]
|
[Defines]
|
||||||
INF_VERSION = 0x00010005
|
INF_VERSION = 0x00010005
|
||||||
BASE_NAME = DxePciSegmentLibPciRootBridgeIo
|
BASE_NAME = UefiPciSegmentLibPciRootBridgeIo
|
||||||
FILE_GUID = C6068612-B6E0-48a3-BB92-60E4A4F89EDF
|
FILE_GUID = C6068612-B6E0-48a3-BB92-60E4A4F89EDF
|
||||||
MODULE_TYPE = DXE_DRIVER
|
MODULE_TYPE = UEFI_DRIVER
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
LIBRARY_CLASS = PciSegmentLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION
|
LIBRARY_CLASS = PciSegmentLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION
|
||||||
EDK_RELEASE_VERSION = 0x00020000
|
EDK_RELEASE_VERSION = 0x00020000
|
@ -78,8 +78,6 @@
|
|||||||
MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
|
MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
|
||||||
MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
||||||
MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
|
MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
|
||||||
MdePkg/Library/DxePciLibPciRootBridgeIo/DxePciLibPciRootBridgeIo.inf
|
|
||||||
MdePkg/Library/DxePciSegmentLibPciRootBridgeIo/DxePciSegmentLibPciRootBridgeIo.inf
|
|
||||||
|
|
||||||
MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
|
MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
|
||||||
MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf
|
MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf
|
||||||
@ -110,6 +108,8 @@
|
|||||||
MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
||||||
MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
||||||
MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
|
MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
|
||||||
|
MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.inf
|
||||||
|
MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.inf
|
||||||
|
|
||||||
[Components.IA32, Components.X64]
|
[Components.IA32, Components.X64]
|
||||||
MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user