diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-24 06:49:15 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-24 06:49:15 +0000 |
commit | 9504e2cdd3868df16b7f076d9ae2deba65e26c92 (patch) | |
tree | 384382a86eed9295aefbb65e6486cfa4934b3e6e /MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo | |
parent | 6f6ae61dc605f06a9fc27ffc295cc2f6f7b26dda (diff) | |
download | edk2-platforms-9504e2cdd3868df16b7f076d9ae2deba65e26c92.tar.xz |
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
Diffstat (limited to 'MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo')
-rw-r--r-- | MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.inf (renamed from MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/DxePciSegmentLibPciRootBridgeIo.inf) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/DxePciSegmentLibPciRootBridgeIo.inf b/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.inf index abb442f8f6..ef544cd801 100644 --- a/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/DxePciSegmentLibPciRootBridgeIo.inf +++ b/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.inf @@ -21,9 +21,9 @@ [Defines]
INF_VERSION = 0x00010005
- BASE_NAME = DxePciSegmentLibPciRootBridgeIo
+ BASE_NAME = UefiPciSegmentLibPciRootBridgeIo
FILE_GUID = C6068612-B6E0-48a3-BB92-60E4A4F89EDF
- MODULE_TYPE = DXE_DRIVER
+ MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
LIBRARY_CLASS = PciSegmentLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION
EDK_RELEASE_VERSION = 0x00020000
|