From 13fd5084c7f3b1a250da05b3f6d6a9c5f267e65c Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Fri, 29 Jun 2007 08:06:16 +0000 Subject: [PATCH] Rename library base name git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2899 6f19259b-4bc3-4df7-8a09-765794883524 --- .../PciIncompatibleDeviceSupportLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf b/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf index 23c01aa035..7b6ec3c0c8 100644 --- a/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf +++ b/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf @@ -21,7 +21,7 @@ ################################################################################ [Defines] INF_VERSION = 0x00010005 - BASE_NAME = EdkPciIncompatibleDeviceSupportLib + BASE_NAME = PciIncompatibleDeviceSupportLib FILE_GUID = 1ca1c1f9-5baf-4204-b6e5-5e24109a4e4e MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 -- 2.39.5