Change to the correct library class name.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1758 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2006-10-16 08:29:09 +00:00
parent 37bd8fbb21
commit b28af3d768
1 changed files with 9 additions and 9 deletions

View File

@ -5,15 +5,15 @@ EfiDriverLib,EfiZeroMem,ZeroMem,BaseMemoryLib,MdePkg
EfiDriverLib,EfiLibInstallDriverBinding,R8_EfiLibInstallDriverBinding,%,MdePkg
EfiDriverLib,EfiLibInstallAllDriverProtocols,R8_EfiLibInstallAllDriverProtocols,%,MdePkg
EfiDriverLib,EfiLibCompareLanguage,R8_EfiLibCompareLanguage,%,MdePkg
EfiDriverLib,EfiDevicePathSize,GetDevicePathSize,UefiDevicePathLib,MdePkg
EfiDriverLib,EfiDuplicateDevicePath,DuplicateDevicePath,UefiDevicePathLib,MdePkg
EfiDriverLib,EfiAppendDevicePath,AppendDevicePath,UefiDevicePathLib,MdePkg
EfiDriverLib,EfiAppendDevicePathNode,AppendDevicePathNode,UefiDevicePathLib,MdePkg
EfiDriverLib,EfiAppendDevicePathInstance,AppendDevicePathInstance,UefiDevicePathLib,MdePkg
EfiDriverLib,EfiDevicePathInstance,GetNextDevicePathInstance,UefiDevicePathLib,MdePkg
EfiDriverLib,EfiIsDevicePathMultiInstance,IsDevicePathMultiInstance,UefiDevicePathLib,MdePkg
EfiDriverLib,EfiDevicePathFromHandle,DevicePathFromHandle,UefiDevicePathLib,MdePkg
EfiDriverLib,EfiFileDevicePath,FileDevicePath,UefiDevicePathLib,MdePkg
EfiDriverLib,EfiDevicePathSize,GetDevicePathSize,DevicePathLib,MdePkg
EfiDriverLib,EfiDuplicateDevicePath,DuplicateDevicePath,DevicePathLib,MdePkg
EfiDriverLib,EfiAppendDevicePath,AppendDevicePath,DevicePathLib,MdePkg
EfiDriverLib,EfiAppendDevicePathNode,AppendDevicePathNode,DevicePathLib,MdePkg
EfiDriverLib,EfiAppendDevicePathInstance,AppendDevicePathInstance,DevicePathLib,MdePkg
EfiDriverLib,EfiDevicePathInstance,GetNextDevicePathInstance,DevicePathLib,MdePkg
EfiDriverLib,EfiIsDevicePathMultiInstance,IsDevicePathMultiInstance,DevicePathLib,MdePkg
EfiDriverLib,EfiDevicePathFromHandle,DevicePathFromHandle,DevicePathLib,MdePkg
EfiDriverLib,EfiFileDevicePath,FileDevicePath,DevicePathLib,MdePkg
EfiDriverLib,EfiLibGetSystemConfigurationTable,EfiGetSystemConfigurationTable,UefiLib,MdePkg
EfiDriverLib,EfiLibCreateProtocolNotifyEvent,EfiCreateProtocolNotifyEvent,UefiLib,MdePkg
EfiDriverLib,EfiLibNamedEventListen,EfiNamedEventListen,UefiLib,MdePkg

1 R8.5LibClass R8.5Lib R9Lib R9LibClass Package
5 EfiDriverLib EfiLibInstallDriverBinding R8_EfiLibInstallDriverBinding % MdePkg
6 EfiDriverLib EfiLibInstallAllDriverProtocols R8_EfiLibInstallAllDriverProtocols % MdePkg
7 EfiDriverLib EfiLibCompareLanguage R8_EfiLibCompareLanguage % MdePkg
8 EfiDriverLib EfiDevicePathSize GetDevicePathSize UefiDevicePathLib DevicePathLib MdePkg
9 EfiDriverLib EfiDuplicateDevicePath DuplicateDevicePath UefiDevicePathLib DevicePathLib MdePkg
10 EfiDriverLib EfiAppendDevicePath AppendDevicePath UefiDevicePathLib DevicePathLib MdePkg
11 EfiDriverLib EfiAppendDevicePathNode AppendDevicePathNode UefiDevicePathLib DevicePathLib MdePkg
12 EfiDriverLib EfiAppendDevicePathInstance AppendDevicePathInstance UefiDevicePathLib DevicePathLib MdePkg
13 EfiDriverLib EfiDevicePathInstance GetNextDevicePathInstance UefiDevicePathLib DevicePathLib MdePkg
14 EfiDriverLib EfiIsDevicePathMultiInstance IsDevicePathMultiInstance UefiDevicePathLib DevicePathLib MdePkg
15 EfiDriverLib EfiDevicePathFromHandle DevicePathFromHandle UefiDevicePathLib DevicePathLib MdePkg
16 EfiDriverLib EfiFileDevicePath FileDevicePath UefiDevicePathLib DevicePathLib MdePkg
17 EfiDriverLib EfiLibGetSystemConfigurationTable EfiGetSystemConfigurationTable UefiLib MdePkg
18 EfiDriverLib EfiLibCreateProtocolNotifyEvent EfiCreateProtocolNotifyEvent UefiLib MdePkg
19 EfiDriverLib EfiLibNamedEventListen EfiNamedEventListen UefiLib MdePkg