Rename the reference library class of ScsiLib to UefiScsiLib.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6523 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2008-11-13 09:18:40 +00:00
parent 187f1a5b3a
commit ae50ee26b5
4 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Library/UefiLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/ScsiLib.h>
#include <Library/UefiScsiLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/DevicePathLib.h>

View File

@ -51,7 +51,7 @@
[LibraryClasses]
DevicePathLib
UefiBootServicesTableLib
ScsiLib
UefiScsiLib
BaseMemoryLib
UefiLib
UefiDriverEntryPoint

View File

@ -29,7 +29,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Library/UefiDriverEntryPoint.h>
#include <Library/UefiLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/ScsiLib.h>
#include <Library/UefiScsiLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <IndustryStandard/Scsi.h>

View File

@ -47,7 +47,7 @@
[LibraryClasses]
UefiBootServicesTableLib
ScsiLib
UefiScsiLib
BaseMemoryLib
UefiLib
UefiDriverEntryPoint