From c26a4ca15f68284756b8e15cbc4ba147575c4fab Mon Sep 17 00:00:00 2001 From: vanjeff Date: Wed, 9 Jul 2008 07:25:28 +0000 Subject: [PATCH] rename filename to PciExpressLib.c. it will match its library name and avoid confusion with Pci Library. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5432 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BasePciExpressLib/{PciLib.c => PciExpressLib.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename MdePkg/Library/BasePciExpressLib/{PciLib.c => PciExpressLib.c} (100%) diff --git a/MdePkg/Library/BasePciExpressLib/PciLib.c b/MdePkg/Library/BasePciExpressLib/PciExpressLib.c similarity index 100% rename from MdePkg/Library/BasePciExpressLib/PciLib.c rename to MdePkg/Library/BasePciExpressLib/PciExpressLib.c