mirror of https://github.com/acidanthera/audk.git
1, Add missing header file reference in source code section
2, Add missing header file for protocol 3, Remove over specific protocol guid reference in INF file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6400 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8296c9807b
commit
5451bd96de
|
@ -25,6 +25,8 @@ Abstract:
|
|||
#include <PiDxe.h>
|
||||
#include <Protocol/DevicePath.h>
|
||||
#include <Protocol/LoadedImage.h>
|
||||
#include <Protocol/HiiConfigAccess.h>
|
||||
#include <Protocol/HiiDatabase.h>
|
||||
#include <Library/UefiDriverEntryPoint.h>
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include <Library/UefiLib.h>
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
IScsiConfigDxe.vfr
|
||||
IScsiConfig.c
|
||||
IScsiConfig.h
|
||||
IScsiImpl.h
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
|
@ -70,8 +71,6 @@
|
|||
UefiDriverEntryPoint
|
||||
UefiLib
|
||||
BaseLib
|
||||
MemoryAllocationLib
|
||||
BaseMemoryLib
|
||||
UefiBootServicesTableLib
|
||||
UefiRuntimeServicesTableLib
|
||||
DevicePathLib
|
||||
|
@ -85,7 +84,6 @@
|
|||
|
||||
[Protocols]
|
||||
gEfiIScsiInitiatorNameProtocolGuid
|
||||
gEfiBlockIoProtocolGuid
|
||||
gEfiTcp4ProtocolGuid
|
||||
gEfiExtScsiPassThruProtocolGuid
|
||||
gEfiDevicePathProtocolGuid
|
||||
|
|
Loading…
Reference in New Issue