diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-29 08:06:16 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-29 08:06:16 +0000 |
commit | 13fd5084c7f3b1a250da05b3f6d6a9c5f267e65c (patch) | |
tree | f39b44b594f982248597eabd97d0f223050860c2 /IntelFrameworkModulePkg/Library | |
parent | 76474b57669520f29958bcaf336bb300e38ceae8 (diff) | |
download | edk2-platforms-13fd5084c7f3b1a250da05b3f6d6a9c5f267e65c.tar.xz |
Rename library base name
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2899 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Library')
-rw-r--r-- | IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
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
|